This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: acats testsuite, "enum_check.ads" compilation error
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Rainer Emrich <r dot emrich at de dot tecosim dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 23 Feb 2006 15:00:29 +0100
- Subject: Re: acats testsuite, "enum_check.ads" compilation error
- References: <43FDB9B7.5080803@de.tecosim.com>
> I'm wondering if this affects the testsuite in any way.
No, that's expected. The script is simply compiling all .ads and then all
.adb files without worrying whether .ads files should actually be compiled
or not.
Arno