[valgrind] [Bug 402480] Do not use %rsp in clobber list

2019-01-11 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=402480 --- Comment #5 from Mark Wielaard --- There was a similar issue for the x86-linux testcase, fixed with: commit c512949082c4fc2285a82e102d4212c66e034a31 Author: Mark Wielaard Date: Fri Jan 11 20:00:17 2019 +0100 Bug 402480 Do not use %esp in

[valgrind] [Bug 402480] Do not use %rsp in clobber list

2018-12-23 Thread Khem Raj
https://bugs.kde.org/show_bug.cgi?id=402480 --- Comment #4 from Khem Raj --- (In reply to Mark Wielaard from comment #3) > (In reply to Khem Raj from comment #2) > > (In reply to Mark Wielaard from comment #1) > > > So how about just removing the clobber, but keeping stack pointer change > > >

[valgrind] [Bug 402480] Do not use %rsp in clobber list

2018-12-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=402480 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 402480] Do not use %rsp in clobber list

2018-12-23 Thread Khem Raj
https://bugs.kde.org/show_bug.cgi?id=402480 --- Comment #2 from Khem Raj --- (In reply to Mark Wielaard from comment #1) > Comment on attachment 117070 [details] > Patch to fix the issue > > While I agree that trying to clobber the stack pointer doesn't make sense > (and it only "works" because

[valgrind] [Bug 402480] Do not use %rsp in clobber list

2018-12-23 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=402480 Mark Wielaard changed: What|Removed |Added CC||m...@klomp.org --- Comment #1 from Mark