public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6350] Adjust example of compiler options for ACATS
@ 2023-02-26 17:55 Eric Botcazou
  0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2023-02-26 17:55 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f2f4aead9bac8d6f077fd0b158a16ac3b9a3c163

commit r13-6350-gf2f4aead9bac8d6f077fd0b158a16ac3b9a3c163
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Wed Feb 22 11:11:12 2023 +0100

    Adjust example of compiler options for ACATS
    
    gcc/testsuite/
            * ada/acats/run_all.sh: Adjust example of compiler options.

Diff:
---
 gcc/testsuite/ada/acats/run_all.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh
index ac2a86bea6c..38ec4692899 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-26 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 17:55 [gcc r13-6350] Adjust example of compiler options for ACATS Eric Botcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).