[PATCH] Fix gnu-versioned-namespace build

2019-12-10 Thread François Dumont
I plan to commit this tomorrow. Note that rather than just adding the missing _GLIBCXX_[BEGIN,END]_VERSION_NAMESPACE I also move anonymous namespace usage outside std namespace. Let me know if it was intentional.     * src/c++11/random.cc: Add _GLIBCXX_BEGIN_NAMESPACE_VERSION and     _GLIBCXX

Re: [PATCH] OpenACC reference count overhaul

2019-12-10 Thread Chung-Lin Tang
On 2019/12/10 12:04 AM, Julian Brown wrote: I'm citing below the changes introducing 'gomp_remove_var_async', modelled similar to the existing 'gomp_unmap_vars_async'. Also for both these, do I understand correctly, that it's actually not the 'gomp_unref_tgt' that needs to be "delayed" via 'goa

Re: [PATCH] Fix unrecognizable insn of pr92865

2019-12-10 Thread Jakub Jelinek
On Wed, Dec 11, 2019 at 09:55:24AM +0800, Hongtao Liu wrote: > Changelog > gcc/ > PR target/92865 > * config/i386/i386-expand.c (ix86_valid_mask_cmp_mode): Enable > integer mask cmov when available even with TARGET_XOP. > > gcc/testsuite > * gcc/testsuite/gcc.target/i386/pr92865-1.

Re: [PATCH] Fix unrecognizable insn of pr92865

2019-12-10 Thread Hongtao Liu
On Wed, Dec 11, 2019 at 3:54 PM Jakub Jelinek wrote: > > On Wed, Dec 11, 2019 at 09:55:24AM +0800, Hongtao Liu wrote: > > Changelog > > gcc/ > > PR target/92865 > > * config/i386/i386-expand.c (ix86_valid_mask_cmp_mode): Enable > > integer mask cmov when available even with TARGET_XOP.

<    1   2