[Bug optimization/14096] [tree-ssa] [unit-at-a-time] verify_cgraph_node failed with always_inline
hubicka at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed May 5 21:59:00 GMT 2004
------- Additional Comments From hubicka at gcc dot gnu dot org 2004-05-05 21:58 -------
The cgraph ICE has been fixed by my patch to mainline (so eventually propagated
to tree-ssa). I am not sure about whether we really want to error out on
requesting out of line copies of always_inline function, so i am keeping PR
open. Doing so seems quite strict to me and I am not sure what kind of
diagnostics we want (we might just output error when expand_function is
invoked, but we also might want to get more infromative and check this on all
cases such scenario can happen - taking pointer of static function, declaring
function as global and such)
Honza
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14096
More information about the Gcc-bugs
mailing list