pr81360.C: Drop unintended -O2 from dg-options and dg-final scan.
authorJan Hubicka <hubicka@ucw.cz>
Wed, 31 Jan 2018 11:37:15 +0000 (12:37 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 31 Jan 2018 11:37:15 +0000 (11:37 +0000)
* g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and
dg-final scan.

From-SVN: r257230

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr81360.C

index 0ff502aab1e61db1163c9d859bcca855253f343f..eaa672beb246493253c5bbacb3c0b4d111689010 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-31  Jan Hubicka  <hubicka@ucw.cz>
+
+       * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and
+       dg-final scan.
+
 2018-01-31  Julia Koval  <julia.koval@intel.com>
 
        PR target/83618
index c01cc21e165d362f17dae1d4cfcdce1239a26bf5..b6d3eeb1e4946b087a31a940b2fcd75bd3c9b8e8 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fno-early-inlining -fdump-ipa-icf"  } */
+/* { dg-options "-fno-early-inlining"  } */
 
 template <int dim> class B;
 template <int, int dim> class TriaObjectAccessor;
@@ -76,4 +76,3 @@ int main()
   return 0;
 }
 
-/* { dg-final { scan-ipa-dump "Equal symbols: 0" "icf"  } } */