Re: c++: Fix 2 testcases [PR 99601]

2021-03-16 Thread Nathan Sidwell
On 3/15/21 7:29 PM, Jakub Jelinek wrote: On Mon, Mar 15, 2021 at 03:28:06PM -0400, Nathan Sidwell wrote: I'd failed to correctly restrict some checks to lp64 x86 targets. PR c++/99601 gcc/testsuite/ * g++.dg/modules/builtin-3_a.C: Fix lp64 x86 detection. * g++.d

Re: c++: Fix 2 testcases [PR 99601]

2021-03-15 Thread Jakub Jelinek via Gcc-patches
On Mon, Mar 15, 2021 at 03:28:06PM -0400, Nathan Sidwell wrote: > > I'd failed to correctly restrict some checks to lp64 x86 targets. > > PR c++/99601 > gcc/testsuite/ > * g++.dg/modules/builtin-3_a.C: Fix lp64 x86 detection. > * g++.dg/modules/builtin-3_b.C: Fix lp64 x86

c++: Fix 2 testcases [PR 99601]

2021-03-15 Thread Nathan Sidwell
I'd failed to correctly restrict some checks to lp64 x86 targets. PR c++/99601 gcc/testsuite/ * g++.dg/modules/builtin-3_a.C: Fix lp64 x86 detection. * g++.dg/modules/builtin-3_b.C: Fix lp64 x86 detection. -- Nathan Sidwell diff --git c/gcc/testsuite/g++.dg/modul