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]

g++-2.96: ICE


Hi,
this is with glibc-2.1.1 and Linux 2.2.12.

[root@ptpp03 lqm]# gcc -c h1.cc -O
h1.cc: In function `bool f(char)':
h1.cc:5: Internal compiler error in `identify_blocks', at
function.c:5472
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
[root@ptpp03 lqm]# cat h1.cc
#include <ctype.h>
 
bool  f( char c )
{
    return tolower( c );
}
[root@ptpp03 lqm]# g++ -v
Reading specs from /opt/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 19990919
(experimental)                                                                                                                                                                                             

Preprocessed source is
attached.                                                                                                                                                                                                                                    

Thomas Kunert

h1.ii.bz2


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