This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Mainline is broken
- From: "H. J. Lu" <hjl at lucon dot org>
- To: anemet at lnxw dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 10 Nov 2004 16:31:31 -0800
- Subject: Mainline is broken
Mainline is broken by
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00854.html
I got
stage1/xgcc -Bstage1/ -B/usr/gcc-4.0/ia64-unknown-linux-gnu/bin/ -c
-DUSE_LIBUNWIND_EXCEPTIONS -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror -Werror
-DHAVE_CONFIG_H -I. -Icp -I/net/gnu/export/gnu/src/gcc/gcc/gcc
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/cp
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../include
-I/net/gnu/export/gnu/src/gcc/gcc/gcc/../libcpp/include
/net/gnu/export/gnu/src/gcc/gcc/gcc/cp/typeck.c -o cp/typeck.o
cc1: warnings being treated as errors
/net/gnu/export/gnu/src/gcc/gcc/gcc/cp/typeck.c: In function
'cxx_mark_addressable':
/net/gnu/export/gnu/src/gcc/gcc/gcc/cp/typeck.c:4345: warning: suggest
explicit braces to avoid ambiguous 'else'
make[4]: *** [cp/typeck.o] Error 1
H.J.