]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR middle-end/68291
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Dec 2015 16:45:45 +0000 (16:45 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Dec 2015 16:45:45 +0000 (16:45 +0000)
commit796bb135db3d9f2e75722bccca526c96f234d56b
tree2e641b887cd6d08eba392818062c5fa46e53f8ae
parent4a7d5922aa72b775be3d9b9c60b129684e065abf
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231372 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgexpand.c
gcc/function.c