https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90139
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Aug 30 12:44:03 2019 New Revision: 275156 URL: https://gcc.gnu.org/viewcvs?rev=275156&root=gcc&view=rev Log: Backported from mainline 2019-04-19 Jakub Jelinek <ja...@redhat.com> PR middle-end/90139 * tree-outof-ssa.c (get_temp_reg): If reg_mode is BLKmode, return assign_temp instead of gen_reg_rtx. * gcc.c-torture/compile/pr90139.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.c-torture/compile/pr90139.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/tree-outof-ssa.c