Hello, I am getting a FAIL in synclines.at, it seems the regex for parsing the error is broken. The test suite expects: input.y: In function 'yyparse':
But my compiler (gcc 4.9.2) throws: input.y: In function ‘yyparse’: So the regex in synclines.at is broken, line 93: s/^[^:]*: In function '[^']+':\n//gm; It works if I change it to: s/^[^:]*: In function ['‘][^\n]+['’]:\n//gm; For the sake of completeness I attached log and failed test. Regards, Ferdinand
Log and failed Test.tar.gz
Description: application/gzip