OSDN Git Service

2008-10-31 Manuel López-Ibáñez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2008 22:00:37 +0000 (22:00 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Oct 2008 22:00:37 +0000 (22:00 +0000)
commitae5c166d8d7e0402b6c33607cdfd677021474339
tree5b6ba852d83328ae9e0bff7601449464f2f69da2
parentb7a0376155907591d65f9fc3242381bfeb0774ba
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
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/Wsignprom.c
gcc/testsuite/gcc.dg/cpp/if-mpar.c
libcpp/ChangeLog
libcpp/expr.c