[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] {master} c++: various improvements
From: |
Akim Demaille |
Subject: |
[PATCH 0/6] {master} c++: various improvements |
Date: |
Tue, 29 Jan 2013 09:04:31 +0100 |
Some polishing of the c++ parsers, prompted by the fact that G++ with
-O3 generated warnings.
Akim Demaille (6):
c++: style changes
c++: improve the signature of yysyntax_error_
c++: value_type -> kind_type
c++: use more explicit types than int
c++: please G++ 4.8 with -O3: array bounds
c++: please G++ 4.8 with -O3: type puning issue
data/c++.m4 | 49 +++++++++++++++++++++-----------------
data/lalr1.cc | 75 +++++++++++++++++++++++++++++++----------------------------
tests/c++.at | 2 +-
3 files changed, 68 insertions(+), 58 deletions(-)
--
1.8.1.1
- [PATCH 0/6] {master} c++: various improvements,
Akim Demaille <=
- [PATCH 2/6] c++: improve the signature of yysyntax_error_, Akim Demaille, 2013/01/29
- [PATCH 4/6] c++: use more explicit types than int, Akim Demaille, 2013/01/29
- [PATCH 1/6] c++: style changes, Akim Demaille, 2013/01/29
- [PATCH 6/6] c++: please G++ 4.8 with -O3: type puning issue, Akim Demaille, 2013/01/29
- [PATCH 3/6] c++: value_type -> kind_type, Akim Demaille, 2013/01/29
- [PATCH 5/6] c++: please G++ 4.8 with -O3: array bounds, Akim Demaille, 2013/01/29