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
/
pr24445.c
blob
f34784ced221c37a0436cf890773fd4ab4961092
1
/* { dg-do compile { target fpic } } */
2
/* { dg-options "-O1 -fpic" } */
3
extern
int
*
bar
(
void
)
__attribute__
((
__pure__
));
4
extern
char
*
baz
;
5
void
6
foo
(
void
)
7
{
8
baz
= (
char
*)
bar
();
9
}