PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / gcc / testsuite / gcc.dg / plugin /
2020-01-28 David Malcolmdiagnostic_metadata: unbreak xgettext (v2)
2020-01-13 David Malcolmtestsuite: remove unused dg-line directive
2020-01-10 David MalcolmAdd diagnostic paths
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-18 David MalcolmAdd diagnostic_metadata and CWE support
2019-12-10 David Malcolmdiagnostic_show_locus: move initial newline to callers
2019-12-09 Lewis HyattByte vs column awareness for diagnostic-show-locus...
2019-11-07 Joseph MyersMove string concatenation for C into the parser.
2019-10-01 David MalcolmSupport prefixes in diagnostic_show_locus
2019-07-03 Joern Renneckere PR testsuite/91065 (gcc.dg/plugin/start_unit_plugin...
2019-01-05 Dominique d'Humieresplugindir1.c: Adjust dg-prune-output for Darwin.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-27 Mike GulickPR preprocessor/83173: New test
2018-11-15 David MalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-08 David Malcolmipa-inline.c/tree-inline.c: port from fprintf to dump...
2018-10-29 David MalcolmFix ICE in get_substring_ranges_for_loc on __FILE__...
2018-10-18 David MalcolmFix ICE in substring-handling building 502.gcc_r (PR...
2018-10-15 David Malcolmdiagnostics: add minimum width to left margin for line...
2018-10-05 David MalcolmSupport string locations for C++ in -Wformat (PR c...
2018-10-04 David MalcolmAdd -fopt-info-internals
2018-10-04 David MalcolmFix -fopt-info for plugin passes
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 David Malcolmdiagnostics: show an extra line of context in line...
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-16 David Malcolmdiagnostics: tweak to line-insertion fix-it hints with...
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-09 David Malcolmdiagnostics: add line numbers to source (PR other/84889)
2018-08-01 Uros Bizjakpoly-int-07_plugin.c (dg-options): Use -O0.
2018-07-07 Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-05-17 Martin LiskaFix GNU coding style for G_.
2018-05-01 David MalcolmAdd gcc_rich_location::add_fixit_insert_formatted
2018-04-30 David MalcolmUse char_span for return type of location_get_source_line
2018-01-16 Eric Botcazoure PR testsuite/77734 (FAIL: gcc.dg/plugin/must-tail...
2018-01-03 David MalcolmFix warning in gcc.dg/plugin/expensive_selftests_plugin...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-20 Richard SandifordFix multiple_p for two non-poly_ints
2017-12-18 David Malcolmtestsuite: add coverage for diagnostics relating to...
2017-12-14 Richard Sandifordpoly_int: add poly-int.h
2017-12-12 David MalcolmExpensive selftests: torture testing for fix-it boundar...
2017-11-28 David MalcolmHandle very long lines when printing fix-it hints
2017-11-13 Nathan Sidwell[Diagnostic Patch] don't print column zero
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-08-21 David MalcolmC: use full locations within c_parser_expr_list's vec...
2017-07-06 David Malcolmdiagnostics: fix end-points of ranges within macros...
2017-06-09 David MalcolmAdd support for mutually-incompatible fix-it hints
2017-05-26 Tom de VriesReplace absolute line numbers in gcc.dg
2017-05-02 David MalcolmSupport fix-it hints that add new lines
2017-02-21 Segher BoessenkoolAdd -Wno-psabi to diagnostic-test-expressions-1.c options
2017-01-31 David MalcolmPrevent ICEs due to bogus substring locations (PR prepr...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-12 David Malcolmre PR preprocessor/78680 (ICE in get_substring_ranges_f...
2016-11-21 David Malcolmsubstring_loc info needs default track-macro-expansion...
2016-11-17 David MalcolmFix locations within raw strings
2016-09-23 David MalcolmProvide location information for terminator characters...
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-07 David MalcolmMove class substring_loc from c-family into gcc
2016-09-02 David MalcolmAdd -fdiagnostics-generate-patch
2016-08-31 David MalcolmRemove arbitrary limits from rich_location
2016-08-26 David MalcolmTweak to colors of fix-it hints
2016-08-18 David MalcolmAllow calling diagnostic_show_locus without a diagnosti...
2016-08-16 David MalcolmFix caret locations in format_type_warning (PR c/72857)
2016-08-05 David MalcolmOn-demand locations within string-literals
2016-07-20 Martin LiskaAdd sreal to selftests
2016-07-11 David Malcolminput.c: add lexing selftests and a test matrix for...
2016-06-22 David MalcolmImplement -fdiagnostics-parseable-fixits
2016-06-10 David MalcolmRemove platform-specific details from must-tail-call...
2016-06-06 David MalcolmSelftest framework
2016-05-26 Thomas Preud'hommeSkip tail call tests on Thumb-1 targets
2016-05-20 David MalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-10 David MalcolmAdd debugging ruler to diagnostic-show-locus.c
2016-05-03 Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-03-22 David MalcolmPR c/69993: improvements to wording of -Wmisleading...
2016-03-18 David MalcolmPR c/70281: C FE: fix uninitialized range for __builtin...
2016-03-09 David MalcolmPR c++/70105: prevent nonsensical underline spew for...
2016-03-09 David MalcolmPR c++/70105: Defer location expansion until diagnostic...
2016-01-26 David MalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-26 Richard SandifordPR 69400: Invalid 128-bit modulus result
2016-01-14 David MalcolmPR preprocessor/69177 and PR c++/68819: libcpp fallback...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 David MalcolmPR c/68473: sanitize source range-printing within certa...
2015-12-21 David MalcolmC and C++ FE: fix source ranges for binary ops
2015-12-08 David MalcolmC: fix uninitialized ranges for __alignof__
2015-12-08 David MalcolmPR c/68757: fix uninitialized src_range for various...
2015-12-07 David MalcolmFix missing range information for "%q+D" format code
2015-11-20 David MalcolmPR 62314: add ability to add fixit-hints to a diagnostic
2015-11-17 David MalcolmFix uninitialized src_range values for c_expr
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-13 David MalcolmImplement Levenshtein distance; use in C FE for misspel...
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-07-03 Jason Merrillwide-int_plugin.c (test_double_int_round_udiv): Avoid...
2015-01-12 Prathamesh Kulkarniggcplug.c: Include gcc-plugin.h after coretypes.h.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Richard Sandifordre PR middle-end/64182 (wide-int rounding division...
2014-11-25 Martin Liskare PR bootstrap/64050 (r218009 causes LTO/PGO bootstrap...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-09-15 Jakub JelinekMakefile.in (dg_target_exps): Remove.
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-07-09 Trevor Saundersremove has_execute
next