Bruno Haible <br...@clisp.org> writes: > In contrast, a CI build with the newest released gcc version seems > less urgent, since > - Fedora jumps on the newest gcc quickly, > - gcc is not so frequently ahead of clang regarding ISO C language > features. > Right? > > Opinions?
Not sure about language standards but I know that Clang releases sometimes introduce some warnings/errors which might be nice to see in the logs. It has been a while but I remember finding -Wtautological-* and -Wbitwise-instead-of-logical to be annoying when they were introduced. Do you know a way to get recent Clang binaries for the CI machines? From what I remember the LLVM GitHub releases page only sometimes has common platforms. Collin