From: iains Date: Tue, 4 Dec 2018 15:31:06 +0000 (+0000) Subject: testsuite - restore the tests for profiled + partitioned code. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc652e9ab2bc7c2a714cdbc7b45ac9db70ef010;p=thirdparty%2Fgcc.git testsuite - restore the tests for profiled + partitioned code. 2018-12-04 Iain Sandoe PR testsuite/88310 * lib/target-supports.exp (check_effective_target_freorder): Suppress warnings for missing profile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266785 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c274003231f8..fc2df999e91b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2018-12-04 Iain Sandoe + + PR testsuite/88310 + * lib/target-supports.exp (check_effective_target_freorder): + Suppress warnings for missing profile. + 2018-12-04 Jakub Jelinek * g++.old-deja/g++.oliva/typename1.C: Don't expect any diagnostics diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index faa67e223217..5026c5906cda 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -1094,7 +1094,7 @@ proc check_effective_target_freorder {} { } "-freorder-blocks-and-partition"] && [check_no_compiler_messages fprofile_use_freorder object { void foo (void) { } - } "-fprofile-use -freorder-blocks-and-partition"] } { + } "-fprofile-use -freorder-blocks-and-partition -Wno-missing-profile"] } { return 1 } return 0