[Bug ada/12761] [3.4 regression] Segmentation fault in gnat1 compiling a-except.adb

charlet at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Oct 24 15:51:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12761


charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-24 15:49 -------
This is a makefile issue: -mdisable-indexing is supposed to get passed to
the compiler, from gcc/config/pa/x-ada

The work around is to specific CFLAGS="-mdisable-indexing" on the command
line (lowering severity since there is a work around).

BTW, it's always useful to specify what version used to work if there
is a regression.

Arno



More information about the Gcc-bugs mailing list