(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
powerpc/
pr99888-5.c
       1  /* { dg-require-effective-target powerpc_elfv2 } */
       2  /* There is no global entry point prologue with pcrel.  */
       3  /* { dg-options "-mno-pcrel -fpatchable-function-entry=7,3" } */
       4  
       5  /* Verify one error emitted for unexpected 3 nops before local
       6     entry.  */
       7  
       8  extern int a;
       9  
      10  int test (int b) {
      11    return a + b;
      12  }
      13  /* { dg-error "unsupported number of nops before function entry \\(3\\)" "" { target *-*-* } .-1 } */