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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
pragma2.C
blob
9cab9d88b878a7b164f10f4df1bd7ea4abe7e6d3
1
// PR c++/17595
2
3
// Ideally, the #pragma error would come one line further down, but it
4
// does not.
5
int f(int x, // { dg-error "not allowed here" }
6
#pragma interface
7
// The parser gets confused and issues an error on the next line.
8
int y); // { dg-bogus "" "" { xfail *-*-* } }