https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Assignee|tkoenig at gcc dot gnu.org |unassigned at gcc dot
gnu.org
--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
> I have
>
> if (!sym->value)
> goto error;
>
> which leads to the same error.
I think your approach is better.
Your bug :-)
