[PATCH][committed] restrict i386/math-torture to i?86/x86_64 targets

Richard Guenther rguenther@suse.de
Tue Nov 14 22:10:00 GMT 2006


Applied as obvious.

Richard.

Index: ChangeLog
===================================================================
*** ChangeLog	(revision 118826)
--- ChangeLog	(working copy)
***************
*** 1,3 ****
--- 1,8 ----
+ 2006-11-14  Richard Guenther  <rguenther@suse.de>
+ 
+ 	* gcc.target/i386/math-torture/math-torture.exp: Restrict
+ 	to i?86 and x86_64 targets.
+ 
  2006-11-14  Caroline Tice  <ctice@apple.com>
  
  	* gcc.dg/pubtypes-1.c: New file/testcase.
Index: gcc.target/i386/math-torture/math-torture.exp
===================================================================
*** gcc.target/i386/math-torture/math-torture.exp	(revision 118826)
--- gcc.target/i386/math-torture/math-torture.exp	(working copy)
***************
*** 1,5 ****
--- 1,10 ----
  # This harness is for tests that should be run at all optimisation levels.
  
+ # Exit immediately if this isn't a x86 target.
+ if { ![istarget i?86*-*-*] && ![istarget x86_64-*-*] } then {
+   return
+ }
+ 
  set TORTURE_OPTIONS [list \
          { -O0 } \
          { -O0 -mfpmath=387 } \



More information about the Gcc-patches mailing list