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
/
sse-8.c
blob
31e8c32fbdee9cecc704cf38b4a2406e170b7967
1
/* PR target/14343 */
2
/* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */
3
4
/* { dg-do compile } */
5
/* { dg-require-effective-target ia32 } */
6
/* { dg-options "-march=pentium3" } */
7
8
int
main
()
9
{
10
typedef
long long int
v
__attribute__
((
vector_size
(
16
)));
11
v a
,
b
;
12
a
=
b
;
13
return
0
;
14
}