Steve Kargl <[EMAIL PROTECTED]> writes:

> kargl[266] gfc41 -c cher2k.f
> kargl[267] gfc41 -c -O cher2k.f
> kargl[268] gfc41 -c -O2 cher2k.f
> cher2k.f: In function 'cher2k':
> cher2k.f:1: internal compiler error: in set_value_range, at tree-vrp.c:124
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This is probably PR tree-optimization/21030.  Ada bootstraps on
i386-pc-solaris2.10 and mips-sgi-irix5.3 fail in stage 2 with the same
error:

stage1/xgcc -Bstage1/ -B/vol/gcc/share/i386-pc-solaris2.10/bin/ -c -g -O2      
-gnatpg -gnata -I- -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc/ada 
/vol/gnu/src/gcc/gcc-dist/gcc/ada/sem_intr.adb -o ada/sem_intr.o
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20050419 (experimental) (i386-pc-solaris2.10) GCC error:           |
| in set_value_range, at tree-vrp.c:124                                    |
| Error detected at sem_intr.adb:437:1                                     |

The patch proposed in the PR doesn't fix this.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Reply via email to