repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
pr94323.C
blob
daee49a20aecd1900347ba4d052190404d70ba02
1
// PR debug/94323
2
// { dg-do compile }
3
// { dg-options "-O2 -fcompare-debug" }
4
// { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } }
5
6
volatile int a;
7
8
void
9
foo ()
10
{
11
({
12
a;
13
});
14
}