mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 03:18:58 +08:00
re PR bootstrap/12264 (Mainline faield to bootstrap)
PR bootstrap/12264 * tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree. From-SVN: r71343
This commit is contained in:
parent
6cedbe443e
commit
edeb387130
@ -1,3 +1,8 @@
|
||||
2003-09-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR bootstrap/12264
|
||||
* tree-inline.c (inline_forbidden_p_1): Cast the 3rd arg to tree.
|
||||
|
||||
2003-09-12 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* config/xtensa/elf.h (ASM_SPEC): Remove no-density option. Reformat.
|
||||
|
@ -880,9 +880,10 @@ static const char *inline_forbidden_reason;
|
||||
|
||||
static tree
|
||||
inline_forbidden_p_1 (tree *nodep, int *walk_subtrees ATTRIBUTE_UNUSED,
|
||||
void *fn)
|
||||
void *fnp)
|
||||
{
|
||||
tree node = *nodep;
|
||||
tree fn = (tree) fnp;
|
||||
tree t;
|
||||
|
||||
switch (TREE_CODE (node))
|
||||
|
Loading…
Reference in New Issue
Block a user