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.dg
/
20011113-1.c
blob
3f40160ed9978bf8e19c1beead1c9563ef2d5bdb
1
/* Copyright (C) 2001 Free Software Foundation.
2
by Hans-Peter Nilsson <hp@axis.com> */
3
4
/* { dg-do compile } */
5
/* { dg-options "-O2 -fforce-addr" } */
6
7
const char
foo
[] =
"fum"
;
8
const struct
fi
9
{
10
const char
*
const
in
;
11
const char
*
const
out
;
12
const int
flags
;
13
}
fie
[] = {
14
{
"nw"
,
" new"
,
0
},
15
{
"dl"
,
foo
,
1
}
16
};