2018-12-04 Iain Sandoe <iain@sandoe.co.uk>
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
+2018-12-04 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR testsuite/88310
+ * lib/target-supports.exp (check_effective_target_freorder):
+ Suppress warnings for missing profile.
+
2018-12-04 Jakub Jelinek <jakub@redhat.com>
* g++.old-deja/g++.oliva/typename1.C: Don't expect any diagnostics
} "-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