]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr64295.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr64295.c
CommitLineData
249700b5
RB
1/* { dg-do compile } */
2/* { dg-options "-O -frounding-math -funsafe-math-optimizations" } */
3
4double
5f (double g)
6{
7 return g / 3;
8}