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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
980502-1.c
blob
f06491cd96c0fe0b28feea7eb16069d2c10e1c30
1
/* { dg-do compile }*/
2
/* { dg-options "-O2" } */
3
4
char
*
const
f
(
void
)
5
{
6
char
*
const
line
=
"/dev/ptyXX"
;
7
line
[
8
] =
1
;
8
return
line
;
9
}