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]

Don't test -fssa


The reasons for the various -fssa failures are well explored,
and are not going to be fixed for gcc 3.0.  So it's rather a
waste of time testing it, IMO.


r~


        * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
        * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
        * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.

Index: lib/c-torture.exp
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/lib/c-torture.exp,v
retrieving revision 1.15
diff -c -p -d -r1.15 c-torture.exp
*** c-torture.exp	2000/08/14 04:15:07	1.15
--- c-torture.exp	2000/11/19 09:34:55
*************** if ![info exists TORTURE_OPTIONS] {
*** 40,46 ****
  	{ -O3 -fomit-frame-pointer -funroll-loops } \
  	{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
  	{ -O3 -g } \
- 	{ -O3 -fssa } \
  	{ -Os } ]
  }
  
--- 40,45 ----
Index: lib/f-torture.exp
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/lib/f-torture.exp,v
retrieving revision 1.9
diff -c -p -d -r1.9 f-torture.exp
*** f-torture.exp	2000/08/14 04:15:07	1.9
--- f-torture.exp	2000/11/19 09:34:55
*************** if ![info exists TORTURE_OPTIONS] {
*** 29,35 ****
  	{ -O2 -fomit-frame-pointer -finline-functions -funroll-loops } \
  	{ -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops } \
  	{ -O3 -g } \
- 	{ -O3 -fssa } \
  	{ -Os }]
  }
  
--- 29,34 ----
Index: lib/gcc-dg.exp
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/lib/gcc-dg.exp,v
retrieving revision 1.6
diff -c -p -d -r1.6 gcc-dg.exp
*** gcc-dg.exp	2000/08/05 00:46:17	1.6
--- gcc-dg.exp	2000/11/19 09:34:55
*************** if ![info exists TORTURE_OPTIONS] {
*** 37,43 ****
  	{ -O3 -fomit-frame-pointer -funroll-loops } \
  	{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
  	{ -O3 -g } \
- 	{ -O3 -fssa } \
  	{ -Os } ]
  }
  
--- 37,42 ----

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