summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr69900.c
blob: 2761d9fe0efd10f1beec2801c3a9d1b03c28c10c (plain)
1
2
3
4
5
6
/* PR c/69900 */
/* { dg-do compile } */

#pragma GCC diagnostic error "-Wunreachable-code"	/* { dg-bogus "is not an option that controls warnings" } */
#pragma GCC diagnostic warning "-Wunreachable-code"	/* { dg-bogus "is not an option that controls warnings" } */
#pragma GCC diagnostic ignored "-Wunreachable-code"	/* { dg-bogus "is not an option that controls warnings" } */