This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Ada broken on HEAD
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 19 Aug 2004 15:22:58 +0200
- Subject: Ada broken on HEAD
FYI, Ada is broken again on HEAD, even at -O0:
stage1/xgcc -Bstage1/ -B/home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/bin/ -g -O0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H gcov-dump.o version.o ../libcpp/libcpp.a ../libbanshee/points-to/libandersen.a ../libbanshee/engine/libbansheeengine.a ../libbanshee/libcompat/libbansheecompat.a ../libiberty/libiberty.a -o gcov-dump
stage1/xgcc -Bstage1/ -B/home/charlet/cvs/gcc-obj/install/i686-pc-linux-gnu/bin/ -c -g -O0 -gnatpg -gnata -I- -I. -Iada -I../../gcc-head/gcc/ada ../../gcc-head/gcc/ada/ada.ads -o ada/ada.o
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040819 (experimental) (i686-pc-linux-gnu) Storage_Error stack overflow (or erroneous memory access)|
| Error detected at system.ads:163:5 |
Is anyone looking at this failure (likely middle-end related) ?
I won't be able to make Ada updates until this is resolved.
Arno