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

Re: Mainline bootstrap failure


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.


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