[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #9 from Matthias Klose --- yes, that's fixing it

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #8 from Matthias Klose --- starting a build before heading to bed ...

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #7 from Ian Lance Taylor --- Probably fixed the bug on trunk. Want to try the patch I just committed?

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #6 from ian at gcc dot gnu.org --- Author: ian Date: Thu Sep 21 18:44:39 2017 New Revision: 253078 URL: https://gcc.gnu.org/viewcvs?rev=253078=gcc=rev Log: PR go/82284 * elf.c (backtrace_initialize): Set

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #5 from Matthias Klose --- I checked with trunk 20170917, but I backported your patch for PR sanitizer/77631 to the gcc-7-branch. I'm building current trunk now. So sthis is a 8, not 7 regression.

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #4 from Ian Lance Taylor --- (Never mind, it's my elf.c that has the local changes. Sorry.)

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #3 from Ian Lance Taylor --- Your line numbers in libbacktrace/elf.c do not match the ones on trunk. Do you have local patches to that file?

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #2 from Ian Lance Taylor --- This is most likely due to https://gcc.gnu.org/ml/gcc-patches/2017-09/msg01412.html .

[Bug go/82284] [7 Regression] go -version segfaults on big endian architectures

2017-09-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82284 --- Comment #1 from Matthias Klose --- looks like there are no go or libgo specific changes