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/18773] GCC terminates on warnings compiling ada/raise.c


------- 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


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