Re: [PATCH] v2: Run selftests for C++ as well as C

2024-11-13 Thread Thomas Schwinge
Hi! I'd like to add selftests for an aspect of the GCC/nvptx back end's multilib configuration, outside of the language front ends: at Makefile/shell level. Looking into GCC's selftest implementation, I found one issue to potentially refactor: On 2018-10-13T09:12:03-0400, David Malcolm wrote: >

Re: [PATCH] v2: Run selftests for C++ as well as C

2018-10-18 Thread Eric Botcazou
> I've added the missing ChangeLog entry as r265272 (using yesterday's > date, since that's when I committed the change). Thanks! -- Eric Botcazou

Re: [PATCH] v2: Run selftests for C++ as well as C

2018-10-18 Thread David Malcolm
On Thu, 2018-10-18 at 07:59 +0200, Eric Botcazou wrote: > > Thanks; I've committed this to trunk as r265240. > > You modified gcc-interface/Make-lang.in without ChangeLog entry. Oops. I've double-checked my ChangeLog-writing script [1], and it did generate an entry for ada, but I believe I accid

Re: [PATCH] v2: Run selftests for C++ as well as C

2018-10-17 Thread Eric Botcazou
> Thanks; I've committed this to trunk as r265240. You modified gcc-interface/Make-lang.in without ChangeLog entry. -- Eric Botcazou

Re: [PATCH] v2: Run selftests for C++ as well as C

2018-10-17 Thread David Malcolm
On Tue, 2018-10-16 at 14:26 -0600, Jeff Law wrote: > On 10/13/18 7:12 AM, David Malcolm wrote: > > On Fri, 2018-10-12 at 14:17 -0400, David Malcolm wrote: > > > On Fri, 2018-10-12 at 14:45 -0400, David Malcolm wrote: > > > > [re this thread "ToT build failure?": > > > > https://gcc.gnu.org/ml/gcc

Re: [PATCH] v2: Run selftests for C++ as well as C

2018-10-16 Thread Jeff Law
On 10/13/18 7:12 AM, David Malcolm wrote: > On Fri, 2018-10-12 at 14:17 -0400, David Malcolm wrote: >> On Fri, 2018-10-12 at 14:45 -0400, David Malcolm wrote: >>> [re this thread "ToT build failure?": >>> https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00344.html ] >>> >>> On Thu, 2017-07-06 at 20: