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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-39.C
blob
83fa8b5e66d8407b4ef0a03ef1d1fa842ec7ed8c
1
// PR debug/43370
2
// { dg-do compile { target c++11 } }
3
// { dg-options "-g" }
4
5
int fragile_block(void) {
6
typedef struct [[gnu::aligned (16)]] {
7
int i;
8
} XmmUint16;
9
return 0;
10
}