This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regression on mainline in tree-vrp.c
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>, Kazu Hirata <kazu at cs dot umass dot edu>, gcc at gcc dot gnu dot org
- Date: Tue, 10 May 2005 21:05:08 +0200 (MEST)
- Subject: Re: Regression on mainline in tree-vrp.c
- References: <20050422020843.GA84830@troutmask.apl.washington.edu><yddk6mvfa66.fsf@xayide.TechFak.Uni-Bielefeld.DE><20050422.102625.64766325.kazu@cs.umass.edu><20050422215630.GB81550@troutmask.apl.washington.edu><20050510185536.GA12101@topo.toronto.redhat.com>
Diego Novillo writes:
> Is this fixed now? This works for me.
The Ada bootstrap problem on i386-pc-solaris2.10 is fixed, thanks. I tried
to submit a separate bug report via gccbug, but that (like another one a
bit earlier) got silently ignored ;-( It neither made it into Bugzilla nor
triggered any hint that gcc-gnats has been turned off.
Right now, I'm running into another Ada problem, where the native as chokes
while gas only warns and continues:
> 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/exp_ch3.adb -o ada/exp_ch3.o
Assembler: exp_ch3.adb
"/var/tmp//cccKJdly.s", line 13008 : Value out of range
where line 13008 is
movw -4294967296(%ecx), %dx
gas gives
exp_ch3.s: Assembler messages:
exp_ch3.s:13009: Warning: ffffffff00000000 shortened to 0000000000000000
instead.
This is most likely unrelated, and I'll fully report it once I can get
gccbug to work again.
Rainer