[Bug objc/41848] Extra Objective C test failures because of section anchors.

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 12 20:28:00 GMT 2010



------- 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



More information about the Gcc-bugs mailing list