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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
What I'm seeing is that this was fine in r202186, then started ICEing in
r202187 [*], then r202661 turned it into wrong-code issue.

[*]
/home/polacek/p.c:17:1: error: inlined_to pointer is set but no predecessors
found
 }
 ^
foo/1 (foo) @0x7ffff6811d10
  Type: function definition analyzed
  Visibility: prevailing_def_ironly
  References: 
  Referring: 
  Function foo/1 is inline copy in main/2
  Availability: local
  Function flags: body local
  Called by: 
  Calls: puts/3 (1.00 per call) 
/home/polacek/p.c:17:1: internal compiler error: verify_cgraph_node failed
0x61358e verify_symtab_node(symtab_node_def*)
    /home/polacek/src/gcc/gcc/symtab.c:772
0x6135c7 verify_symtab()
    /home/polacek/src/gcc/gcc/symtab.c:789
0x620251 compile()
    /home/polacek/src/gcc/gcc/cgraphunit.c:2146
0x621779 finalize_compilation_unit()
    /home/polacek/src/gcc/gcc/cgraphunit.c:2209
0x4e8732 c_write_global_declarations()
    /home/polacek/src/gcc/gcc/c/c-decl.c:10125
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Reply via email to