> > 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