* g++.dg/parse/parse3.C: New test.

From-SVN: r60727
This commit is contained in:
Neil Booth 2003-01-01 00:43:53 +00:00 committed by Neil Booth
parent 9b1e4260bd
commit 54ea87dbcc
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
* g++.dg/parse/parse3.C: New test.
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
* g++.dg/parse/parse2.C: New test.

View File

@ -0,0 +1,7 @@
/* PR c++/80 */
/* { dg-do compile } */
/* Used to get:
bug.C:7: semicolon missing after declaration of `numbers'
*/
enum numbers { zero, one, two, three } __attribute__ ((packed)) ;