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
* es.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr68785.c
blob
f4257da4dd8e0dfa592aa493effcc8e6d1a48882
1
/* PR tree-optimization/68785 */
2
/* { dg-do compile } */
3
/* { dg-options "-O3" } */
4
5
int
6
foo
(
void
)
7
{
8
return
*(
int
*)
""
;
9
}