This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: test for excess errors
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: joefoxreal at gmail dot com (Eric Fisher)
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 27 Dec 2005 22:24:02 -0500 (EST)
- Subject: Re: test for excess errors
>
> Hi,
> Could you tell me what it means for 'test for excess errors'?
> I run make check-gcc RUNTESTFLAGS='dg.exp' on my machine, and got
> many failed tests for these errors on my porting gcc.
That usually means there are some internal compiler errors while
compiling the testcase, look at gcc.log in the testsuite subdirectory
for more information on what is going wrong.
-- Pinski