http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50876
--- Comment #10 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-27 13:08:14 UTC --- (In reply to comment #9) > (In reply to comment #8) > > > Can you try > > looks good so far on i686-darwin9 off a stage3-bubble > (gcc and ada lto tests restored to normal). similar situation on x86-64-darwin10 looks OK, but will do a regstrap there too ... btw, I bumped up the argv allocation (made it 15 + decoded_options_count*2 + argc) although that's a bit crude (and maybe unnecessary, depending on the max number of extra args we might get).