repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20051104-1.c
blob
16578778cc61ea064b240681325f578c085b796e
1
/* PR rtl-optimization/23567 */
2
3
struct
4
{
5
int
len
;
6
char
*
name
;
7
}
s
;
8
9
int
10
main
(
void
)
11
{
12
s
.
len
=
0
;
13
s
.
name
=
""
;
14
if
(
s
.
name
[
s
.
len
] !=
0
)
15
s
.
name
[
s
.
len
] =
0
;
16
return
0
;
17
}