[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2010-09-03 13:21 --- Fixed for 4.6. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2010-09-03 13:18 --- Subject: Bug 45499 Author: jsm28 Date: Fri Sep 3 13:17:46 2010 New Revision: 163817 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163817 Log: PR ada/45499 * gcc-interface/misc.c (gnat_init_op

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread joseph at codesourcery dot com
--- Comment #7 from joseph at codesourcery dot com 2010-09-03 11:38 --- Subject: Re: Ada bootstrap broken On Fri, 3 Sep 2010, jakub at gcc dot gnu dot org wrote: > I think for -D and -U at least the canonicalization should be joined instead > of > separate, because that's how people

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread joseph at codesourcery dot com
--- 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

[Bug ada/45499] Ada bootstrap broken

2010-09-03 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-09-03 07:30 --- I think for -D and -U at least the canonicalization should be joined instead of separate, because that's how people are used to write these options (which doesn't mean the tools the driver invokes shouldn't be changed

[Bug ada/45499] Ada bootstrap broken

2010-09-02 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2010-09-03 02:39 --- (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. --

[Bug ada/45499] Ada bootstrap broken

2010-09-02 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2010-09-03 00:25 --- Subject: Re: Ada bootstrap broken I don't see where a -Y option would come from or what would accept it. I can see an issue with some Ada code not accepting the separate arguments "-I -". I'm testing a workaroun

[Bug ada/45499] Ada bootstrap broken

2010-09-02 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-09-02 23:32 --- GCC driver now passes down '-Y XXX=FOO" instead of "-YXXX=FOO". Ada compiler may not support it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45499

[Bug ada/45499] Ada bootstrap broken

2010-09-02 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2010-09-02 21:47 --- I guess this is related to the recent option handling changes. At least, it worked fine yesterday and doesn't work today (I only see a-strunb.ads issues myself). -- jakub at gcc dot gnu dot org changed: