Commit 8ede319f by Jan Hubicka Committed by Jan Hubicka

pr81360.C: Drop unintended -O2 from dg-options and dg-final scan.

	* g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and
	dg-final scan.

From-SVN: r257230
parent e6c7bfdb
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> 2018-01-31 Julia Koval <julia.koval@intel.com>
PR target/83618 PR target/83618
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -fno-early-inlining -fdump-ipa-icf" } */ /* { dg-options "-fno-early-inlining" } */
template <int dim> class B; template <int dim> class B;
template <int, int dim> class TriaObjectAccessor; template <int, int dim> class TriaObjectAccessor;
...@@ -76,4 +76,3 @@ int main() ...@@ -76,4 +76,3 @@ int main()
return 0; return 0;
} }
/* { dg-final { scan-ipa-dump "Equal symbols: 0" "icf" } } */
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