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.