Re: arm: Fix bfloat16_scalar_1_1.c test

2021-03-18 Thread Christophe Lyon via Gcc-patches
Please disregard this patch: I'll resubmit it as part of a larger series, based on similar patches I sent ~1 year ago. On Wed, 17 Mar 2021 at 19:25, Christophe Lyon wrote: > > Function stacktest1 in bfloat16_scalar_1_1.c test requires > -mfloat-abi=hard for the associated check-function-bodies to

arm: Fix bfloat16_scalar_1_1.c test

2021-03-17 Thread Christophe Lyon via Gcc-patches
arm_v8_2a_bf16_neon } */ -/* { dg-additional-options "-O3 --save-temps -std=gnu90" } */ +/* { dg-additional-options "-O3 --save-temps -std=gnu90 -mfloat-abi=hard" } */ /* { dg-final { check-function-bodies "**" "" } } */ #include arm: Fix bfloat16_s