On Thu, Oct 17, 2024 at 1:19 PM Joseph Myers <josmy...@redhat.com> wrote: > > Making GCC default to -std=gnu23 for C code produces Go test failures > because of C code used by Go that uses a variable called nullptr, which is > a keyword in C23. > > I've submitted this fix upstream at > https://github.com/golang/go/pull/69927 using the GitHub mirror workflow. > Ian, once some form of such a fix is upstream, could you backport it to > GCC's libgo?
Thanks. Committed upstream and to libgo. Ian