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
/
pr84704.C
blob
b7d29eb3252559f9ee80f5ad121eb5037b60e4e6
1
// PR c++/84704
2
// { dg-do compile }
3
// { dg-options "-g -fcompare-debug -O2" }
4
// { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } }
5
6
int a[1] = { 0 };
7
8
void
9
foo ()
10
{
11
a[({ 0; })] %= 5;
12
}