This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Regression on mainline in tree-vrp.c


Steve Kargl <sgk@troutmask.apl.washington.edu> 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


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