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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr55027.c
blob
05082b26b344d094f09982fb39ce38291e5355f7
1
/* { dg-do compile } */
2
/* { dg-options "-Ofast -fdump-tree-optimized-raw" } */
3
4
typedef
double
v2df
__attribute__
((
__vector_size__
(
2
*
sizeof
(
double
))));
5
6
void
f
(
v2df
*
x
)
7
{
8
*
x
=
0
+
1
* *
x
;
9
}
10
11
/* { dg-final { scan-tree-dump-not "gimple_assign" "optimized" } } */