[Bug middle-end/17419] [4.0 Regression] Bootstrap ICE in stage2: verify_cgraph_node failed

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Sep 11 23:33:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-09-11 23:33 -------
Here's a reduced testcase (compile with "gcc -O"):

==============================
inline int foo()
{
  return 0;
}

inline int bar()
{
  return foo();
}

inline int baz()
{
  return bar();
}
==============================

tree-ssa.i:14: error: Inlined_to pointer is wrong
foo/11: (inline copy in baz/9) 2 insns tree inlinable asm_written
  called by: bar/10 (inlined) 
  calls: 
tree-ssa.i:14: internal compiler error: verify_cgraph_node failed.
Please submit a full bug report, [etc.]

This is strongly related to the failure in PR 17126.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
OtherBugsDependingO|                            |17126
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|alphaev56-unknown-linux-gnu |
   GCC host triplet|alphaev56-unknown-linux-gnu |
 GCC target triplet|alphaev56-unknown-linux-gnu |
           Keywords|                            |monitored
      Known to work|                            |3.4.2
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-11 23:33:01
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17419



More information about the Gcc-bugs mailing list