]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Remove obsolete ada/acats/overflow.lst file
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 22 May 2025 20:11:08 +0000 (22:11 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Thu, 22 May 2025 20:18:04 +0000 (22:18 +0200)
It is used to specify which files are compiled with -gnato, but the switch
has been the default for at least a decade.

gcc/testsuite/
* ada/acats/overflow.lst: Delete.
* ada/acats/run_all.sh: Do not process overflow.lst.

gcc/testsuite/ada/acats/overflow.lst [deleted file]
gcc/testsuite/ada/acats/run_all.sh

diff --git a/gcc/testsuite/ada/acats/overflow.lst b/gcc/testsuite/ada/acats/overflow.lst
deleted file mode 100644 (file)
index fb76ef1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-c45632a
-c45632b
-c45632c
-c45504a
-c45504b
-c45504c
-c45613a
-c45613b
-c45613c
-c45304a
-c45304b
-c45304c
-c46014a
-c460008
-c460011
-c4a012b
-cb20004
index 38ec4692899715a5038bf54392330340e31633e7..2f737854c60a4d6149f080bb43afaf6140b19001 100755 (executable)
@@ -303,10 +303,6 @@ for chapter in $chapters; do
       fi
 
       extraflags="-gnat95"
-      grep $i $testdir/overflow.lst > /dev/null 2>&1
-      if [ $? -eq 0 ]; then
-         extraflags="$extraflags -gnato"
-      fi
       grep $i $testdir/elabd.lst > /dev/null 2>&1
       if [ $? -eq 0 ]; then
          extraflags="$extraflags -gnatE"