This is the mail archive of the gcc@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]

Re: [tree-ssa] Mainline merge as of 2003-02-02


I should mention, since this merge, i now get:

gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -I../../gcc/../libbanshee/libcompat -I../../gcc/../libbanshee -I../../gcc/../libbanshee/points-to ../../gcc/c-lex.c -o c-lex.o
In file included from ../../gcc/c-tree.h:25,
from ../../gcc/c-lex.c:33:
../../gcc/c-common.h:996:1: warning: "GOTO_DESTINATION" redefined

In file included from ../../gcc/c-lex.c:29:
../../gcc/tree.h:992:1: warning: this is the location of the previous definition
gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -I../../gcc/../libbanshee/libcompat -I../../gcc/../libbanshee -I../../gcc/../libbanshee/points-to ../../gcc/c-pragma.c -o c-pragma.o
In file included from ../../gcc/c-pragma.c:34:
../../gcc/c-common.h:996:1: warning: "GOTO_DESTINATION" redefined
In file included from ../../gcc/c-pragma.c:27:


all over the place.

And it's right.
It's defined in both tree.h and c-common.h



On Monday, February 3, 2003, at 12:56 PM, Diego Novillo wrote:

On Mon, 03 Feb 2003, Daniel Berlin wrote:

Can you just #if 0 these out for the moment, and i'll remove the #if
0's when they are used?

That's what I did.  Oh, and I forgot to ask you in my previous
message about the warnings we get in tree-alias-ander.c due to
libbanshee's headers.  Could those be fixed?


Diego.






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