Adjust example of compiler options for ACATS
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 22 Feb 2023 10:11:12 +0000 (11:11 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 26 Feb 2023 17:52:01 +0000 (18:52 +0100)
gcc/testsuite/
* ada/acats/run_all.sh: Adjust example of compiler options.

gcc/testsuite/ada/acats/run_all.sh

index ac2a86b..38ec469 100755 (executable)
@@ -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"