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
/
tree-ssa
/
andnot-2.c
blob
e0955ce3ffd9d1cf9bd47e6a5da5b7d5e32c1047
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-forwprop3-raw -w -Wno-psabi" } */
3
4
typedef
long
vec
__attribute__
((
vector_size
(
16
)));
5
vec
f
(
vec x
){
6
vec y
=
x
<
10
;
7
return
y
& (
y
==
0
);
8
}
9
10
/* { dg-final { scan-tree-dump-not "_expr" "forwprop3" } } */