summaryrefslogtreecommitdiffstats
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-31 22:00:37 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-31 22:00:37 +0000
commitae5c166d8d7e0402b6c33607cdfd677021474339 (patch)
tree5b6ba852d83328ae9e0bff7601449464f2f69da2 /libcpp/ChangeLog
parentb7a0376155907591d65f9fc3242381bfeb0774ba (diff)
downloadppe42-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/ChangeLog8
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>
OpenPOWER on IntegriCloud