This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Patch: FYI: more BC merge fixes


Tom Tromey wrote:
> I'm checking this in.
> 
> This fixes more warnings from the BC branch merge.  At least the
> class.c one caused the regression checker to fail :-(

I'm still seeing the following bootstrap error, but cannot
commit anything to CVS to rectify it :-( Can someone please
correct this?

stage1/xgcc -Bstage1/ -B/home/ranmath/gcc/i686-pc-linux-gnu/bin/ -c
-O2 -g -fomit-frame-pointer -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wold-style-definition -Werror    -DHAVE_CONFIG_H
  -I. -Ijava -I/home/ranmath/src/gcc/gcc-20041125/gcc
-I/home/ranmath/src/gcc/gcc-20041125/gcc/java
-I/home/ranmath/src/gcc/gcc-20041125/gcc/../include
-I/home/ranmath/src/gcc/gcc-20041125/gcc/../libcpp/include
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c -o
java/verify-glue.o
cc1: warnings being treated as errors
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c: In function
'vfy_init_name':
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c:72: warning:
old-style function definition
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c: In function
'vfy_clinit_name':
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c:78: warning:
old-style function definition
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c: In function
'vfy_object_type':
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c:348: warning:
old-style function definition
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c: In function
'vfy_string_type':
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c:356: warning:
old-style function definition
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c: In function
'vfy_throwable_type':
/home/ranmath/src/gcc/gcc-20041125/gcc/java/verify-glue.c:364: warning:
old-style function definition
make[2]: *** [java/verify-glue.o] Error 1
make[2]: Leaving directory `/home/ranmath/src/gcc/build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/ranmath/src/gcc/build/gcc'
make: *** [bootstrap] Error 2

Thanks,
Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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