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

2007-11-30 Thread aldot at gcc dot gnu dot org
--- 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_t

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

2007-11-30 Thread aldot at gcc dot gnu dot org
--- Comment #3 from aldot at gcc dot gnu dot org 2007-11-30 16:53 --- Target independent. Reduced from toplev.c and i386.c: $ cat one.i getline () { } $ cat two.i extern __inline getline () { } $ /scratch/obj.i686/gcc-4.3/./prev-gcc/xgcc -v -B/scratch/obj.i686/gcc-4.3/./prev-gcc/ -B/

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

2007-11-28 Thread aldot at gcc dot gnu dot org
--- Comment #2 from aldot at gcc dot gnu dot org 2007-11-28 16:28 --- Can still be observed on trunk. Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31529