This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/11581] gnat1 segfaults if it does receive any arguments
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2003 16:07:41 -0000
- Subject: [Bug ada/11581] gnat1 segfaults if it does receive any arguments
- References: <20030718202235.11581.steven@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=11581
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-19 16:07 -------
It does not happen to me on powerpc-apple-darwin6.6:
./gnat1 --version
GNU Ada version 3.4 20030719 (experimental) (powerpc-apple-darwin6.6)
compiled by GNU C version 3.4 20030719 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
[zhivago2:src/objdir/gcc] pinskia% ./gnat1
Usage: gnat1 switches sfile
sfile Source file name
-fstack-check Generate stack checking code
-fno-inline Inhibit all inlining (makes executable smaller)
-g Generate debugging information
-Idir Specify source files search path
-I- Do not look for sources in current directory
-O[0123] Control the optimization level
...
Can you try again?