2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / inline2.C
blobf1d19626685fc0c8232dbbe232fd6c327f399c8a
1 // { dg-do assemble  }
2 // { dg-options "-O2 -Winline" }
3 // Origin: Martin Reinecke <martin@MPA-Garching.MPG.DE>
5 #include <cmath>
7 int main()
9   double foo = 4.5;
10   if (std::abs (0.5-std::abs (foo-0.5)) < 1e-10) foo+=1;