Ping: [R220456][4.9] Backport the patch which fixes __ARM_FP __ARM_NEON_FP predefines

2015-07-10 Thread Mantas Mikaitis
Pinging this patch. Thank you, - Mantas On 13/02/15 10:03, Mantas Mikaitis wrote: Hi all, This is a backport for gcc-4_9-branch of the patch [PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m posted in: https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00250.html arm-none-linux

Ping: [PATCH][ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and macro_defs1.c when -marm forced

2015-07-10 Thread Mantas Mikaitis
Pinging this patch. Thank you, - Mantas On 05/03/15 10:14, Mantas Mikaitis wrote: Hello, Tests gcc.target/arm/macro_defs0.c and gcc.target/arm/macro_defs1.c fail in multilib which forces -marm as pointed out in this message: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00483.html

[R220456][4.8] Backport the patch which fixes __ARM_FP __ARM_NEON_FP predefines

2015-03-05 Thread Mantas Mikaitis
, Mantas M. gcc/ChangeLog: 2015-02-17 Mantas Mikaitis mantas.mikai...@arm.com * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition, define to zero if !TARGET_NEON. *(TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into the conditional definition gcc/testsuite/ChangeLog: 2015

[PATCH][ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and macro_defs1.c when -marm forced

2015-03-05 Thread Mantas Mikaitis
for trunk? Kind regards, Mantas M. 2015-03-05 Mantas Mikaitis mantas.mikai...@arm.com * gcc.target/arm/macro_defs0.c: added directive to skip test if -marm is present. * gcc.target/arm/macro_defs1.c: added directive to skip test if -marm is present.diff --git a/gcc/testsuite

Re: [PATCH][ARM][PING] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2015-02-13 Thread Mantas Mikaitis
On 08/02/15 15:20, Christophe Lyon wrote: On 3 February 2015 at 17:29, Richard Earnshaw rearn...@arm.com wrote: On 06/01/15 09:40, Mantas Mikaitis wrote: Ping and changelog spaces removed. Thank you, Mantas M. On 18/11/14 11:58, Richard Earnshaw wrote: On 18/11/14 11:30, Mantas Mikaitis

[R220456][4.9] Backport the patch which fixes __ARM_FP __ARM_NEON_FP predefines

2015-02-13 Thread Mantas Mikaitis
/ChangeLog: 2015-02-13 Mantas Mikaitis mantas.mikai...@arm.com * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition, define to zero if !TARGET_NEON. *(TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into the conditional definition gcc/testsuite/ChangeLog: * gcc.target/arm

Re: [PATCHv3][PING] New check and updates in check_GNU_style script

2015-01-07 Thread Mantas Mikaitis
On 26/12/14 06:46, Yury Gribov wrote: On 12/19/2014 11:14 AM, Yury Gribov wrote: Hi all, Attached patch adds new check (all blocks of 8 spaces are replaced with tabs) to contrib/check_GNU_style.sh. It also changes the script to allow reading patches from stdin and strengthens the Dot, space,

[PATCH][ARM][PING] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2015-01-06 Thread Mantas Mikaitis
Ping. Thank you, Mantas M. On 18/11/14 11:58, Richard Earnshaw wrote: On 18/11/14 11:30, Mantas Mikaitis wrote: Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2

[PATCH][ARM][PING] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2015-01-06 Thread Mantas Mikaitis
Ping and changelog spaces removed. Thank you, Mantas M. On 18/11/14 11:58, Richard Earnshaw wrote: On 18/11/14 11:30, Mantas Mikaitis wrote: Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly

Re: [PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2014-12-03 Thread Mantas Mikaitis
On 18/11/14 11:58, Richard Earnshaw wrote: On 18/11/14 11:30, Mantas Mikaitis wrote: Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2. This patch fixes

[PATCH] check_GNU_style.sh 80 characters exceeded error fix

2014-11-24 Thread Mantas Mikaitis
when patch contains lines longer than 80 errors. Tested on patches containing 80 chars lines and the script produces full information as necessary. Would this be a useful enhancement for trunk? Mantas Mikaitis gcc/ChangeLog: * contrib/check_GNU_style.sh (col): Got rid of cut operation

[PATCH][ARM] __ARM_FP __ARM_NEON_FP defined when -march=armv7-m

2014-11-18 Thread Mantas Mikaitis
Incorrect predefinitions for certain target architectures. E.g. arm7-m does not contain NEON but the defintion __ARM_NEON_FP was switched on. Similarly with armv6 and even armv2. This patch fixes the predefines for each of the different chips containing certain types of the FPU implementations.