]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pragma-diag-5.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pragma-diag-5.c
CommitLineData
c4914de6 1/* { dg-do compile } */
70b95cee 2#pragma GCC diagnostic /* { dg-warning "missing" "missing" } */
6143c998 3/* { dg-warning "24:missing" "wrong column" { xfail *-*-* } .-1 } */
c4914de6
MLI
4
5#pragma GCC diagnostic warn /* { dg-warning "24:expected" } */
6
7#pragma GCC diagnostic ignored "-Wfoo" /* { dg-warning "32:unknown" } */