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
/
vect
/
pr98302.c
blob
dec601676299892182c51f9eee64a3a4ffb5f390
1
#include
"tree-vect.h"
2
3
int
c
=
1705
;
4
char
a
;
5
long
f
=
50887638
;
6
unsigned long long
*
h
(
unsigned long long
*
k
,
unsigned long long
*
l
) {
7
return
*
k
?
k
:
l
;
8
}
9
void
aa
() {}
10
int
main
() {
11
check_vect
();
12
13
long
d
=
f
;
14
for
(
char
g
=
0
;
g
< (
char
)
c
-
10
;
g
+=
2
) {
15
unsigned long long
i
=
d
,
j
=
4
;
16
a
= *
h
(&
i
, &
j
) << ((
d
?
169392992
:
0
) -
169392955LL
);
17
}
18
if
(
a
)
19
__builtin_abort
();
20
21
return
0
;
22
}