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
/
fold-convlshift-3.c
blob
8d01191f1971794dfc5f7f9cb9bee7ae13f4933e
1
/* PR middle-end/102029 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
int
*
5
foo
(
const
__PTRDIFF_TYPE__ l
)
6
{
7
return
(
int
*) (
l
<<
2
);
8
}