Re: [PATCH]Add sync_int_long target selector to gcc.dg/pr65345-2.c

2015-05-01 Thread Jeff Law
On 05/01/2015 08:44 AM, Renlin Li wrote: Hi all, The new test case requires the target to support atomic operations on "int" type. By adding the correct target selector, it fixes the regression on arm-none-elf target. Okay to commit? gcc/testsuite/ChangeLog: 2015-05-01 Renlin Li * g

[PATCH]Add sync_int_long target selector to gcc.dg/pr65345-2.c

2015-05-01 Thread Renlin Li
Hi all, The new test case requires the target to support atomic operations on "int" type. By adding the correct target selector, it fixes the regression on arm-none-elf target. Okay to commit? gcc/testsuite/ChangeLog: 2015-05-01 Renlin Li * gcc.dg/pr65345-2.c: Add sync_int_long tar