> 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.
The dg.exp tests can instruct DejaGnu to look for specific warnings/errors in diagnostics. The final test is called "test for excess errors", which decides if any additional errors were produced (ie. excess ones). > Do I need to setup something in order to run these testsuites for my > port? Besides DejaGnu and Tcl. No, that's all. Ben