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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr106379-1.c
blob
7f2575e02dceaf844db2c47270bf49c006bd50f2
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-forwprop1" } */
3
4
_Bool
foo
(
_Bool a
,
_Bool b
)
5
{
6
return
!
a
== !
b
;
7
}
8
9
/* { dg-final { scan-tree-dump "\[ab\]_\[0-9\]+\\(D\\) == \[ba\]_\[0-9\]+\\(D\\)" "forwprop1" } } */