From: Jan Hubicka Date: Wed, 31 Jan 2018 11:37:15 +0000 (+0100) Subject: pr81360.C: Drop unintended -O2 from dg-options and dg-final scan. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ede319fa972ea06c54fe90deb88334b94401bcb;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0ff502aab1e..eaa672beb24 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-01-31 Jan Hubicka + + * g++.dg/torture/pr81360.C: Drop unintended -O2 from dg-options and + dg-final scan. + 2018-01-31 Julia Koval PR target/83618 diff --git a/gcc/testsuite/g++.dg/torture/pr81360.C b/gcc/testsuite/g++.dg/torture/pr81360.C index c01cc21e165..b6d3eeb1e49 100644 --- a/gcc/testsuite/g++.dg/torture/pr81360.C +++ b/gcc/testsuite/g++.dg/torture/pr81360.C @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fno-early-inlining -fdump-ipa-icf" } */ +/* { dg-options "-fno-early-inlining" } */ template class B; template class TriaObjectAccessor; @@ -76,4 +76,3 @@ int main() return 0; } -/* { dg-final { scan-ipa-dump "Equal symbols: 0" "icf" } } */