Re: [PATCH] Replace sync builtins with atomic builtins
Hi Janne, PING! OK. Thanks for the patch! Regards Thomas
Re: [PATCH] Replace sync builtins with atomic builtins
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