public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] backport the other half of a patch to 4.1
@ 2007-05-24  0:50 Adam Nemet
  0 siblings, 0 replies; only message in thread
From: Adam Nemet @ 2007-05-24  0:50 UTC (permalink / raw)
  To: gcc-patches

The backport http://gcc.gnu.org/ml/gcc-patches/2006-11/msg00573.html
has missed the libstdc++ half of this patch:

libstdc++-v3:
2006-10-29  Joseph Myers  <joseph@codesourcery.com>

	    * testsuite/config/default.exp (${tool}_target_compile): Use
	    v3_target_compile.

gcc/testsuite:
2006-10-29  Joseph Myers  <joseph@codesourcery.com>

	    * lib/target-supports.exp (check_function_available): Declare
	    function before calling.

This leads to 9 PASS->UNSUPPORTED transitions between 4.1.1 and 4.1.2.

OK to checking the other half?  Tested on i686-pc-linux-gnu.

Adam

	Backport from mainline:
	2006-10-30  Joseph Myers  <joseph@codesourcery.com>
	* testsuite/config/default.exp (${tool}_target_compile): Use
	v3_target_compile.

Index: default.exp
===================================================================
--- default.exp	(revision 125005)
+++ default.exp	(working copy)
@@ -28,6 +28,6 @@ load_lib "standard.exp"
 
 # target-supports.exp uses this
 proc ${tool}_target_compile { srcfile destfile compile_type options } {
-    target_compile $srcfile $destfile $compile_type $options
+    v3_target_compile $srcfile $destfile $compile_type $options
 }
 

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

only message in thread, other threads:[~2007-05-24  0:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-24  0:50 [testsuite] backport the other half of a patch to 4.1 Adam Nemet

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).