blob: 20adf5e92b87ffe26a12b63543d27b4c9195762b [file] [log] [blame]
/* PR28322: ignore unknown -Wno-* if no warning is emitted. */
/* { dg-do compile } */
/* { dg-options "-Wall -Wextra -Wno-foobar" } */
int foo (void)
{
int i = 1/0; /* { dg-warning "division by zero" } */
return i;
}
/* { dg-message "unrecognized command-line option .-Wno-foobar." "" { target *-*-* } 0 } */