[llvm] Extend GCC workaround to GCC < 8.4 for llvm::iterator_range ctor (PR #82643)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 09:42:51 PST 2024


tstellar wrote:

> Is this https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87748 (8.x regression)?
> 
> 8.4 is the fourth minor release in the 8.x series. I think it's pretty unfortunate that the issue was noticed and fixed late in the 8.x series. That said, 8.x is also quite old in 2024 and perhaps newer major releases have been better at catching regressions?. @tstellar Is there anything a distribution can help to catch such regressions early?

At least for Fedora, we've switched to building clang with clang, so it would be hard to catch this in distribution testing.  Maybe we need some more buildbots to test the versions of gcc we support.

https://github.com/llvm/llvm-project/pull/82643


More information about the llvm-commits mailing list