Commit 57f0f7bc by Eric Botcazou Committed by Eric Botcazou

floatstore.lst: New.

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

From-SVN: r199558
parent 4172215d
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.
* gcc.target/powerpc/e500-ord-2.c: Likewise.
* gcc.target/powerpc/e500-unord-1.c: Likewise.
......
......@@ -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"
......
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