[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-09-19 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 Gaius Mulley changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-09-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #12 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:81d5ca0b9b8431f1bd7a5ec8a2c94f04bb0cf032 commit r14-4149-g81d5ca0b9b8431f1bd7a5ec8a2c94f04bb0cf032 Author: Gaius Mulley Date:

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-09-19 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 Gaius Mulley changed: What|Removed |Added Attachment #55773|0 |1 is obsolete|

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-09-17 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #10 from Gaius Mulley --- Created attachment 55917 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55917=edit Work in progress fix Here is a patch set (which needs some tidying up). It introduces a configure for LONGREAL as

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-08-21 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #9 from Gaius Mulley --- Almost certainly m2builtin.cc is failing to detect that the targettm does not have log10l builtin as the result for log10l is always 0.0 on the ppc64le.

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-08-21 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #8 from Gaius Mulley --- On reflection I'll drill down to see why the modula-2 builtin log10l doesn't work.

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-08-21 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 Gaius Mulley changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-08-21 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 Gaius Mulley changed: What|Removed |Added CC||gaius at gcc dot gnu.org --- Comment #6

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2023-08-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #5 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:a724c6e93dfce3a86f9c0fbf8be4316c37dd5a40 commit r14-3346-ga724c6e93dfce3a86f9c0fbf8be4316c37dd5a40 Author: Gaius Mulley Date:

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #4 from Segher Boessenkool --- (In reply to Richard Biener from comment #1) > Since the frontend is "new" we might want to say m2 only supports IEEE long > double on powerpc? No, the vast majority of powerpc*-* targets only

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #3 from Gaius Mulley --- > find gcc/m2 -type f | xargs grep long.double | wc -l > 222 its not perhaps quite as bad as 222, I think 100 cases as the directories pge-boot and mc-boot contain machine generated source code. find

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #2 from Jakub Jelinek --- For powerpc64le-linux, yes, sure. The question is if Modula has any C (etc.) interoperability and what would such a change mean to it. And, long double uses in the library find gcc/m2 -type f | xargs grep

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #1 from Richard Biener --- Since the frontend is "new" we might want to say m2 only supports IEEE long double on powerpc?