------- Comment #5 from baldrick at gcc dot gnu dot org  2010-06-28 11:13 
-------
I'm hitting the same thing when building LLVM.  It needs -fPIC and -O3 to fire
on
my x86-64 linux box:

$ g++-4.6 -fPIC -O3 DwarfException.ii
DwarfException.ii:56:89: internal compiler error: in
cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1047

I reduced a 56 line test case using delta (will attach in a moment).


-- 


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

Reply via email to