This is the mail archive of the gcc-bugs@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]

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


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


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