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
PR target/79197
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr79197.c
blob
659d76c15c15caf8b963242edc84a89f46ae745e
1
/* PR target/79197 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0 -mno-popcntd" } */
4
5
unsigned
a
;
6
7
void
8
foo
(
void
)
9
{
10
a
= *(
double
*) (
__UINTPTR_TYPE__
)
0x400000
;
11
}