repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
parse3.C
blob
5f24cd1591d317dd5f3759b8b6ecff35d40263d8
1
/* PR c++/80 */
2
/* { dg-do compile } */
3
4
/* Used to get:
5
bug.C:7: semicolon missing after declaration of `numbers'
6
*/
7
enum numbers { zero, one, two, three } __attribute__ ((packed)) ;