aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr84100.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr84100.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr84100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr84100.c b/gcc/testsuite/gcc.dg/pr84100.c
index 86fbc4f..676d0c7 100644
--- a/gcc/testsuite/gcc.dg/pr84100.c
+++ b/gcc/testsuite/gcc.dg/pr84100.c
@@ -8,7 +8,7 @@ __attribute__((optimize ("align-loops=16", "align-jumps=16",
"align-labels=16", "align-functions=16")))
void
foo (void)
-{ /* { dg-bogus "bad option" } */
+{ /* { dg-warning "bad option" } */
for (int i = 0; i < 1024; ++i)
bar ();
}