Re: [cxx-mem-model] Rename __sync_mem to __atomic

2011-10-18 Thread Andrew MacLeod
In order to align with a standard naming convention, this patch renames all the __sync_mem references to __atomic. The only real addition is in builtins.c::is_builtin_name needed to know that __atomic_ is also a builtin prefix. Are you sure about the renaming get_builtin_sync_mem -> get_builtin

Re: [cxx-mem-model] Rename __sync_mem to __atomic

2011-10-18 Thread Eric Botcazou
> In order to align with a standard naming convention, this patch renames > all the __sync_mem references to __atomic. > > The only real addition is in builtins.c::is_builtin_name needed to know > that __atomic_ is also a builtin prefix. Are you sure about the renaming get_builtin_sync_mem -> get_