This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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]

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]