[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2018-02-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

Eric Botcazou  changed:

   What|Removed |Added

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

--- Comment #9 from Eric Botcazou  ---
Fixed a while ago.

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

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2018-02-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

Eric Gallager  changed:

   What|Removed |Added

   Keywords||patch
 CC||egallager at gcc dot gnu.org

--- Comment #8 from Eric Gallager  ---
(In reply to Mikael Pettersson from comment #7)
> Patch posted:
> https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00647.html

The reply was that it should be sent upstream. Adding the "patch" keyword here
for now anyways though.

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2016-09-12 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

--- Comment #7 from Mikael Pettersson  ---
Patch posted:
https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00647.html

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2016-08-23 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

Mikael Pettersson  changed:

   What|Removed |Added

 CC||mikpelinux at gmail dot com

--- Comment #6 from Mikael Pettersson  ---
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

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2016-03-19 Thread chghs at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

--- Comment #5 from Hinrich Gilhaus  ---
Many thanks for the patch. It resolves my problems with gcc-5.3.0 on
gentoo-linux (sparc64).

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2015-12-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

--- Comment #4 from Matthias Klose  ---
changed in 2014:
https://sourceware.org/git/?p=glibc.git;a=patch;h=a059d359d86130b5fa74e04a978c8523a0293f77

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2015-12-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

--- Comment #3 from Matthias Klose  ---
Created attachment 36935
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36935=edit
patch

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2015-12-06 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

John Paul Adrian Glaubitz  changed:

   What|Removed |Added

 CC||ccoutant at gmail dot com,
   ||glaubitz at physik dot 
fu-berlin.d
   ||e, jose.marchesi at oracle dot 
com

--- Comment #1 from John Paul Adrian Glaubitz  ---
Hi!

This affects gcc-5 on sparc64 (Debian) as well:

> https://buildd.debian.org/status/fetch.php?pkg=gcc-5=sparc64=5.3.1-1=1449385305

Adrian

[Bug sanitizer/67899] build failure in the sanitizer libs on sparc-linux-gnu

2015-12-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67899

Matthias Klose  changed:

   What|Removed |Added

 Target|sparc-linux-gnu |sparc-linux-gnu,
   ||sparc64-linux-gnu
 CC||davem at davemloft dot net,
   ||doko at gcc dot gnu.org

--- Comment #2 from Matthias Klose  ---
this used to build with glibc-2.19, seeing this build failure with glibc-2.21
too.