When a byte with high bit set that is not used in the grammar, the parser 
generated by Bison 3.4.1, does not report an error, only if the high bit is not 
set. This occurs if one sets a Flex default rule
  . { return yytext[0]; }
and the lexer finds a stray UTF-8 byte.





Reply via email to