This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Expand range checks in the front end rather than in gigi
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Arnaud Charlet <charlet at adacore dot com>, Gary Dismukes <dismukes at adacore dot com>
- Date: Tue, 7 Jul 2009 13:00:41 +0200
- Subject: Re: [Ada] Expand range checks in the front end rather than in gigi
- References: <20090707105250.GA16376@adacore.com>
> 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