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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr84417.c
blob
9c2b023254b675927d1cbec695f272b9d0a6d883
1
/* { dg-do compile } */
2
/* { dg-require-effective-target int32plus } */
3
4
void
fn1
()
5
{
6
__attribute__
((
__vector_size__
(
sizeof
(
double
))))
double
x
;
7
double
*
a
= (
double
*)&
x
;
8
*
a
+ *(
a
+
8446744073709551615LL
);
9
}