Open thesamesam opened 3 days ago
I guess it makes sense. Would that be ok to limit that to native compiler only? I'm not sure we want to do a x2 on all gcc installations...
I think that's fine. It's rare for us to even get reports involving non-x86 from fuzzers.
Compiler name
GCC
Compiler version
14.2
Compiler language
C, C++
Compiler homepage
https://gcc.gnu.org/install/configure.html
Motivation
Compiler Explorer currently has "assertions" builds for Clang versions. Having the same thing for GCC ("checking builds", built with
--enable-checking=yes,extra,rtl
) would be useful for triaging bugs.Note that GCC trunk is by default built with
--enable-checking=yes,extra
, while releases are built with--enable-checking=release
.