public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Testsuite patch: disable profiling tests for Blackfin.
@ 2007-02-28 13:23 Bernd Schmidt
  0 siblings, 0 replies; only message in thread
From: Bernd Schmidt @ 2007-02-28 13:23 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

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

[-- Attachment #2: profiling.diff --]
[-- Type: text/plain, Size: 890 bytes --]

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]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-28  2:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 13:23 Testsuite patch: disable profiling tests for Blackfin Bernd Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).