This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu
- From: "mikpelinux at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 18:00:22 +0000
- Subject: [Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu
- Auto-submitted: auto-generated
- References: <bug-67899-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899
Mikael Pettersson <mikpelinux at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikpelinux at gmail dot com
--- Comment #6 from Mikael Pettersson <mikpelinux at gmail dot com> ---
I see this too now, after upgrading to a post-2.19 glibc. Clearly related to
glibc BZ#18694.
I fixed this independently before seeing this PR, and my patch is equivalent to
the first hunk in your patch. The second hunk however I believe is wrong:
- it's an ABI change on little-endian machines
- the build error originates from gcc r216224 (PR59758), which only changed the
code touched by the first hunk