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
trans-mem: Fix ICE caused by expand_assign_tm
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr69171-5.c
blob
230af3ec3d1ecd89056e13b8a59e3cd5faaa8235
1
/* { dg-do compile { target fpic } } */
2
/* { dg-options "-fpic -O2 -msse2 -mno-avx -mfpmath=sse" } */
3
4
__extension__
typedef
__UINTPTR_TYPE__
uintptr_t
;
5
6
extern
int
glob1
;
7
8
float
9
foo
(
void
)
10
{
11
return
(
float
) (
long long
) (
uintptr_t
) &
glob1
;
12
}