bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug-report


From: Martijn
Subject: bug-report
Date: Tue, 2 Oct 2001 16:57:41 +0200

/*
I was messing around with my DJGPP GNU-CPP compiler, when an internal
compiler error occured, and DJGPP asked me to submit a full bug-report to
you.
It might be the case that this bug has already been eliminated, for DJGPP
uses a relatively old GNU-compiler. I don't have any newer version however,
so I'll just send you the simplified version of the code that caused
trouble, so you may test it.
I use windows me
duron processor
512 MB ram
GCC version 2.8.1 (DJGPP; dos-port)
If you need additional information please reply, and I'll try to answer.
*/
class c
{
        public:
                c f();

};

c c::f()
{
        c r;
        return *new c=r;
}

main()
{
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]