http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22760|0 |1 is obsolete| | Attachment #22764|0 |1 is obsolete| | Attachment #22777|0 |1 is obsolete| | Attachment #22782|0 |1 is obsolete| | --- Comment #85 from Iain Sandoe <iains at gcc dot gnu.org> 2010-12-16 20:33:59 UTC --- Created attachment 22787 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22787 updated #2 darwin candidate function sect. patch I've bootstrapped this patch on *-darwin9 and x86_64-darwin10... ... there are no libgomp issues. remaining points: o as of XCode 3.2.4 the "warning: cannot add symbol ... " is NOT fixed. The solution here is to make sure that each new block has a non-local starting label - it does not need to be external -- but it must be non-anonymous (i.e. NOT begin with L) ..... [ Honza any ideas on how we might achieve that ???] o I think that the "no debug symbols" is down to missing pub sections.... investigating. o Darwin 9's linker appears to cater for generation of the .eh .. o .. so at the moment Darwin10 fails on partition2.C ... for the reasons above. I will finish reg-tests and then post to gcc-patches -- unless there are more matters arising?