On Tue, Apr 9, 2024 at 7:24 PM Palmer Dabbelt <pal...@dabbelt.com> wrote: > > I assume the buildbot failure that I just got an email about is > > unrelated; it's failing on some RISC-V thing. > > Sorry if I missed something here, do you have a pointer?
The buildbot failure emails reference [0] and [1]. [0]: https://builder.sourceware.org/buildbot/#/builders/269/builds/4216 [1]: https://builder.sourceware.org/buildbot/#/builders/269/builds/4218 Specifically, the "git diff_1" step seems to be failing with diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls index da31820e234..351f7f0dda2 100644 --- a/gcc/config/riscv/riscv.opt.urls +++ b/gcc/config/riscv/riscv.opt.urls @@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp) minline-strlen UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen) +; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs + I don't know what to make of that, but it seems unrelated to my aarch64-gnu changes. Sergey