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] Expand range checks in the front end rather than in gigi


> This set of changes adds generation of scalar range checks to the GNAT
> front end (gnat1) that were being done by gigi. Some range checks were
> already being done in gnat1 (such as index checks and checks on
> assignment), but many cases were passed on to gigi.

Just to clear the confusion: gnat1 contains gigi, as well as the back-end, 
since it's the entire Ada compiler.

-- 
Eric Botcazou


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