This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/12761] [3.4 regression] Segmentation fault in gnat1 compiling a-except.adb
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Oct 2003 15:49:30 -0000
- Subject: [Bug ada/12761] [3.4 regression] Segmentation fault in gnat1 compiling a-except.adb
- References: <20031024152802.12761.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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