This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/31529] ICE in cgraph_expand_function with IMA



------- Comment #4 from aldot at gcc dot gnu dot org  2007-11-30 16:59 -------
Breakpoint 2, cgraph_expand_function (node=0xb7c7a280)
    at ../../../src/gcc-4.3/gcc/cgraphunit.c:1138
1138      tree decl = node->decl;
1141      gcc_assert (!node->global.inlined_to);
1143      if (flag_unit_at_a_time)
1144        announce_function (decl);
1146      gcc_assert (node->lowered);

trips the node->lowered assert.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]