Commit 881f7c97 by Rainer Orth Committed by Rainer Orth

Fix g++.dg/torture/pr81360.C scan-ipa-dump

	* g++.dg/torture/pr81360.C: Add -fdump-ipa-icf to dg-options.

From-SVN: r257205
parent 634c3ff0
2018-01-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/torture/pr81360.C: Add -fdump-ipa-icf to dg-options.
2018-01-30 Vladimir Makarov <vmakarov@redhat.com> 2018-01-30 Vladimir Makarov <vmakarov@redhat.com>
PR target/84112 PR target/84112
...@@ -26,7 +30,7 @@ ...@@ -26,7 +30,7 @@
PR ipa/83179 PR ipa/83179
* gcc.dg/ipa/inline-2.c: Fix template. * gcc.dg/ipa/inline-2.c: Fix template.
* gcc.dg/ipa/inline-3.c: Fix template. * gcc.dg/ipa/inline-3.c: Fix template.
2018-01-30 Jan Hubicka <hubicka@ucw.cz> 2018-01-30 Jan Hubicka <hubicka@ucw.cz>
PR ipa/81360 PR ipa/81360
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fno-early-inlining" } */ /* { dg-options "-O2 -fno-early-inlining -fdump-ipa-icf" } */
template <int dim> class B; template <int dim> class B;
template <int, int dim> class TriaObjectAccessor; template <int, int dim> class TriaObjectAccessor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment