https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69969
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Mar 30 12:35:50 2016 New Revision: 234556 URL: https://gcc.gnu.org/viewcvs?rev=234556&root=gcc&view=rev Log: Backported from mainline 2016-02-26 Jakub Jelinek <ja...@redhat.com> 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. Added: branches/gcc-5-branch/gcc/testsuite/gcc.target/powerpc/pr69969.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/config/rs6000/rs6000.c branches/gcc-5-branch/gcc/testsuite/ChangeLog