------- Comment #7 from pinskia at gcc dot gnu dot org 2010-07-12 20:28 ------- (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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41848