This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/18773] GCC terminates on warnings compiling ada/raise.c
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2004 02:46:55 -0000
- Subject: [Bug ada/18773] GCC terminates on warnings compiling ada/raise.c
- References: <20041202024036.18773.awreynolds@mac.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-02 02:46 -------
Hmm, this worked yesterday:
gcc version 4.0.0 20041201 (experimental)
-Werror should not be there.
In fact in my compiling I don't get -Werror:
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DENABLE_CHECKING
-DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -fno-common -DHAVE_CONFIG_H \
-I. -Iada -I/Users/pinskia/src/local2/gcc/gcc -I/Users/pinskia/src/local2/gcc/gcc/ada -I/
Users/pinskia/src/local2/gcc/gcc/../include -I./../intl -I/Users/pinskia/src/local2/gcc/gcc/../libcpp/
include /Users/pinskia/src/local2/gcc/gcc/ada/raise.c -o ada/raise.o
In file included from /Users/pinskia/src/local2/gcc/gcc/ada/raise.c:98:
/Users/pinskia/src/local2/gcc/gcc/unwind.h:35: warning: ignoring #pragma GCC visibility
/Users/pinskia/src/local2/gcc/gcc/unwind.h:237: warning: ignoring #pragma GCC visibility
Can you try configuring with an absolute path?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18773