[Patch SRA] Fix PR66119 by calling get_move_ratio in SRA
[official-gcc.git] / gcc / testsuite / g++.dg / pr45038.C
blob57c0c4417e66ef72e64b399ddaffb7ed7517ac80
1 // PR preprocessor/45038
2 // { dg-do compile }
3 // { dg-options "-Werror -Wold-style-cast" }
5 double f(void)
7   // We used to produce old-style casts for this.
8   return __DBL_MIN__;