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
xtensa: Fix the issue in "*extzvsi-1bit_addsubx"
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
pr94272.C
blob
39956bee0aba9860d32e491252ea036034ebac0b
1
// PR c++/94272
2
// { dg-do compile }
3
// { dg-options "-O2 -fnon-call-exceptions -fcompare-debug" }
4
// { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } }
5
6
int *c, d, *e;
7
8
void
9
foo ()
10
{
11
if (c && d)
12
;
13
else if (*e)
14
;
15
}