This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure: i386.c:8753: invalid type argument of `->'
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Bootstrap failure: i386.c:8753: invalid type argument of `->'
- From: Jan Hubicka <jh at suse dot cz>
- Date: Tue, 13 Feb 2001 11:41:25 +0100
- Cc: Jan Hubicka <jh at suse dot cz>, gcc-bugs at gcc dot gnu dot org
- References: <Pine.BSF.4.33.0102131133070.27371-100000@taygeta.dbai.tuwien.ac.at>
> 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!
Sure. Interestingly enought I can bootstrap - I am sure I've just finished
one!
I am going to fix it right now - thanks for report.
Honza
>
> Gerald
> --
> Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/