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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr105825.c
blob
d1eb82965351d5f2b1fd81dd9dc75fb428a27080
1
/* PR target/105825 */
2
/* { dg-do compile { target int128 } } */
3
/* { dg-options "-O2" } */
4
/* { dg-additional-options "-mavx" { target avx } } */
5
6
__int128 j
;
7
int
i
;
8
9
void
10
foo
(
void
)
11
{
12
j
<<=
__builtin_parityll
(
i
);
13
}