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-Tag: basepoints/gcc-9~1505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ede319fa972ea06c54fe90deb88334b94401bcb;p=thirdparty%2Fgcc.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 0ff502aab1e6..eaa672beb246 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 c01cc21e165d..b6d3eeb1e494 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" } } */