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
/
pr94281.C
blob
c9d89915f03b21d60799d54fd74a7ccd11586795
1
// PR debug/94281
2
// { dg-do compile }
3
// { dg-options "-O1 -fno-tree-dce -fipa-icf -fno-tree-forwprop -fcompare-debug" }
4
// { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } }
5
6
void fn1()
7
{
8
}
9
void fn2()
10
{
11
;
12
}