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
/
torture
/
pr61010.c
blob
ed5653982cbbb8dbc084a646b72c71aa41359e02
1
/* { dg-do compile } */
2
3
int
main
(
void
)
4
{
5
int
a
=
0
;
6
unsigned
b
= (
a
*
64
&
192
) |
63U
;
7
return
0
;
8
}