This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Testsuite patch: disable profiling tests for Blackfin.
- From: Bernd Schmidt <bernds_cb1 at t-online dot de>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 28 Feb 2007 03:04:42 +0100
- Subject: Testsuite patch: disable profiling tests for Blackfin.
I've committed the following to get rid of noise like
FAIL: g++.dg/bprob/g++-bprob-1.C execution: file g++-bprob-1.gcda does
not exist, -g -fprofile-arcs
when running tests against a Blackfin target.
Bernd
--
This footer brought to you by insane German lawmakers.
Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen
Registergericht Muenchen HRB 40368
Geschaeftsfuehrer Thomas Wessel, Vincent Roche, Joseph E. McDonough
Index: ChangeLog
===================================================================
--- ChangeLog (revision 122399)
+++ ChangeLog (working copy)
@@ -1,6 +1,8 @@
2007-02-28 Bernd Schmidt <bernd.schmidt@analog.com>
* g++.dg/inherit/thunk7.C: New test.
+ * lib/target-supports.exp (check_profiling_available): Not available
+ for bfin-*-*.
2007-02-27 Uros Bizjak <ubizjak@gmail.com>
Index: lib/target-supports.exp
===================================================================
--- lib/target-supports.exp (revision 122395)
+++ lib/target-supports.exp (working copy)
@@ -340,6 +340,7 @@ proc check_profiling_available { test_wh
|| [istarget arm*-*-eabi*]
|| [istarget arm*-*-elf]
|| [istarget arm*-*-symbianelf*]
+ || [istarget bfin-*-*]
|| [istarget powerpc-*-eabi*]
|| [istarget strongarm*-*-elf]
|| [istarget xscale*-*-elf]