]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr28322.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr28322.c
CommitLineData
369dcbd9
MLI
1/* PR28322: ignore unknown -Wno-* if no warning is emitted. */
2/* { dg-do compile } */
3/* { dg-options " -Wno-foobar -Wno-div-by-zero" } */
4
5void foo(void)
6{
7 int i = 1/0;
8}