mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
Bison dumps core on bash.y.
Reported by Pascal Bart. * src/warshall.c (bitmatrix_print): New. (TC): Use it. When performing a transitive closure R(i, j) && R(j, k) => R(i, k), j must be the outer loop. * tests/regression.at (Broken Closure): New.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Bison dumps core on bash.y.
|
||||
Reported by Pascal Bart.
|
||||
|
||||
* src/warshall.c (bitmatrix_print): New.
|
||||
(TC): Use it.
|
||||
When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
|
||||
j must be the outer loop.
|
||||
* tests/regression.at (Broken Closure): New.
|
||||
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
|
||||
|
||||
Reference in New Issue
Block a user