(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr98667-2.c
       1  /* { dg-do compile { target ia32 } } */
       2  /* { dg-options "-O2 -fcf-protection=branch -march=i486" } */
       3  
       4  void
       5  test (void)
       6  {
       7  }
       8  
       9  /* { dg-error "'-fcf-protection' is not compatible with this target" "" { target *-*-* } 0 } */