[Bug c/118191] missing option to read __float128 from command line argument or string

2025-01-02 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 --- Comment #6 from newbie-02 --- (In reply to Jonathan Wakely from comment #1) > Glibc has strtof128 for this purpose. think typo, strtoflt128 works better!

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-30 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 --- Comment #5 from newbie-02 --- (In reply to Jonathan Wakely from comment #4) > This bug database is still the wrong place for your questions. > > You probably need a newer glibc, strtof128 is relatively new. :-) Thank you, i'll not try

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-26 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 --- Comment #4 from Jonathan Wakely --- This bug database is still the wrong place for your questions. You probably need a newer glibc, strtof128 is relatively new.

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-25 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 --- Comment #3 from newbie-02 --- strto**d**128 ... name collision with 'strtod128' for decimal128 types from libdfp?? can't even say if that or something from glibc is called on my system. It works, but I'd like to understand, to be able to te

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 Andreas Schwab changed: What|Removed |Added Resolution|WORKSFORME |INVALID

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-24 Thread newbie-02 at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 newbie-02 changed: What|Removed |Added Resolution|INVALID |WORKSFORME --- Comment #2 from newbie-02 -

[Bug c/118191] missing option to read __float128 from command line argument or string

2024-12-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---