This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada on powerpc-darwin


On Thu, 2004-03-18 at 22:38, Arnaud Charlet wrote:
> > What is the policy on such "workaround" patches? (except
> > that I need a comment and/or explicit ChangeLog :).
> 
> I'd suggest putting this patch on the macada.org page, to help people
> build gcc 3.4, and once gcc 3.4.0 is out, use it as a base
> bootstrap compiler.

It's already on macada.org mailing list :). I proposed it because the
fill in for 'range loop is used in many places in GNAT sources instead
of others aggregates, and even earlier in the same source file:

         for J in Args'Range loop
            Args (J) := Empty;
         end loop;

So having it there is potentially helpful for compatibility
with previous versions and not breaking coding practices (except for
I=>J but that's easy to fix :).

No big deal...

Laurent



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]