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
testsuite: Revert to the original version of pr100056.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
bb-slp-pr92596.c
blob
f3dd08d9878cb4446a4cd2de65f2e6567150ebf2
1
/* { dg-do compile } */
2
/* { dg-additional-options "-O3" } */
3
4
typedef
struct
{
5
long
n
[
5
];
6
}
secp256k1_fe
;
7
8
secp256k1_fe a
;
9
10
void
fn1
(
int
p1
) {
a
.
n
[
0
] =
a
.
n
[
1
] =
a
.
n
[
2
] =
p1
; }
11
void
fn2
() {
12
int
b
;
13
fn1
(!
b
);
14
}