[Bug target/59843] ICE with return of generic vector on aarch64
yufeng at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 16 17:25:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59843
Yufeng Zhang <yufeng at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|aarch64-linux |aarch64-linux aarch64-elf
Status|NEW |ASSIGNED
CC| |yufeng at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |yufeng at gcc dot gnu.org
--- Comment #2 from Yufeng Zhang <yufeng at gcc dot gnu.org> ---
Confirmed and assigned to myself.
test.c: In function 'foo':
test.c:6:3: internal compiler error: in emit_move_insn, at expr.c:3610
return r;
^
0x63bbb0 emit_move_insn(rtx_def*, rtx_def*)
gcc/gcc/expr.c:3610
0x63e1a2 emit_group_load_1
gcc/gcc/expr.c:1750
0x63e5e9 emit_group_load(rtx_def*, rtx_def*, tree_node*, int)
gcc/gcc/expr.c:1846
0x587c27 expand_value_return
gcc/gcc/cfgexpand.c:3036
0x58ade6 expand_return
gcc/gcc/cfgexpand.c:3114
0x58ade6 expand_gimple_stmt_1
gcc/gcc/cfgexpand.c:3187
0x58ade6 expand_gimple_stmt
gcc/gcc/cfgexpand.c:3309
0x58c024 expand_gimple_basic_block
gcc/gcc/cfgexpand.c:5149
0x590536 gimple_expand_cfg
gcc/gcc/cfgexpand.c:5715
0x590536 execute
gcc/gcc/cfgexpand.c:5935
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
More information about the Gcc-bugs
mailing list