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:
parent
a87dfeedc3
commit
05e729ec76
3 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
@ -57,7 +64,7 @@
|
|||
* gcc.dg/torture/pr59166.c: XFAIL on AIX.
|
||||
* gcc.dg/pr63914.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>
|
||||
|
||||
* gfortran.dg/tab_continuation.f: Update dg-*.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue