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]

Bootstrap failure: i386.c:8753: invalid type argument of `->'


Seen on i386-unknown-freebsd4.2:

gcc  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/config -I/sw/test/gcc/cvs/gcc/../include -c insn-attrtab.c
gcc -c  -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/config -I/sw/test/gcc/cvs/gcc/../include \
	/sw/test/gcc/cvs/gcc/config/i386/i386.c -o i386.o
/sw/test/gcc/cvs/gcc/config/i386/i386.c: In function `incdec_operand':
/sw/test/gcc/cvs/gcc/config/i386/i386.c:1184: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sw/test/gcc/cvs/gcc/config/i386/i386.c: In function `ix86_expand_int_movcc':
/sw/test/gcc/cvs/gcc/config/i386/i386.c:5566: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sw/test/gcc/cvs/gcc/config/i386/i386.c: In function `ix86_expand_strlensi_unroll_1':
/sw/test/gcc/cvs/gcc/config/i386/i386.c:6482: warning: integer constant is unsigned in ANSI C, signed with -traditional
/sw/test/gcc/cvs/gcc/config/i386/i386.c: In function `ix86_init_builtins':
/sw/test/gcc/cvs/gcc/config/i386/i386.c:7743: warning: unused variable `v8qi_ftype_v8qi_di'
/sw/test/gcc/cvs/gcc/config/i386/i386.c:7738: warning: unused variable `di_ftype_di_int'
/sw/test/gcc/cvs/gcc/config/i386/i386.c:7661: warning: unused variable `int_ftype_v4sf_int'
/sw/test/gcc/cvs/gcc/config/i386/i386.c: In function `ix86_hard_regno_mode_ok':
/sw/test/gcc/cvs/gcc/config/i386/i386.c:8753: invalid type argument of `->'
/sw/test/gcc/cvs/gcc/config/i386/i386.c:8753: invalid type argument of `->'
gmake[2]: *** [i386.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0213-1124/gcc'
gmake[1]: *** [stage1_build] Error 2

Jan, my gut tells me that this is caused by your recent patch; sorry if
I'm wrong!

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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