re PR c++/24985 (caret diagnostics)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 11 Apr 2012 09:26:48 +0000 (09:26 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Wed, 11 Apr 2012 09:26:48 +0000 (09:26 +0000)
commit9fec00429dd36ea51798afeaf5f6b9c1987b85cd
tree9e780906c85f6be0ad543abba26314c0c15e5512
parent13a7578b180de6d8bb91a2f340817e71c61a9988
re PR c++/24985 (caret diagnostics)

2012-04-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR 24985
gcc/
        * diagnostic.h (show_caret): Declare.
(caret_max_width): Declare.
(diagnostic_show_locus): Declare.
        * diagnostic.c (diagnostic_initialize): Initialize to false.
        (diagnostic_show_locus): New.
        (diagnostic_report_diagnostic): Call it.
(getenv_columns): New.
(adjust_line): New.
(diagnostic_set_caret_max_width): New.
        * input.c (read_line): New.
(location_get_source_line): New.
        * input.h (location_get_source_line): Declare.
        * toplev.c (general_init): Initialize show_caret from options.
        * dwarf2out.c (gen_producer_string): Handle fdiagnostics-show-caret.
        * opts.c (common_handle_option): Likewise.
* pretty-print.h (pp_get_prefix): New.
(pp_base_get_prefix): New.
        * common.opt (fdiagnostics-show-caret): New option.
* doc/invoke.texi (fdiagnostics-show-caret): Document it.
testsuite/
        * lib/prune.exp: Add -fno-diagnostics-show-caret.
libstdc++-v3/
* testsuite/lib/prune.exp: Handle caret.
libmudflap/
* testsuite/lib/libmudflap.exp: Handle caret.

From-SVN: r186305
17 files changed:
gcc/ChangeLog
gcc/common.opt
gcc/diagnostic.c
gcc/diagnostic.h
gcc/doc/invoke.texi
gcc/dwarf2out.c
gcc/input.c
gcc/input.h
gcc/opts.c
gcc/pretty-print.h
gcc/testsuite/ChangeLog
gcc/testsuite/lib/prune.exp
gcc/toplev.c
libmudflap/ChangeLog
libmudflap/testsuite/lib/libmudflap.exp
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/prune.exp