https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103779
--- Comment #1 from kargl at gcc dot gnu.org --- Created attachment 52047 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52047&action=edit 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.