Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr68018.c
blob: 04929c6c13c2a2a111969d02f4ffc60a0c279545 [
file
] [
log
] [
blame
]
/* { dg-do compile { target { *-*-linux* && lp64 } } } */
/* { dg-options "-O -mabi=ms -mstackrealign" } */
typedef
float
V __attribute__
((
vector_size
(
16
)));
int
fn1
(
V
*
x
)
{
V a
=
*
x
;
return
a
[
0
];
}