repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-39-1.C
blob
4010ba7724cf330559adcae46daa55ef595aea91
1
// { dg-do compile { target c++11 } }
2
3
int fragile_block(void) {
4
typedef
5
[[gnu::aligned (16)]] // { dg-error "standard attributes in middle of decl-specifiers" }
6
// { dg-warning "attribute ignored" "" { target *-*-* } .-1 }
7
struct {
8
int i;
9
} XmmUint16;
10
return 0;
11
}