diff gcc/testsuite/gcc.dg/ipa/inline-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line diff
--- a/gcc/testsuite/gcc.dg/ipa/inline-1.c	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/testsuite/gcc.dg/ipa/inline-1.c	Thu Oct 25 07:37:49 2018 +0900
@@ -22,13 +22,13 @@
 /* { dg-final { scan-ipa-dump-not "op0 change"  "inline"  } } */
 /* { dg-final { scan-ipa-dump "op1 is compile time invariant"  "inline"  } } */
 /* op2 is invariant within loop (we make assumption that function call does not afect it.). */
-/* { dg-final { scan-ipa-dump "op2 change 10.000000. of time"  "inline"  } } */
+/* { dg-final { scan-ipa-dump "op2 change 9.990000. of time"  "inline"  } } */
 /* op3 is invariant within loop (we make assumption that function call does not afect it.). */
-/* { dg-final { scan-ipa-dump "op3 change 10.000000. of time"  "inline"  } } */
+/* { dg-final { scan-ipa-dump "op3 change 9.990000. of time"  "inline"  } } */
 /* op4 is invariant within loop.  */
-/* { dg-final { scan-ipa-dump "op4 change 10.000000. of time"  "inline"  } } */
+/* { dg-final { scan-ipa-dump "op4 change 9.990000. of time"  "inline"  } } */
 /* op5 is invariant within loop.  */
-/* { dg-final { scan-ipa-dump "op5 change 10.000000. of time"  "inline"  } } */
+/* { dg-final { scan-ipa-dump "op5 change 9.990000. of time"  "inline"  } } */
 /* op6 is compile time invariant.  */
 /* { dg-final { scan-ipa-dump "op6 is compile time invariant"  "inline"  } } */
 /* op7 change.  */