Home | History | Annotate | Download | only in test

Lines Matching refs:bison

7 BISON=`bison --version 2>/dev/null | head -n 1 | sed -e 's/^[^0-9.]*//' -e 's/[^0-9.]*$//'`
72 if test -n "$BISON"
74 echo "** compare with bison $BISON"
85 # Bison does not support all byacc legacy syntax
89 # Bison does not support the btyacc []-action & inherited attribute extensions.
94 # Bison does not support pure-parser from command-line.
112 case $BISON in
114 bison -Wno-other -Wno-conflicts-sr -Wconflicts-rr -y -Wno-yacc run_make.y
117 bison -y run_make.y