------- Comment #8 from iains at gcc dot gnu dot org 2010-08-11 09:11 ------- (In reply to comment #7) > (In reply to comment #5) > > -(hopefully) Andrew's analysis is correct (but, I guess I'd like to know > > why it > > fixed them ... ).. > > IIRC the issue with section anchors and the objective-c front-end was the decl > was being finialized in size after it had been pushed into the variable > cgraph. > So you moved that pushing later which fixed this issue. And in fact you can > now test powerpc-linux (or AIX; I think darwin now too) removing the check in > the back-end for objc language and section anchors.
indeed, there are a couple of other issues with section anchors (on darwin) but the ObjC ones are resolved there too. Closing as fixed. -- iains at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41848