[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-11-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #11 from GCC Commits --- The releases/gcc-14 branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:8a6b30148d76cf88148622898f1db6c756b21dde commit r14-10971-g8a6b30148d76cf88148622898f1db6c756b21dde Author: Gaius Mulley

[Bug modula2/115804] ICE during gimplification with new isfinite optab

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

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #9 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:4594d555aa551a9998fc921363c5f6ea50630d5c commit r15-1886-g4594d555aa551a9998fc921363c5f6ea50630d5c Author: Gaius Mulley Date: Sun

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-07 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 Gaius Mulley changed: What|Removed |Added Attachment #58596|0 |1 is obsolete|

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-07 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 Gaius Mulley changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #7 from Gaius Mulle

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-07 Thread stefansf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #5 from Stefan Schulze Frielinghaus --- I did a quick test and with diff --git a/gcc/m2/gm2-gcc/m2builtins.cc b/gcc/m2/gm2-gcc/m2builtins.cc index cfb4751e15a..4263a4e297f 100644 --- a/gcc/m2/gm2-gcc/m2builtins.cc +++ b/gcc/m2/gm2-

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-06 Thread stefansf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #4 from Stefan Schulze Frielinghaus --- Breakpoint 12, gimplify_stmt (stmt_p=0x3fff76306c0, seq_p=0x3ff7f50) at /devel/src/gcc/gimplify.cc:7590 7590 last = gimple_seq_last (*seq_p); (gdb) call debug(*stmt_p) { a = 1.0e+0;

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #3 from Andrew Pinski --- static struct builtin_function_entry list_of_builtins[] = { This is not marked with GTY at all. Though gm2_isfinite_node is. static GTY (()) tree gm2_isfinite_node; So that might not be GC'ed away. B

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |gaius at gcc dot gnu.org

[Bug modula2/115804] ICE during gimplification with new isfinite optab

2024-07-05 Thread stefansf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115804 --- Comment #1 from Stefan Schulze Frielinghaus --- Created attachment 58596 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58596&action=edit New optab isfinitedf2 for s390