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

[Bug bootstrap/12777] Bootstrap fails: conflicting types in dwarf2out.c and tree.h, etc.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12777



------- Additional Comments From lucier at math dot purdue dot edu  2003-10-26 03:08 -------
Sigh.  Did it again.

gcc -c   -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H   
-I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../intl
../../gcc/dwarf2out.c -o
dwarf2out.o
/local/bin/bash: invalid character 45 in exportstr for OBJS-onestep
../../gcc/dwarf2out.c:719: error: conflicting types for `dwarf2out_def_cfa'
../../gcc/tree.h:3013: error: previous declaration of `dwarf2out_def_cfa'
../../gcc/dwarf2out.c:873: error: conflicting types for `dwarf2out_args_size'
../../gcc/tree.h:3022: error: previous declaration of `dwarf2out_args_size'
../../gcc/dwarf2out.c:892: error: conflicting types for `dwarf2out_reg_save'
../../gcc/tree.h:3026: error: previous declaration of `dwarf2out_reg_save'
../../gcc/dwarf2out.c:901: error: conflicting types for `dwarf2out_return_save'
../../gcc/tree.h:3030: error: previous declaration of `dwarf2out_return_save'
../../gcc/dwarf2out.c: In function `output_cfi':
../../gcc/dwarf2out.c:1795: warning: long unsigned int format, different type
arg (arg 4)
../../gcc/dwarf2out.c: In function `print_die':
../../gcc/dwarf2out.c:5237: warning: long int format, different type arg (arg
3)../../gcc/dwarf2out.c:5240: warning: long unsigned int format, different type
arg (arg 3)
../../gcc/dwarf2out.c: In function `output_die':
../../gcc/dwarf2out.c:6559: warning: long unsigned int format, different type
arg (arg 3)
make[2]: *** [dwarf2out.o] Error 1
make[2]: Leaving directory
`/export/mdd0/users/lucier/programs/gcc/gcc-3.4/objdir-sparc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory
`/export/mdd0/users/lucier/programs/gcc/gcc-3.4/objdir-sparc/gcc'
make: *** [bootstrap] Error 2


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