xtensa: Fix the issue in "*extzvsi-1bit_addsubx"
[official-gcc.git] / gcc / testsuite / g++.dg / debug / pr94272.C
blob39956bee0aba9860d32e491252ea036034ebac0b
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* } }
6 int *c, d, *e;
8 void
9 foo ()
11   if (c && d)
12     ;
13   else if (*e)
14     ;