https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90756
--- Comment #21 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sun Jul 14 08:27:12 2019 New Revision: 273476 URL: https://gcc.gnu.org/viewcvs?rev=273476&root=gcc&view=rev Log: Backported from mainline 2019-07-04 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/90756 * explow.c (promote_ssa_mode): Always use TYPE_MODE, don't bypass it for VECTOR_TYPE_P. * gcc.dg/pr90756.c: New test. Added: branches/gcc-9-branch/gcc/testsuite/gcc.dg/pr90756.c Modified: branches/gcc-9-branch/gcc/ChangeLog branches/gcc-9-branch/gcc/explow.c branches/gcc-9-branch/gcc/testsuite/ChangeLog