diff options
| author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-31 22:00:37 +0000 |
|---|---|---|
| committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-31 22:00:37 +0000 |
| commit | ae5c166d8d7e0402b6c33607cdfd677021474339 (patch) | |
| tree | 5b6ba852d83328ae9e0bff7601449464f2f69da2 /libcpp/ChangeLog | |
| parent | b7a0376155907591d65f9fc3242381bfeb0774ba (diff) | |
| download | ppe42-gcc-ae5c166d8d7e0402b6c33607cdfd677021474339.tar.gz ppe42-gcc-ae5c166d8d7e0402b6c33607cdfd677021474339.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141503 138bc75d-0d04-0410-961f-82ee72b054a4
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> |

