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
In gcc/objc/: 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100302.h
blob
7260be10c91521d648207d94a1db2eae9a64920f
1
typedef
float
mm128
__attribute
((
vector_size
(
16
)));
2
3
template
<
class
T
>
4
struct
A
5
{
6
static
T t
;
7
};
8
9
void
f
(
mm128
*);