[Bug cobol/126853] ice: segfaulting in parser_assign" (on nested size error?)
"rdubner at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126853
Robert Dubner <rdubner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-08-13
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jklowden at gcc dot gnu.org
--- Comment #1 from Robert Dubner <rdubner at gcc dot gnu.org> ---
Jim, this one is yours. parser_compute is being called twice, from
compute_cond: in parse.y. (Approximately line 6300; its the second appearance
of parser_compute in parse.y.)
The second time, the current.compute_label() value is NULL.