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]

Bootstrap failure in varasm.c at assemble_alias


Hi guys,
	Just wanted to note that I'm getting a bootstrap failure in varasm.c.

gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include ../../gcc/gcc/varasm.c -o varasm.o
../../gcc/gcc/varasm.c: In function `const_rtx_hash_1':
../../gcc/gcc/varasm.c:2854: warning: right shift count >= width of type
../../gcc/gcc/varasm.c: In function `assemble_alias':
../../gcc/gcc/varasm.c:4524: error: parse error before '<<' token
../../gcc/gcc/varasm.c:4528:2: #else without #if
../../gcc/gcc/varasm.c:4530:2: #endif without #if
../../gcc/gcc/varasm.c:4531:2: #endif without #if
../../gcc/gcc/varasm.c:4574: error: parse error before '==' token
../../gcc/gcc/varasm.c:4591: error: `visibility_types' undeclared (first use in this function)../../gcc/gcc/varasm.c:4591: error: (Each undeclared identifier is reported only once
../../gcc/gcc/varasm.c:4591: error: for each function it appears in.)
../../gcc/gcc/varasm.c:4591: error: `vis' undeclared (first use in this function)


-BenRI


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