re PR target/69969 (Function attribute no-vsx)
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Feb 2016 22:35:00 +0000 (23:35 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Feb 2016 22:35:00 +0000 (23:35 +0100)
commite6fb01b00cd11497df8f5733d205ae6bc2c52e69
treeb60b628b68cd6acdafe170d31c179166b5327475
parente3e0cf6446e95568226124fc77efd864cac0e26c
re PR target/69969 (Function attribute no-vsx)

PR target/69969
* config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
complain about -mallow-movmisalign without -mvsx if
TARGET_ALLOW_MOVMISALIGN was not set explicitly.

* gcc.target/powerpc/pr69969.c: New test.

From-SVN: r233767
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr69969.c [new file with mode: 0644]