mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
`bison -v' segfaults. Reported by Piotr Gackiewicz, and fixed by Neil Booth. * tests/regression.m4: New file. Include the core of the sample provided by Piotr Gackiewicz. * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed properly.
9 lines
161 B
Bash
9 lines
161 B
Bash
#!/bin/sh
|
|
# Validation suite for Bison.
|
|
# Copyright (C) 2000 Free Software Foundation, Inc.
|
|
|
|
AT_INIT([bison])
|
|
|
|
AT_INCLUDE([calc.m4])
|
|
AT_INCLUDE([regression.m4])
|