This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error.
- To: egcs-bugs at cygnus dot com
- Subject: Internal compiler error.
- From: jlf <jlfc at club-internet dot fr>
- Date: Tue, 09 Jun 1998 20:54:44 +0200
When compiling the following (minimal) code :
template< class T >
void sort( )
{
struct
{
} c ;
}
uname -a
Linux linux 2.0.27 #5 Fri Dec 27 20:56:45 MET 1996 i486
gcc -v
Reading specs from
/usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/egcs-2.90.29/specs
gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
I have encountered this error when compiling Doc++
http://www.zib.de/Visual/software/doc++/index.html
The real sort() function is at the end of the file
McSorter.h
Best regards.