This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal compiler error



Hello,

the error message

bugtest.cc:6: Internal compiler error.
bugtest.cc:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.

is produced when compiling the following piece of code :

---------------------------[schnipp]-----------------------------
class A
{
        enum B { ONE, TWO, THREE };
};

class A::B;
---------------------------[schnipp]-----------------------------

Compiler version (g++ -v) : gcc version egcs-2.91.03 971225 (gcc-2.8.0)
Plattform (uname -a) : SunOS epikur 5.5.1 Generic sun4u sparc SUNW,Ultra-1

With best wishes for your project,
Frank

-- 
Fido: Frank Cieslok@2:241/575.11
Mail: frankc@senax.iguana.priconet.de (frankc@ida.ing.tu-bs.de)
WWW : http://www.tu-bs.de/~y0000070


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]