On Tue, Sep 29, 2020 at 1:20 AM Richard Biener <richard.guent...@gmail.com> wrote: > > On Tue, Sep 29, 2020 at 2:46 AM Jim Wilson <j...@sifive.com> wrote: > > > > Extends the configure check for zstd.h to also verify the zstd version, > > since gcc requires features that only exist in 1.3.0 and newer. Without > > this patch we get a build error for lto-compress.c when using an old zstd > > version. > > > > Tested with builds using zstd 0.5.1, 1.2.0, 1.3.0, and 1.3.3, and checking > > to see whether zstd was enabled for the build or not. > > > > OK? > > OK.
Thanks. Committed to the mainline. Presumably we want a back port to the gcc-10 branch as the same problem is present there. I will send a patch for that. Jim