Commit 256f3847 by Arnaud Charlet Committed by Arnaud Charlet

run_all.sh: Remove special handling of -gnat95 switch.

	* ada/acats/run_all.sh: Remove special handling of -gnat95 switch.
	* ada/acats/ada95.lst: Remove special handling of -gnat95 switch.

From-SVN: r197772
parent 6c2e4047
2013-04-11 Arnaud Charlet <charlet@adacore.com>
* ada/acats/run_all.sh: Remove special handling of -gnat95 switch.
* ada/acats/ada95.lst: Remove special handling of -gnat95 switch.
2013-04-11 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54216
......
ac3106a
c34005p
c34005r
c34005s
c34005u
c34005v
c34006g
c34006j
c34006l
c34008a
c3a0014
c41103b
c41203b
c41306a
c460a01
c650001
c74302b
c74306a
c85014a
c85014b
c85014c
c87b26b
c87b41a
c99004a
cb40005
cc3019c
cc51b03
cc51d02
cd10002
cdd2a03
cxac005
......@@ -216,7 +216,7 @@ for chapter in $chapters; do
counti=0
for i in `cat $dir/tests/$chapter/${chapter}.lst`; do
counti=`expr $counti + 1`
extraflags=""
extraflags="-gnat95"
grep $i $testdir/overflow.lst > /dev/null 2>&1
if [ $? -eq 0 ]; then
extraflags="$extraflags -gnato"
......@@ -229,10 +229,6 @@ for chapter in $chapters; do
if [ $? -eq 0 ]; then
extraflags="$extraflags -fstack-check"
fi
grep $i $testdir/ada95.lst > /dev/null 2>&1
if [ $? -eq 0 ]; then
extraflags="$extraflags -gnat95"
fi
test=$dir/tests/$chapter/$i
mkdir $test && cd $test >> $dir/acats.log 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment