https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116086

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjames at gcc dot gnu.org

--- Comment #9 from Sam James <sjames at gcc dot gnu.org> ---
I often do silly stuff like check with older gcc / clang / valgrind (I know you
don't have it on riscv yet, but if you were really desperate, you could have it
check remotely on amd64 or similar), as well as stuff like
-ftrivial-auto-var-init=*, then the usual asan/ubsan + msan with clang.

The downside ofc is that it makes the process much slower.

Reply via email to