[Bug target/49423] [4.6/4.7/4.8 Regression] [arm] internal compiler error: in push_minipool_fix
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 16 18:11:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49423
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.6.4
Summary|[arm] internal compiler |[4.6/4.7/4.8 Regression]
|error: in push_minipool_fix |[arm] internal compiler
| |error: in push_minipool_fix
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-09-16 18:10:55 UTC ---
I get this same ICE while compiling gcc.c-torture/execute/scal-to-vec2.c at -O1
with a 4.7 configured with --with-arch=armv7-a --with-fpu=vfp
--with-float=hard .
(gdb) p debug_rtx(insn)
(insn 357 1038 1041 (set (reg:SI 14 lr)
(zero_extend:SI (mem/u/c:HI (symbol_ref/u:SI ("*.LC0") [flags 0x2]) [0
S2 A16]))) t.c:49 161 {*arm_zero_extendhisi2_v6}
(nil))
$4 = void
Both arm_zero_extendhisi2 and arm_zero_extendhisi2_v6 are missing
pool_range/neg_pool_range .
More information about the Gcc-bugs
mailing list