(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
powerpc/
pr69969.c
       1  /* PR target/69969 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-mdejagnu-cpu=power8" } */
       4  
       5  int bar (int x) { return x; }
       6  __attribute__((__target__("no-vsx"))) int foo (int x) { return x; } /* { dg-bogus "-mallow-movmisalign requires -mvsx" } */