* ada/acats/floatstore.lst: New.
* ada/acats/run_all.sh: Process it.
From-SVN: r199558
+2013-05-31 Eric Botcazou <ebotcazou@adacore.com>
+
+ * ada/acats/floatstore.lst: New.
+ * ada/acats/run_all.sh: Process it.
+
2013-05-31 Eric Botcazou <ebotcazou@adacore.com>
* gcc.target/powerpc/e500-ord-1.c: New test.
if [ $? -eq 0 ]; then
extraflags="$extraflags -gnatE"
fi
+ grep $i $testdir/floatstore.lst > /dev/null 2>&1
+ if [ $? -eq 0 ]; then
+ extraflags="$extraflags -ffloat-store"
+ fi
grep $i $testdir/stackcheck.lst > /dev/null 2>&1
if [ $? -eq 0 ]; then
extraflags="$extraflags -fstack-check"