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
* doc/extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib48.C
blob
19a9959109d79fe4b3301f1a6113f9be74446b63
1
// PR c++/54652
2
3
typedef unsigned L __attribute__ ((aligned));
4
typedef unsigned L __attribute__ ((aligned));
5
6
L l;