This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline bootstrap failure
- From: "H. J. Lu" <hjl at lucon dot org>
- To: "S. Bosscher" <S dot Bosscher at student dot tudelft dot nl>
- Cc: 'Andreas Schwab ' <schwab at suse dot de>,"'gcc at gcc dot gnu dot org '" <gcc at gcc dot gnu dot org>
- Date: Fri, 12 Sep 2003 10:25:03 -0700
- Subject: Re: Mainline bootstrap failure
- References: <4195D82C2DB1D211B9910008C7C9B06F01F3739B@lr0nt3.lr.tudelft.nl>
On Fri, Sep 12, 2003 at 12:40:35PM +0200, S. Bosscher wrote:
> For me, it just fails to bootstrap with an error in tree-inline.c:
>
> gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I.
> -I../../mainline/gcc -I../../mainline/gcc/. -I../../mainline/gcc/../include
> ../../mainline/gcc/tree-inline.c -o tree-inline.o
> ../../mainline/gcc/tree-inline.c: In function `inline_forbidden_p_1':
> ../../mainline/gcc/tree-inline.c:896: warning: dereferencing `void *'
> pointer
> ../../mainline/gcc/tree-inline.c:896: request for member `decl' in something
> not a structure or union
> make[2]: *** [tree-inline.o] Error 1
> make[2]: Leaving directory `/home/steven/devel/trunkbuild/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/home/steven/devel/trunkbuild/gcc'
> make: *** [bootstrap] Error 2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12264
H.J.