This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ACATS B tests
- From: <guerby at acm dot org>
- To: kenner at vlsi1 dot ultra dot nyu dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 7 Dec 2001 13:19:14 +0100
- Subject: Re: ACATS B tests
- References: <10112071215.AA06775@vlsi1.ultra.nyu.edu>
- Reply-to: guerby at acm dot org
> OK, I give up. Why is that? Is it because the error was supposed to be
> on the *previous* line?
My rough estimate is that yes, about half of errors will be generated
not on the line flagged as ERROR, but I haven't looked at the whole B
tests, just enough to realize that it is a huge task.
> BTW, what is your plan with regard to macro substitutions? I assume you'll
> remove the CE tests that need absolute filenames, right?
I believe the 3 CE tests doing smart things with filenames have been
removed, I have to recheck otherwise I won't bother with them.
I plan to commit with all macro substituted, most macro deal with the
testsuite being tailored to one special compiler, and we have only one
compiler out there :). GNAT handles platform specific stuff using
Standard'Attribute in a uniform source way, no need for target macros
as far as ACATS for GCC is concerned.
--
Laurent Guerby <guerby@acm.org>