Joshua Hoblitt (via RT) wrote:

According to the Bison Changlog, the error string "parse error" was
changed to "syntax error" in bison 1.75c.  I haven't tried that version
but can confirm that it has changed in 1.875.

Or: unify the printed message in IMCC_fataly

Or: as these are regexen anyway ...

-/^error:imcc:parse error, unexpected SHIFT_LEFT.*/
+/^error:imcc:syntax error, unexpected SHIFT_LEFT.*/

... just test for (parse|syntax)

leo

Reply via email to