http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50342
m...@gcc.gnu.org <mrs at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrs at gcc dot gnu.org --- Comment #10 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-05-08 01:36:11 UTC --- I'm wondering if you could add: # Work around PR50342 BOOT_CFLAGS += -D_FORTIFY_SOURCE=0 to config/mh-darwin and fix the issue. If so, I think that might be the best solution for now. I think this should be safe for ppc and older and newer OSes. If there comes a time when everything just works, the line can be removed later. Let me know.