From a6eb59192edd0d3beafc35b5a2cee947861587d1 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 2 Aug 2019 15:45:20 +0100 Subject: [PATCH] Add note that bison 2.3 is known to generate bad code (br1028). (cherry picked from commit 326945329edc87049d9300bb3ef93bf4df836d5c) --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index e65d462a8..351944636 100644 --- a/README.txt +++ b/README.txt @@ -46,6 +46,8 @@ on a UNIX-like system: to work. MSVC++ 5 and 6 are known to definitely *not* work. - bison and flex + It has been reported that bison 2.3 on MacOS generates broken + code, but bison 3.0.4 works. - gperf 3.0 or later The lexical analyzer doesn't recognize keywords directly,