diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/funroll-loops-all.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/funroll-loops-all.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/funroll-loops-all.c b/gcc/testsuite/gcc.dg/funroll-loops-all.c new file mode 100644 index 000000000..9cdc90172 --- /dev/null +++ b/gcc/testsuite/gcc.dg/funroll-loops-all.c @@ -0,0 +1,4 @@ +/* PR 17594 */ +/* { dg-do compile } */ +/* { dg-options "-funroll-loops-all" } */ +/* { dg-error "unrecognized command line option '-funroll-loops-all'" "" { target *-*-* } 0 } */ |