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
AVR: target/84211 - Add a post reload register optimization pass.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr104467.c
blob
c3bfb60698a8720d3b98a2de928068265eed0fd3
1
/* { dg-do compile } */
2
/* { dg-additional-options "-mavx" { target x86_64-*-* i?86-*-* } } */
3
4
unsigned long
__attribute__
((
__vector_size__
(
8
*
sizeof
(
long
))))
u
;
5
signed long
__attribute__
((
__vector_size__
(
8
*
sizeof
(
long
))))
s
;
6
7
void
8
foo
(
void
)
9
{
10
s
&=
u
+ (
0
,
0
);
11
}