This is the mail archive of the gcc@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: patch for -Wno-long-long and early GNAT compilers


Robert Dewar wrote:
> Are you talking about restricting GNAT to standard Ada? I so, I would say
> that's possible, but probably of the order of a person year of work, and
> some of the libraries cannot be written in standard Ada. Certainly not
> something we are about to do, since it would serve no useful purpose as
> far as I can see.

If by "libraries" you mean run-time (target) libraries, feel free to use
non-standard features, since that is not a boot-strapping problem.  The
issue is the compile-time (host) code that is written in Ada.  That code
really should be written to minimize dependencies on a specific compiler
version, whether it is written in C, C++, Java, or Ada.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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