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
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
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
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
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).
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
101 - 106 of 106 matches
Mail list logo