public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-6350] Adjust example of compiler options for ACATS
Date: Sun, 26 Feb 2023 17:55:16 +0000 (GMT)	[thread overview]
Message-ID: <20230226175516.9F2373858D28@sourceware.org> (raw)

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"

                 reply	other threads:[~2023-02-26 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230226175516.9F2373858D28@sourceware.org \
    --to=ebotcazou@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).