bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Bison 3.0.4] Problem in testsuite 191


From: Ferdinand Thiessen
Subject: [GNU Bison 3.0.4] Problem in testsuite 191
Date: Sun, 08 Feb 2015 00:08:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

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

Attachment: Log and failed Test.tar.gz
Description: application/gzip


reply via email to

[Prev in Thread] Current Thread [Next in Thread]