Bug 12264 - Mainline faield to bootstrap
Summary: Mainline faield to bootstrap
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 3.4.0
: P2 normal
Target Milestone: 3.4.0
Assignee: Jan Hubicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 16:03 UTC by H.J. Lu
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
A patch (317 bytes, patch)
2003-09-12 16:36 UTC, H.J. Lu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2003-09-12 16:03:33 UTC
This patch

http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00563.html

caused

/net/gnu/export/gnu/src/gcc/gcc/gcc/tree-inline.c: In function
`inline_forbidden_p_1':
/net/gnu/export/gnu/src/gcc/gcc/gcc/tree-inline.c:896: warning: dereferencing
`void *' pointer
/net/gnu/export/gnu/src/gcc/gcc/gcc/tree-inline.c:896: request for member `decl'
in something not a structure or union
make[4]: *** [tree-inline.o] Error 1
Comment 1 H.J. Lu 2003-09-12 16:36:24 UTC
Created attachment 4744 [details]
A patch
Comment 2 GCC Commits 2003-09-12 22:27:01 UTC
Subject: Bug 12264

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	steven@gcc.gnu.org	2003-09-12 22:26:55

Modified files:
	gcc            : ChangeLog tree-inline.c 

Log message:
	PR bootstrap/12264
	* tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1040&r2=2.1041
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.75&r2=1.76

Comment 3 Steven Bosscher 2003-09-12 22:27:02 UTC
commited HJ's patch