https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66545
--- Comment #6 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Mon, Jun 15, 2015 at 09:19:45PM +0000, tkoenig at gcc dot gnu.org wrote: > > > I have > > > > if (!sym->value) > > goto error; > > > > which leads to the same error. > > I think your approach is better. > > Your bug :-) > This passes regression testing. So, do I have your approval (with an appropriate testcase of course)?