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