------- Comment #6 from joseph at codesourcery dot com 2010-09-03 11:17 ------- Subject: Re: Ada bootstrap broken
On Fri, 3 Sep 2010, hjl dot tools at gmail dot com wrote: > (In reply to comment #3) > > Subject: Re: Ada bootstrap broken > > > > I don't see where a -Y option would come from or what would accept it. > > Y can be any letter from A to Z and a to z. See PR 45504 for an example. But the changes to canonical options (to preferentially use separate arguments) only affect options marked with both Joined and Separate in a .opt file. My understanding is that cc1_options is not used for Ada and so the only specs relevant to passing things to gnat1 are those in gcc-interface/lang-specs.h so this should only ever affect -I. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45499