This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]