This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r144809 - in /branches/diagnostics-branch/gcc: ...


Author: aldyh
Date: Thu Mar 12 10:37:55 2009
New Revision: 144809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144809
Log:
        * tree-pretty-print.c (dump_generic_node): Dump column numbers.
        * gimple-pretty-print.c (dump_gimple_stmt): Same.
        * gimplify.c (gimplify_modify_expr): Set location for GIMPLE_ASSIGNs
        created.
        * c-parser.c (c_parser_binary_expression): Use current column while
        building binary operations.

Added:
    branches/diagnostics-branch/gcc/testsuite/gcc.dg/tree-ssa/col-1.c
Modified:
    branches/diagnostics-branch/gcc/ChangeLog.diagnostics
    branches/diagnostics-branch/gcc/c-parser.c
    branches/diagnostics-branch/gcc/gimple-pretty-print.c
    branches/diagnostics-branch/gcc/gimplify.c
    branches/diagnostics-branch/gcc/tree-pretty-print.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]