------- Comment #6 from dominiq at lps dot ens dot fr  2010-06-12 14:31 -------
> Just run
> gdb ./cc1 -O2 pr44509.i

The *.i files compile without ICE, see comment #3:


> The ICE disappears if -g is removed for any optimization, it also disappears
> with -save-temps.
    ^^^^^^^^^^^^^^

[karma] darwin_buildw/gcc% ../prev-gcc/cc1 -g -O2 jcf-dump.i
 __sputc isascii __istype __isctype __wcwidth isalnum isalpha isblank iscntrl
isdigit isgraph islower isprint ispunct isspace isupper isxdigit toascii
...

 TOTAL                 :  11.28             2.92            15.35             
21030 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --enable-checking=release to disable checks.

>From what I can grab from the different failures, I got the impression that
'/usr/include/float.h' is not properly included, but this is indeed an
uneducated guess.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44509

Reply via email to