Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / diagnostic.c
2016-04-22 nsz[PATCH 1/2] (header usage fix) remove unused system...
2016-03-09 dmalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-02-12 dmalcolmPR other/69554: avoid excessive source printing for...
2016-01-26 dmalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-04 jakub Update copyright years.
2015-11-13 dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-06 dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-10-28 law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-09-18 dmalcolmMove diagnostic_show_locus and friends out into a new...
2015-09-15 dmalcolmChange of location_get_source_line signature
2015-09-14 manuThe flag diagnostic_context::some_warnings_are_errors...
2015-08-11 manugcc/ChangeLog:
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-05-20 manugcc/ChangeLog
2015-05-19 dmalcolmReplace line_map union with C++ class hierarchy
2015-05-16 manugcc/fortran/ChangeLog:
2015-01-30 jsm28Always pass explicit location to fatal_error.
2015-01-23 jakub * diagnostic-core.h (internal_error_no_backtrace)...
2015-01-05 jakub Update copyright years.
2014-12-31 uros * diagnostic.c (build_message_string): Use xvasprintf.
2014-12-11 manugcc/ChangeLog:
2014-12-11 burnus2014-12-11 Tobias Burnus <burnus@net-b.de>
2014-12-04 manugcc/fortran/ChangeLog:
2014-12-04 manugcc/ChangeLog:
2014-12-02 manulibcpp uses diagnostic->override_column to give a custo...
2014-11-11 manugcc/testsuite/ChangeLog:
2014-11-05 manuRevert revision 217149 because it breaks Ada:
2014-11-05 manugcc/testsuite/ChangeLog:
2014-10-21 dmalcolmState cleanups from jit branch
2014-09-20 hubicka * diagnostic.c (warning_n): New function.
2014-08-21 manugcc/ChangeLog:
2014-08-20 manugcc/ChangeLog:
2014-08-20 manugcc/ChangeLog:
2014-08-17 mpolacek PR c/62059
2014-08-15 manu2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2014-02-10 mrsMerge in trunk.
2014-01-23 dodjiPR preprocessor/58580 - preprocessor goes OOM with...
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-11-06 dodjiRevert "preprocessor/58580 - preprocessor goes OOM...
2013-11-06 dodjipreprocessor/58580 - preprocessor goes OOM with warning...
2013-10-20 mrsMerge in trunk.
2013-09-28 rsandifogcc/
2013-09-20 mrsMerge in trunk.
2013-09-08 paolo2013-09-08 Paolo Carlini <paolo.carlini@oracle.com>
2013-09-04 mrsMerge in trunk.
2013-08-23 gdr * diagnostic.c (diagnostic_set_caret_max_width): Use...
2013-08-22 gdr * pretty-print.h (output_buffer::output_buffer): Declare.
2013-08-07 ebotcazou * diagnostic.c (diagnostic_classify_diagnostic): Accep...
2013-08-03 gdr * pretty-print.h (pp_underscore): New.
2013-05-14 jakub * tree.c (warn_deprecated_use): Print file:line using...
2013-04-26 jakub * diagnostic.h (file_name_as_prefix): Add context...
2013-04-12 jakub * opts.c: Include diagnostic-color.h.
2013-03-21 jakub PR middle-end/48087
2013-03-04 jakub PR middle-end/56461
2013-01-10 rsandifoUpdate copyright years in gcc/
2012-11-12 burnus2012-11-12 Tobias Burnus <burnus@net-b.de>
2012-10-24 manu2012-10-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-09-26 ian * diagnostic.c (bt_callback): Cast pc when calling...
2012-09-26 ian./:
2012-08-07 stevengcc/
2012-05-09 manu2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-05-03 manu2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-04-30 dodjiMake expand_location resolve to locus in main source...
2012-04-22 manu2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-04-19 matz * diagnostic.c (emit_diagnostic): Move va_end call...
2012-04-11 manu2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-02-02 jakub PR middle-end/48071
2011-10-17 dodjiEmit macro expansion related diagnostics
2011-10-17 dodjiLinemap infrastructure for virtual locations
2010-11-12 froydnjgcc/
2010-09-30 jsm28 * opt-functions.awk (static_var): Update comment.
2010-09-29 jsm28gcc:
2010-06-21 dj* diagnostic.h (diagnostic_classification_change_t...
2010-05-27 jsm28 * diagnostic-core.h: New. Contents moved from diagnos...
2010-05-26 jsm28 * diagnostic.c: Don't include opts.h.
2010-05-25 jsm28 * diagnostic.c: Don't include plugin.h.
2010-05-24 jsm28 * diagnostic.c: Don't include flags.h.
2010-05-21 jsm28 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h...
2010-05-19 jsm28 * diagnostic.c (FLOAT, FFS): Don't undefine.
2010-04-14 manu2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-04-09 manu2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-04-02 steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-03-01 pzhaogcc/
2010-02-26 manu2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-11-25 hjlRemove trailing white spaces.
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-09-02 aolivagcc/ChangeLog:
2009-06-01 aldyhgcc/
2009-04-15 dnovillo * diagnostic.c (diagnostic_report_diagnostic): Do not
2009-04-14 dnovillo2009-04-14 Diego Novillo <dnovillo@google.com>
2009-03-29 jsm28 PR preprocessor/34695
2008-09-03 aldyh * diagnostic.c (error_at): New.
2008-08-21 manu2008-08-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-20 manu2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-18 manu2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-13 manu2008-08-13 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-08 manu2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-06 manu2008-08-06 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-07-23 manu2008-07-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
next