and...
- "yacc finds 36 shift/reduce conflicts": same as before
- there's one more test that fails: tests/parseme (now 2 failures)

[...]
parseme
/usr/obj/pobj/gawk-4.1.0/gawk-4.1.0/test/parseme.ok _parseme differ: char 230, 
line 4
*** Error 1 in target 'parseme' (ignored)
[...]

parseme.ok:
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1:                       ^ syntax error
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1:                                 ^ 3 is invalid as number 
of arguments for toupper
EXIT CODE: 1

output:
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1:                       ^ syntax error
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1:                                 ^ 2 is invalid as number 
of arguments for toupper
EXIT CODE: 1

Those two tests are probably failing because of of differences between
yacc and bison.

-- 
Jérémie Courrèges-Anglas
PGP Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Reply via email to