[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-13 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #34 from Bill Schmidt --- Martin, thanks! I can confirm that building and testing Go on ppc64le works again.

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-13 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-13 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #32 from Martin Jambor --- Author: jamborm Date: Tue Jun 13 11:40:24 2017 New Revision: 249154 URL: https://gcc.gnu.org/viewcvs?rev=249154&root=gcc&view=rev Log: [PR80803 2/2] Diligent queuing in SRA grp_write prop 2017-06-13 Marti

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-12 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 Martin Jambor changed: What|Removed |Added CC||su at cs dot ucdavis.edu --- Comment #31

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-12 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #30 from Martin Jambor --- I have posted the following two patches to fix this issue to the mailing list. The second one also includes two simple C testcases: - https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00833.html - https://

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-09 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #29 from Ian Lance Taylor --- My apologies for not explaining how to find the compilation commands, and I'm sorry you had to waste time on it. Using "make GOTESTFLAGS=--trace net/check" will put the commands in net/check-testlog.

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-09 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #28 from Martin Jambor --- Created attachment 41518 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41518&action=edit Possible fix I'm testing the attached two patches which should fix the issue. If everything goes well, I will

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-09 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #27 from Martin Jambor --- Created attachment 41517 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41517&action=edit Hack for revealing compiler command lines Thanks Ian, the above was definitely helpful but did not allow me to

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #26 from Ian Lance Taylor --- This should let you run the test binary: cd TARGET/libgo make GOTESTFLAGS=--keep net/check cd gotest*/test LD_LIBRARY_PATH=../../.libs ./a.out -test.short The test binary is simply a.out in the gotestNN

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-05 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #25 from Martin Jambor --- (In reply to boger from comment #17) > I run these tests after a build by first editing the > src/libgo/testsuite/gotest to set keep=true and trace=true. Then I go to my > bld directory: > > cd bld/powerpc

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #24 from Bill Schmidt --- Sadly, no. This continues to be a problem on r248791.

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #23 from Bill Schmidt --- Testing now...

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-06-01 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #22 from Martin Jambor --- So, PR 80898 is now fixed. Can you please check if this is perhaps a duplicate? It may as well be.

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-05-30 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-05-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #20 from Andrew Pinski --- (In reply to boger from comment #19) > Is someone building and testing gccgo on x86_64 on a regular basis? If I > look at the gcc-testresults output for x86_64 I don't see the go or libgo > test results lik

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-05-26 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #19 from boger at us dot ibm.com --- Is someone building and testing gccgo on x86_64 on a regular basis? If I look at the gcc-testresults output for x86_64 I don't see the go or libgo test results like I do for ppc64le. Maybe it does

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-05-26 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #18 from Ian Lance Taylor --- Lynn, thanks for the detailed investigation. Martin, Lynn is saying that these problems started with the SRA patch for PR 78687 committed on 2017-05-02. It's odd that this problem only shows up on PPC64

[Bug other/80803] libgo appears to be miscompiled on powerpc64le since r247497

2017-05-26 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80803 --- Comment #17 from boger at us dot ibm.com --- Here's more info on the failures and how to reproduce them. Starting with commit 247497 there are 7 new failures in the libgo testsuite. There are 4 that fail with a SEGV at runtime: reflect, arch