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
* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
opt
/
complex1.C
blob
0066c26c83bdaf8d0acf76f23d3913d33f46ae14
1
// PR tree-opt/21994
2
// { dg-do compile }
3
// { dg-options "-O2" }
4
5
_Complex float f(void);
6
_Complex float g(void) throw()
7
{
8
return f();
9
}