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