[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|ASS

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 --- Comment #6 from GCC Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:99bcce0d89b8a9aa9a1cc481b41be101c07d8bdf commit r15-6971-g99bcce0d89b8a9aa9a1cc481b41be101c07d8bdf Author: Harald Anlauf Date: T

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-16 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-15 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 --- Comment #4 from anlauf at gcc dot gnu.org --- Created attachment 60164 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60164&action=edit Draft patch This fixes the crash by switching over to another round in the conversion.

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-10 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-10 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-10 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 --- Comment #1 from anlauf at gcc dot gnu.org --- Note that the "standard" print *, huge(0_16) works on x86-64, where kind=16 is available, as well as uint128.

[Bug libfortran/118406] Printing large UNSIGNED(kind=16) crashes

2025-01-10 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118406 anlauf at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Component|fortra