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
2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
asmspec1.C
blob
3df2483ad53718f89bcf11d1f1015a2b5796b25c
1
// PR c++/28343
2
// { dg-do compile }
3
4
struct A
5
{
6
int i __asm__(int); // { dg-error "before" }
7
static int j __asm__(int); // { dg-error "before" }
8
};