From mboxrd@z Thu Jan 1 00:00:00 1970 From: dewar@gnat.com To: kenner@vlsi1.ultra.nyu.edu, minyard@acm.org Cc: gcc@gcc.gnu.org Subject: Re: Loop optimization bug with Ada front end on PPC (and probably Alpha) Date: Sun, 25 Nov 2001 15:20:00 -0000 Message-ID: <20011125231956.69281F2901@nile.gnat.com> X-SW-Source: 2001-11/msg01213.html Message-ID: <20011125152000.-GC3PFuO7GrJAHNptiaorWwKW0EwO6fo0VuvkSA4zmo@z> procedure Ada.Tster (S : in out String; Len : in out Integer) is There is in fact a specific rule in the Ada RM that prevents a user program from compiling children of Ada. Now you can use -gnatg to allow this (that's how we compile the runtime), but that is unusual usage :-)