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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr25254.c
blob
b1eff6e6664f8de2ac8ef0a40fbd21713981d306
1
/* PR target/25254 */
2
/* { dg-do compile { target lp64 } } */
3
/* { dg-options "-mcmodel=medium -mlarge-data-threshold=1" } */
4
5
const struct
{
int
i
;
int
j
; }
c
= {
2
,
6
};
6
7
const char
*
8
foo
(
void
)
9
{
10
return
"OK"
;
11
}