From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1285) id 9F2373858D28; Sun, 26 Feb 2023 17:55:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F2373858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677434116; bh=xhEcKlcZyC6/cvDzBq2qTzYgbfumbSOLs6sspi3wnEw=; h=From:To:Subject:Date:From; b=RvzppHwZK/8uDSFcpf0WXsEpfN/8nzD4ifgQUibGnXlwhwtW5uf+bNjHjh/K6N9n8 ago3hYOspKPxFcmPbq/ajYHMO0K94Ad65IPR1UBSaYkimz44aSV/YL8IkSUbUJy6fr y2rI0hIhxmh/Znya7JG3FsSPHGc1jyNnafZFG5so= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Eric Botcazou To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6350] Adjust example of compiler options for ACATS X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/master X-Git-Oldrev: 94341f0baacb1d414da7dc7d8eb61059e4619d5d X-Git-Newrev: f2f4aead9bac8d6f077fd0b158a16ac3b9a3c163 Message-Id: <20230226175516.9F2373858D28@sourceware.org> Date: Sun, 26 Feb 2023 17:55:16 +0000 (GMT) List-Id: https://gcc.gnu.org/g:f2f4aead9bac8d6f077fd0b158a16ac3b9a3c163 commit r13-6350-gf2f4aead9bac8d6f077fd0b158a16ac3b9a3c163 Author: Eric Botcazou 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"