re PR c/14963 (Unknown types cause ICE in function declarations)

2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/14963
        * gcc.dg/pr14963.c: New test.

From-SVN: r83747
This commit is contained in:
Andrew Pinski 2004-06-27 13:58:34 -07:00
parent 81ce39d647
commit fadabebde6

View file

@ -0,0 +1,3 @@
X Y(Z); /* { dg-error "" "error before" } */
/* { dg-warning "" "parameter names" { target *-*-* } 1 } */
/* { dg-warning "" "data definition" { target *-*-* } 1 } */