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
/
pr97730.c
blob
af4bca448798b50344c4246a68ae9e36c2ae48a7
1
/* { dg-additional-options "-O1" } */
2
unsigned
b
=
0xce8e5a48
,
c
=
0xb849691a
;
3
unsigned
a
[
8080
];
4
int
main
() {
5
a
[
0
] =
b
;
6
c
=
c
;
7
unsigned
f
=
0xb1e8
;
8
for
(
int
h
=
0
;
h
<
5
;
h
++)
9
a
[
h
] = (
b
&
c
) ^
f
;
10
if
(
a
[
0
] !=
0x8808f9e0
)
11
__builtin_abort
();
12
}