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
This commit is contained in:
Uros Bizjak 2014-11-24 22:43:59 +01:00 committed by Uros Bizjak
parent a87dfeedc3
commit 05e729ec76
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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>
* gfortran.dg/coarray_collectives_3.f90: Add dg-excess-errors.

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-fcilkplus" } */
/* { dg-additional-options "-ffloat-store" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#define NUMBER 100
#if HAVE_IO

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-fcilkplus" } */
/* { dg-additional-options "-ffloat-store" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#define NUMBER 100
#if HAVE_IO