PR ada/20548
* ada/acats/norun.lst: Add c52103x, c52104x and c52104y.
* ada/acats/stackcheck.lst: New file, add c52103x, c52104x and c52104y.
* ada/acats/run_all.sh: Pass -fstack-check for tests in stackcheck.lst.
From-SVN: r110131
+2006-01-23 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/20548
+ * ada/acats/norun.lst: Add c52103x, c52104x and c52104y.
+ * ada/acats/stackcheck.lst: New file, add c52103x, c52104x and c52104y.
+ * ada/acats/run_all.sh: Pass -fstack-check for tests in stackcheck.lst.
+
2006-01-23 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/25857
c380004
+c52103x
+c52104x
+c52104y
cdd2a03
templat
# Tests must be sorted in alphabetical order
# c380004: should be front-end compile time error, PR ada/18817
+# c52103x, c52104x, c52104y: -fstack-check doesn't work in 4.x, PR ada/20548
# cdd2a03: new Ada ruling not supported yet, PR ada/19323
if [ $? -eq 0 ]; then
extraflags="$extraflags -gnatE"
fi
+ grep $i $testdir/stackcheck.lst > /dev/null 2>&1
+ if [ $? -eq 0 ]; then
+ extraflags="$extraflags -fstack-check"
+ fi
test=$dir/tests/$chapter/$i
mkdir $test && cd $test >> $dir/acats.log 2>&1
--- /dev/null
+c52103x
+c52104x
+c52104y