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

Xi Ruoyao <xry111 at gcc dot gnu.org> changed:

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

--- Comment #10 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
We've not backported MIPS64 libsanitizer support to GCC 11 so it should not be
enabled.  In configure.tgt we have:

  mips*64*-*-linux*)
    # This clause is only here to not match the supported mips*-*-linux*.
    UNSUPPORTED=1

so I'm not sure how libsanitizer is even being built with 11.3.0 for you.  If
you "played" something with the code, don't do that.  Otherwise, the only real
bug is "libsanitizer enabled for MIPS64 with GCC 11.3.0 while it's not
supported".

Reply via email to