From: Eric Botcazou Date: Wed, 22 Feb 2023 10:11:12 +0000 (+0100) Subject: Adjust example of compiler options for ACATS X-Git-Tag: basepoints/gcc-14~857 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f4aead9bac8d6f077fd0b158a16ac3b9a3c163;p=thirdparty%2Fgcc.git Adjust example of compiler options for ACATS gcc/testsuite/ * ada/acats/run_all.sh: Adjust example of compiler options. --- diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh index ac2a86bea6cc..38ec46928997 100755 --- a/gcc/testsuite/ada/acats/run_all.sh +++ b/gcc/testsuite/ada/acats/run_all.sh @@ -6,8 +6,8 @@ # tests requiring checks not turned on by default, this script # automatically adds the needed flags to pass (ie: -gnato or -gnatE). -# gccflags="-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions" -# gnatflags="-gnatN" +# gccflags="-O3 -funroll-loops" +# gnatflags="-gnatn" gccflags="-O2" gnatflags="-gnatws"