diff options
Diffstat (limited to 'gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c')
-rw-r--r-- | gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c b/gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c new file mode 100644 index 000000000..21e833681 --- /dev/null +++ b/gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c @@ -0,0 +1,9 @@ +/* { dg-do compile } */ +/* { dg-options "-DNOT_THE_RIGHT_DEFINE" } */ +/* { dg-xfail-if "comment" { def_nocache } { "*" } { "" } } */ + +int +main () +{ + return 0; +} |