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
2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr45038.C
blob
57c0c4417e66ef72e64b399ddaffb7ed7517ac80
1
// PR preprocessor/45038
2
// { dg-do compile }
3
// { dg-options "-Werror -Wold-style-cast" }
4
5
double f(void)
6
{
7
// We used to produce old-style casts for this.
8
return __DBL_MIN__;
9
}