[Bug modula2/115804] New: 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 Bug ID: 115804 Summary: ICE during gimplification with new isfinite optab Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[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

[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 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 target/115794] gcc 15 (20240630 snapshot) ICEs while building gfortran while targeting rv64gcv_zvl256b

2024-07-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115794 --- Comment #1 from Sam James --- Please try to reduce it with cvise (https://wiki.gentoo.org/wiki/GCC_ICE_reporting_guide).

[Bug c/112833] Missing warnings on restrict misuse

2024-07-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112833 Sam James changed: What|Removed |Added Component|analyzer|c --- Comment #2 from Sam James --- Does t

<    1   2