Re: [PATCH] Replace sync builtins with atomic builtins

2018-11-21 Thread Thomas Koenig
Hi Janne, PING! OK. Thanks for the patch! Regards Thomas

Re: [PATCH] Replace sync builtins with atomic builtins

2018-11-18 Thread Janne Blomqvist
PING! On Mon, Nov 12, 2018 at 4:05 PM Janne Blomqvist wrote: > The old __sync builtins have been deprecated for a long time now in > favor of the __atomic builtins following the C++11/C11 memory model. > This patch converts libgfortran to use the modern __atomic builtins. > > At the same time I

[PATCH] Replace sync builtins with atomic builtins

2018-11-12 Thread Janne Blomqvist
The old __sync builtins have been deprecated for a long time now in favor of the __atomic builtins following the C++11/C11 memory model. This patch converts libgfortran to use the modern __atomic builtins. At the same time I weakened the consistency to relaxed for incrementing and decrementing the