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]

Test failures sh4-unknown-linux-gnu: need -mieee


Following patch fixes test failures under
gcc/testsuite/gcc.c-torture/execute/ieee/ for sh4-unknown-linux-gnu target.

2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>

	* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.

Index: gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp,v
retrieving revision 1.8
diff -c -3 -p -r1.8 ieee.exp
*** gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp	2001/10/09 10:16:24	1.8
--- gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp	2001/10/19 06:20:53
*************** if [istarget "m68k-*-*"] then {
*** 42,48 ****
    lappend additional_flags "-ffloat-store"
  }
  if { [istarget "alpha*-*-*"] 
!      || [istarget "sh-*-*"] } then {
    lappend additional_flags "-mieee"
  }
  
--- 42,48 ----
    lappend additional_flags "-ffloat-store"
  }
  if { [istarget "alpha*-*-*"] 
!      || [istarget "sh*-*-*"] } then {
    lappend additional_flags "-mieee"
  }
  
-- 


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