Richard,
No but I haven't been able to bootstrap with Ada since Friday I'm currently getting
stage1/xgcc -Bstage1/ -B/usr/local/NETGCC/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -gnatpg -gnata -I- -I. -Iada -I/src/gcc4.0/gcc/gcc/ada /src/gcc4.0/gcc/gcc/ada/ada.ads -o ada/ada.o
raised STORAGE_ERROR : stack overflow (or erroneous memory access)
Richard Henderson wrote:
Is anyone else seeing this? I see the same with either 3.3 or 3.4 as the build compiler.
gcc -c -g -gnatpg -gnata -I- -I. -Iada -I../../src-gcc/gcc/ada \ ../../src-gcc/gcc/ada/exp_ch11.adb -o ada/exp_ch11.o exp_ch11.adb:926:34: expected type "Char_Code_Base" defined at types.ads:531 exp_ch11.adb:926:34: found private type "Uint" defined at uintp.ads:50
r~