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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr56847.c
blob
b94aae1d89cf24716fc2cb7b14ba428a72a2e2c6
1
/* PR rtl-optimization/56847 */
2
/* { dg-do compile { target pie } } */
3
/* { dg-options "-O2 -fpie" } */
4
5
struct
S
{
long int
a
,
b
; }
e
;
6
__thread
struct
S s
;
7
8
void
9
foo
(
void
)
10
{
11
s
=
e
;
12
}