https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143
Gaius Mulley changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143
Gaius Mulley changed:
What|Removed |Added
Attachment #55773|0 |1
is obsolete|
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&action=edit
Work in progress fix
Here is a patch set (which needs some tidying up). It introduces a configure
for LONGREA
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.
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143
Gaius Mulley changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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
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: Sun
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 supports
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 gcc/m
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 l
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?
13 matches
Mail list logo