re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 7 Dec 2015 16:45:45 +0000 (16:45 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Dec 2015 16:45:45 +0000 (16:45 +0000)
commit058c6384fe443310b1788dcdc8880beba24d6b43
tree2e641b887cd6d08eba392818062c5fa46e53f8ae
parent5dd2902aa1bf772c53951ae9998645d4b89d50ae
re PR middle-end/68291 (ICE in emit_move_insn, at expr.c:3540)

PR middle-end/68291
PR middle-end/68292
* cfgexpand.c (set_rtl): Always accept PARALLELs with BLKmode for
SSA names based on RESULT_DECLs.
* function.c (expand_function_start): Do not create BLKmode REGs
for GIMPLE registers when coalescing is enabled.

From-SVN: r231372
gcc/ChangeLog
gcc/cfgexpand.c
gcc/function.c