[Bug sanitizer/106136] gcc-12.1.1 - libsanitizer fails when compiled for MIPS

2024-05-29 Thread syq at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106136

YunQiang Su  changed:

   What|Removed |Added

 CC||syq at gcc dot gnu.org
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from YunQiang Su  ---
It has been fixed in newer version.

[Bug sanitizer/106136] gcc-12.1.1 - libsanitizer fails when compiled for MIPS

2022-06-29 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106136

Xi Ruoyao  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |xry111 at gcc dot 
gnu.org
   Last reconfirmed||2022-06-30
 Ever confirmed|0   |1

--- Comment #4 from Xi Ruoyao  ---
I'll just disable libsanitizer for mips*-*-linux* targets except
mips*-*-linux-gnu*.

[Bug sanitizer/106136] gcc-12.1.1 - libsanitizer fails when compiled for MIPS

2022-06-29 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106136

Xi Ruoyao  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 CC||xry111 at gcc dot gnu.org
 Resolution|DUPLICATE   |---

--- Comment #3 from Xi Ruoyao  ---
Not a duplicate.  PR105614 happens because the attemption to build libsanitizer
with GCC 11 and we don't support this at all.  This PR, instead, happens
because the MIPS code of libsanitizer is not compatible with musl.

[Bug sanitizer/106136] gcc-12.1.1 - libsanitizer fails when compiled for MIPS

2022-06-29 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106136

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Martin Liška  ---
I think it's dup.

*** This bug has been marked as a duplicate of bug 105614 ***

[Bug sanitizer/106136] gcc-12.1.1 - libsanitizer fails when compiled for MIPS

2022-06-29 Thread immoloism at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106136

Immolo  changed:

   What|Removed |Added

  Attachment #53222|0   |1
is obsolete||

--- Comment #1 from Immolo  ---
Created attachment 53223
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53223=edit
GCC Build.log

Fixed attaching wrong build.log before