diff options
| author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-10-31 22:00:37 +0000 |
|---|---|---|
| committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2008-10-31 22:00:37 +0000 |
| commit | 47960aaf168ced0414c68073897eb52f85a5264d (patch) | |
| tree | 5b6ba852d83328ae9e0bff7601449464f2f69da2 /libcpp/ChangeLog | |
| parent | 4f48b9c1a5fa185bf85768d4748de3077d503a53 (diff) | |
| download | gcc-47960aaf168ced0414c68073897eb52f85a5264d.tar.gz gcc-47960aaf168ced0414c68073897eb52f85a5264d.tar.bz2 gcc-47960aaf168ced0414c68073897eb52f85a5264d.zip | |
expr.c (struct op): Add location.
2008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
libcpp/
* expr.c (struct op): Add location.
(_cpp_parse_expr): Propagate locations throught the stack
of expressions.
(reduce): Likewise.
(check_promotion): Use explicit location in errors.
testsuite/
* gcc.dg/cpp/Wsignprom.c: Add column numbers.
* gcc.dg/cpp/if-mpar.c: Likewise.
From-SVN: r141503
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 278bb06d6b8..1d0d28c7b4e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org> + + * expr.c (struct op): Add location. + (_cpp_parse_expr): Propagate locations throught the stack + of expressions. + (reduce): Likewise. + (check_promotion): Use explicit location in errors. + 2008-10-05 Matthew Gingell <gingell@adacore.com> Arnaud Charlet <charlet@adacore.com> |
