summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-17 12:53:09 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-19 08:21:22 +0200
commit36f37568bac3ac9efb2917c5d68dea50a4a619c3 (patch)
tree28249503471c85bc5940a56b8a991c6e9ab42649 /TODO
parentf2c568d3ef78cef68dbb35ab2915cfc13dacdf36 (diff)
downloadbison-36f37568bac3ac9efb2917c5d68dea50a4a619c3.tar.gz
glr2.cc: require C++11
Reported by Dagobert Michelsen. https://lists.gnu.org/r/bug-bison/2021-08/msg00006.html * m4/bison-cxx-std.m4 (_BISON_CXXSTD_98_snippet): We don't need vector::data, it was only for glr2.cc, which is C++11 anyway. (_BISON_CXXSTD_11_snippet): We need vector::data and std::swap on arrays. * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): We don't need vector::data. * tests/local.at (AT_COMPILE_CXX): Skip when glr2.cc and no support for C++11.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index de240dda..2e6e7d5a 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+* 3.8
+Don't showcase multi start.
+
* Soon
** scan-code
The default case is scanning char-per-char.
@@ -183,7 +186,7 @@ Les catégories d'avertissements incluent :
Line -1 and -3 should mention CATEGORIE, not CATEGORY.
-* Bison 3.8
+* Bison 3.9
** Rewrite glr.cc (currently glr2.cc)
*** custom error messages