[PATCH] run ACATS at -O2 by default

Laurent GUERBY laurent@guerby.net
Sat Apr 17 16:42:00 GMT 2004


Tested on x86-linux, 13 new failures:

c43205k c43214f cxg2006 cxg2007 cxg2008
cxg2018 cxg2019 cxg2020 cxg2021
c41103b cc51d01 cc51d02 cc70003

Ok to commit?

Laurent

2004-04-17  Laurent GUERBY <laurent@guerby.net>

	* ada/acats/run_all.sh: use -O2 by default.

Index: run_all.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ada/acats/run_all.sh,v
retrieving revision 1.14
diff -u -r1.14 run_all.sh
--- run_all.sh	13 Jan 2004 11:48:46 -0000	1.14
+++ run_all.sh	17 Apr 2004 16:39:57 -0000
@@ -9,7 +9,7 @@
 # gccflags="-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions"
 # gnatflags="-gnatN"
 
-gccflags=""
+gccflags="-O2"
 gnatflags="-gnatws"
 
 target_run () {




More information about the Gcc-patches mailing list