https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103779
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot
gnu.org
--- Comment #2 from anlauf at gcc dot gnu.org ---
(In reply to kargl from comment #1)
> Created attachment 52047 [details]
> remove an assert() that causes an ICE in the face of invalid code
>
> The attach patch removes an assert() and now has the
> function 'return false' if sym == NULL. Invalid code
> can cause this condition. See the bug report.
This is the same fix as in pr69636#c7.
I'll take care of it.