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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr103594.c
blob
0eae239eea0a351bfef8d0e7d7684fe4e887beaf
1
/* { dg-do compile { target fpic } } */
2
/* { dg-options "-O1 -fpic" } */
3
4
int
regex_subst
(
void
)
5
{
6
const void
*
subst
=
""
;
7
return
(*(
int
(*)(
int
))
subst
) (
0
);
8
}
9
10
int
foobar
(
void
)
11
{
12
int
x
;
13
return
(*(
int
(*)(
void
))&
x
) ();
14
}