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: Ada bootstrap status


> No, you don't have his latest change.  I get what he gets, but can't find
> a working GDB to see where it's blowing up.

Right, I now get the same problem, and same gdb core dump...

FYI, I just got some more success with BOOT_CFLAGS="-g -O0".

bootstrap went fine, and gnatlib as well.
gnattools fails as follows, which can be worked around by the sem_util.adb
change I suggested.

<<
../../xgcc -B../../ -c -O2 -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -fno-common      -gnatpg -gnata -I- -I../rts -I. -I/home/cha
rlet/gcc/src/gcc/ada /home/charlet/gcc/src/gcc/ada/make.adb -o make.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040721 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in create_tmp_var, at gimplify.c:356                                     |
| Error detected at make.adb:1008:8                                        |
>>

With this change, I am able to get a full build, although make check-ada
gets a SEGV in gnatmake very early...

Arno


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