On 11/04/2011 01:53 PM, Jakub Jelinek wrote:
> On Thu, Nov 03, 2011 at 07:51:05PM -0400, Andrew MacLeod wrote:
>> These are the changed rth made to the GOMP testsuite.. looks
>> primarily like consolidation to c-c++-common from 2 other
>> directories.
> 
> It seems gcc.dg/gomp/atomic-11.c has been dropped without replacement,
> instead of being moved.  Was that intentional?
> Otherwise it is ok.

Err, yes.  Invalid changelog entry it appears.

The problem with that test is that it checks that we generate the compare-swap
loop in omp-low.  But, as discussed on the list, we've changed omp-low so that
it always generates __atomic_add_fetch nee __sync_add_and_fetch at the gimple
level whenever we know we can implement it in optabs.c.

Andrew, can you update your composite gcc/testsuite/Changelog with

        * gcc.dg/gomp/atomic-11.c: Remove test.


r~

Reply via email to