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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35468.c
blob
68f55654f6919a5cfc02906bb3182ade3793a7ee
1
/* PR tree-optimization/35468 */
2
/* { dg-do compile } */
3
4
void
5
foo
(
void
)
6
{
7
*(
char
*)
"c"
=
'x'
;
8
}