repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
pragma1.C
blob
88a56aafb0d2bcd33a7066bd7c25290d56ab4c98
1
// PR c++/17916
2
3
class T {
4
#pragma X
5
struct S {
6
};
7
#pragma Y
8
};