[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-29 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #11 from Carl Love --- closed

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-29 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #10 from Mark Wielaard --- (In reply to Carl Love from comment #9) > commit 4f70aa4fb0d4cef97ee34602d72f3980c5a83bf6 > Author: Carl Love > Date: Tue Jan 28 12:17:16 2020 -0600 > > PPC64: Fix assembler constraints. > > The

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-28 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 Carl Love changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-25 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #8 from Mark Wielaard --- (In reply to Mark Wielaard from comment #7) > Created attachment 125383 [details] > GCC10 ppc64 asm constrainst update > > The attached patch is what I am testing now and seems to pass the > compiler/build. Which

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-24 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #7 from Mark Wielaard --- Created attachment 125383 --> https://bugs.kde.org/attachment.cgi?id=125383=edit GCC10 ppc64 asm constrainst update The attached patch is what I am testing now and seems to pass the compiler/build. -- You are

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-24 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667 Mark Wielaard changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-24 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #5 from Carl Love --- Created attachment 125376 --> https://bugs.kde.org/attachment.cgi?id=125376=edit Patch, fix assembler constraints The attached patch changes the ww and ws assembler constraints to wa. Please test this patch in your

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #4 from Carl Love --- Julian, Mark: Looks like it is a GCC change. Per the message from Will It's related to some cleanups that Segher did last year. git show cc998fd5f43a296e1a12bf4de63c4c9dd1d39cfa git show

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #3 from Carl Love --- Julian: I hadn't thought to try different optimizations. I can reproduce the issue for the mfvsrd test only with no optimizations. No errors are reported with -O1, -O2 and -O3 optimization levels.

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-23 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #2 from Julian Seward --- (In reply to Carl Love from comment #1) Carl, > I was able to reproduce the first issue but not > the second. I sent email to the compiler team about the issue. Wondering > if there is an assembler change

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=416667 --- Comment #1 from Carl Love --- Mark: I copied the two tests into a file and tried compiling them on a GCC10 compiler I have available. I was able to reproduce the first issue but not the second. I sent email to the compiler team about the issue.

[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667 Mark Wielaard changed: What|Removed |Added CC||c...@us.ibm.com, |