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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr68701-2.c
blob
bfe592ec8ec931a949586eba0988ac88f275bd61
1
/* { dg-do compile } */
2
/* { dg-options "-O -ffixed-ebp -mno-accumulate-outgoing-args -mstackrealign -msse" } */
3
4
/* { dg-warning "fixed ebp register requires" "" { target *-*-* } 0 } */
5
6
typedef
float
V
__attribute__
((
vector_size
(
16
)));
7
8
void
bar
(
V a
)
9
{
10
volatile
V b
=
a
;
11
}