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]

ICE in 20000410


I think I submitted it already for an earlier snapshot, but just to be
sure here it goes again:

$ cat 00.cc
template <typename T>
class C {
        static int const N (1000);
};
$ ./cc1plus -version 00.cc
GNU C++ version 2.96 20000410 (experimental) (i586--solaris2.7) compiled
by GNU C version 2.95.2 19991024 (release).
options passed:
options enabled:  -fpeephole -ffunction-cse -fkeep-static-consts
 -fpcc-struct-return -fsched-interblock -fsched-spec -fexceptions
 -fnew-exceptions -fcommon -fgnu-linker -fargument-alias -fident
 -fmath-errno -m80387 -mhard-float -mno-soft-float -mieee-fp
 -mfp-ret-in-387
00.cc:3: Internal compiler error.
00.cc:3: Please submit a full bug report.
00.cc:3: See <URL:http://www.gnu.org/software/gcc/bugs.html> for
00.cc:3: instructions.
$

Cheers!

Dima

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