Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | Add -fdiagnostics-path-format=separate-events to -fdiagnostics-plain-output | David Malcolm | 1 | -0/+1 |
2020-08-14 | diagnostics: Add new option -fdiagnostics-plain-output | Lewis Hyatt | 1 | -2/+37 |
2020-02-24 | PR47785: Add support for handling Xassembler/Wa options with LTO. | Prathamesh Kulkarni | 1 | -0/+66 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove last leftover usage of params* files. | Martin Liska | 1 | -0/+11 |
2019-11-12 | Param to options conversion. | Martin Liska | 1 | -0/+9 |
2019-09-10 | Rename Deprecated to WarnRemoved in *.opt files. | Martin Liska | 1 | -5/+5 |
2019-08-28 | PR driver/80545 - option -Wstringop-overflow not recognized by Fortran | Martin Sebor | 1 | -1/+3 |
2019-07-24 | PR driver/80545 - option -Wstringop-overflow not recognized by Fortran | Martin Sebor | 1 | -2/+8 |
2019-07-22 | Make a warning for -Werror=wrong-language (PR driver/91172). | Martin Liska | 1 | -1/+19 |
2019-06-05 | c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics. | Martin Sebor | 1 | -3/+3 |
2019-03-29 | opts-common.c (integral_argument): Set errno properly in one case. | Roman Zhuykov | 1 | -2/+4 |
2019-02-23 | driver: Also prune joined switches with negation | H.J. Lu | 1 | -3/+8 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+1 |
2018-08-17 | Merge Ignore and Deprecated in .opt files. | Martin Liska | 1 | -14/+14 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -53/+182 |
2018-06-12 | Come up with Deprecated option flag. | Martin Liska | 1 | -0/+10 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-21 | enable handling of -gno- command-line options as negated prefixes | Alexandre Oliva | 1 | -1/+26 |
2017-08-29 | Fix --help=target (PR other/39851). | Martin Liska | 1 | -1/+2 |
2017-06-28 | Introduce IntegerRange for options (PR driver/79659). | Martin Liska | 1 | -0/+12 |
2017-02-25 | re PR c/79677 (Weird handling of -Werror=) | Jakub Jelinek | 1 | -6/+7 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-13 | re PR middle-end/77475 (unnecessary or misleading context in reporting comman... | Jakub Jelinek | 1 | -14/+35 |
2016-06-30 | Fix bogus option suggestions for RejectNegative options (PR driver/71651) | David Malcolm | 1 | -2/+8 |
2016-05-19 | PR driver/69265: add hint for options with misspelled arguments | David Malcolm | 1 | -1/+10 |
2016-02-12 | PR driver/69265 and 69453: improved suggestions for various misspelled options | David Malcolm | 1 | -0/+41 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-14 | re PR c/68833 (-Werror=format issues an error now) | Jakub Jelinek | 1 | -1/+7 |
2015-12-08 | re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected) | Jakub Jelinek | 1 | -46/+116 |
2015-12-02 | [PATCH] Fix PR68029 | Jiri Engelthaler | 1 | -1/+1 |
2015-09-24 | fdiagnostics-color=never does not disable color for some diagnostics | Manuel López-Ibáñez | 1 | -0/+17 |
2015-07-28 | Honour DriverOnly for enum values in error messages | Dominik Vogt | 1 | -0/+2 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-08-20 | re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci... | Manuel López-Ibáñez | 1 | -4/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | opts-common.c (integral_argument): Add support for hexadecimal command option... | Chung-Lin Tang | 1 | -1/+12 |
2013-03-05 | re PR bootstrap/56509 (gnattools build failure) | Jakub Jelinek | 1 | -0/+34 |
2013-02-27 | opts.h: Include obstack.h. | Jakub Jelinek | 1 | -8/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+2 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+7 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -6/+2 |
2011-11-11 | opts-common.c (generate_canonical_option): Free opt_text it it has been alloc... | Jakub Jelinek | 1 | -0/+2 |
2011-11-03 | re PR lto/44965 (lto option code breaks file format with each added option) | Richard Guenther | 1 | -3/+0 |
2011-08-18 | Allow HOST_WIDE_INT for option variable. | H.J. Lu | 1 | -10/+41 |
2011-05-16 | opts-common.c (opt_enum_arg_to_value): New. | Joseph Myers | 1 | -0/+16 |
2011-04-12 | opts-common.c (decode_cmdline_options_to_array): Remove variable argv_copied. | Axel Freyn | 1 | -3/+0 |