User Details
- User Since
- Dec 6 2022, 10:49 AM (41 w, 3 d)
Fri, Sep 8
Let me elaborate my previous comment...
I'm using Fedora, which has switched the default long double on ppc64le to IEEE 128-bit floating point.
glibc provides 2 printf implementations on ppc64le (different symbols). The headers control which implementation is used.
Wed, Sep 6
This new test does not work on ppc64le.
The returned addresses are different:
Aug 16 2023
Are there any plans to align the names of these built-ins with GCC? Their built-ins do not have the _ppc part.
LGTM
Aug 14 2023
Aug 11 2023
Aug 10 2023
Jul 18 2023
Jul 13 2023
Jun 21 2023
This solves the issue on SystemZ.
Thanks!
Jun 19 2023
May 19 2023
May 18 2023
LGTM.
Thanks!
May 16 2023
May 8 2023
May 5 2023
May 3 2023
May 2 2023
@tbaeder Keep in mind that I don't think this will completely fix issue 61913 because there are other 2 functions affected.
Otherwise, I believe this patch is in the right direction.
Feb 13 2023
@qiucf Thanks! I still don't have commit access yet. Could you land this patch for me, please?
Please use “Tulio Magno Quites Machado Filho tuliom@redhat.com” to commit the change.
Feb 10 2023
Jan 13 2023
@uweigand I don't have commit access yet. If this new revision is still good, could you land this patch for me, please?
Please use “Tulio Magno Quites Machado Filho tuliom@redhat.com” to commit the change.
In this revision, I fix the last missing parts from @nikic 's suggestions:
Jan 11 2023
@uweigand You're right.
I hadn't realized the changes to RetVal.
This revision includes that modification.
Changes since revision 3:
Jan 10 2023
Fix the issues pointed out by @uweigand.
Jan 5 2023
I'm fixing the issues pointed out by @Kai and I'm also fixing formatting issues.
Jan 4 2023
Dec 13 2022
Thanks @qiucf ! I don't have commit access yet. Could you land this patch for me, please?
Please use “Tulio Magno Quites Machado Filho tuliom@redhat.com” to commit the change.
Dec 9 2022
Fix the issues pointed by @nikic.
Dec 8 2022
Dec 7 2022
I'm attaching a new version of the patch.