re PR target/69454 (ix86_expand_prologue internal compiler error: Segmentation fault)
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 4 Feb 2016 09:02:01 +0000 (10:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 4 Feb 2016 09:02:01 +0000 (10:02 +0100)
commit61f727fe02c8d9a42b7e45505bf853231415a525
tree998adbb47ccffae371918a482d2f81c08f06132d
parent07d88205a6bd6cc94fdf981f399a3871bce6d3f2
re PR target/69454 (ix86_expand_prologue internal compiler error: Segmentation fault)

PR target/69454
* config/i386/i386.c (convert_scalars_to_vector): Remove
stack alignment fixes.
(ix86_option_override_internal): Disable TARGET_STV if stack
might not be aligned enough.
(ix86_minimum_alignment): Assert that TARGET_STV is false.

* gcc.target/i386/pr69454-1.c: New test.
* gcc.target/i386/pr69454-2.c: New test.

From-SVN: r233128
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr69454-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/pr69454-2.c [new file with mode: 0644]