http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46618
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ebotcazou at gcc dot | |gnu.org Resolution| |INVALID --- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2010-11-23 12:11:32 UTC --- > Can't UNKNOWN_LOCATION be acceptable? No, if you're emitting debug info for a declaration, it must have a location. Otherwise you need to put DECL_IGNORED_P on it.