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