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