Commit 05e729ec by Uros Bizjak Committed by Uros Bizjak

re PR target/63847 (FAIL: c-c++-common/cilk-plus/AN/builtin_fn_custom.c …

re PR target/63847 (FAIL: c-c++-common/cilk-plus/AN/builtin_fn_custom.c  execution test on i?86 with -fpic)

	PR target/63847
	* c-c++-common/cilk-plus/AN/builtin_fn_custom.c: Add -ffloat-store
	for 32bit x86 targets.
	* c-c++-common/cilk-plus/AN/builtin_fn_mutating.c: Ditto.

From-SVN: r218030
parent a87dfeed
2014-11-24 Uros Bizjak <ubizjak@gmail.com>
PR target/63847
* c-c++-common/cilk-plus/AN/builtin_fn_custom.c: Add -ffloat-store
for 32bit x86 targets.
* c-c++-common/cilk-plus/AN/builtin_fn_mutating.c: Ditto.
2014-11-24 Tobias Burnus <burnus@net-b.de> 2014-11-24 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/coarray_collectives_3.f90: Add dg-excess-errors. * gfortran.dg/coarray_collectives_3.f90: Add dg-excess-errors.
...@@ -57,7 +64,7 @@ ...@@ -57,7 +64,7 @@
* gcc.dg/torture/pr59166.c: XFAIL on AIX. * gcc.dg/torture/pr59166.c: XFAIL on AIX.
* gcc.dg/pr63914.c: Ignore non-standard ABI warning. * gcc.dg/pr63914.c: Ignore non-standard ABI warning.
* gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning. * gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning.
2014-11-23 Tobias Burnus <burnus@net-b.de> 2014-11-23 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/tab_continuation.f: Update dg-*. * gfortran.dg/tab_continuation.f: Update dg-*.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fcilkplus" } */ /* { dg-options "-fcilkplus" } */
/* { dg-additional-options "-ffloat-store" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#define NUMBER 100 #define NUMBER 100
#if HAVE_IO #if HAVE_IO
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fcilkplus" } */ /* { dg-options "-fcilkplus" } */
/* { dg-additional-options "-ffloat-store" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#define NUMBER 100 #define NUMBER 100
#if HAVE_IO #if HAVE_IO
......
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