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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr97596.c
blob
b0726adba21839e4f1fab414fcabaebc93b5ec22
1
/* { dg-do compile { target int128 } } */
2
/* { dg-options "-O2" } */
3
4
void
5
q8
(
__int128
*
uv
,
unsigned short int
nf
)
6
{
7
__int128 i4
;
8
9
i4
= -
nf
;
10
if
(
i4
<<
1
!=
0
)
11
*
uv
+=
nf
;
12
}