Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / 20031223-1.c
blobc529739e7ec046304f65b96105980e7bafbd1bdf
1 /* PR c/11995 */
2 /* The following test used to ICE after an error message
3 because GCC was trying to expand the trees to rtl. */
5 /* { dg-do compile } */
6 /* { dg-options "-std=c17 -pedantic-errors" } */
8 void f ()
10 l: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" "not stmt" } */
11 /* { dg-error "useless type name in empty declaration" "type name" { target *-*-* } .-1 } */