floatstore.lst: New.

* ada/acats/floatstore.lst: New.
	* ada/acats/run_all.sh: Process it.

From-SVN: r199558
This commit is contained in:
Eric Botcazou 2013-05-31 19:22:52 +00:00 committed by Eric Botcazou
parent 4172215d0a
commit 57f0f7bca0
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -0,0 +1 @@
cxg2021

View File

@ -225,6 +225,10 @@ for chapter in $chapters; do
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"