aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-02-12Fix producer string memory leaksMartin Liska1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-16options: fix integer overflowMartin Liska1-3/+9
2020-10-07Add -fdiagnostics-path-format=separate-events to -fdiagnostics-plain-outputDavid Malcolm1-0/+1
2020-08-14diagnostics: Add new option -fdiagnostics-plain-outputLewis Hyatt1-2/+37
2020-02-24PR47785: Add support for handling Xassembler/Wa options with LTO.Prathamesh Kulkarni1-0/+66
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove last leftover usage of params* files.Martin Liska1-0/+11
2019-11-12Param to options conversion.Martin Liska1-0/+9
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-5/+5
2019-08-28PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor1-1/+3
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor1-2/+8
2019-07-22Make a warning for -Werror=wrong-language (PR driver/91172).Martin Liska1-1/+19
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-3/+3
2019-03-29opts-common.c (integral_argument): Set errno properly in one case.Roman Zhuykov1-2/+4
2019-02-23driver: Also prune joined switches with negationH.J. Lu1-3/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska1-14/+14
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-53/+182
2018-06-12Come up with Deprecated option flag.Martin Liska1-0/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-21enable handling of -gno- command-line options as negated prefixesAlexandre Oliva1-1/+26
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-1/+2
2017-06-28Introduce IntegerRange for options (PR driver/79659).Martin Liska1-0/+12
2017-02-25re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek1-6/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-13re PR middle-end/77475 (unnecessary or misleading context in reporting comman...Jakub Jelinek1-14/+35
2016-06-30Fix bogus option suggestions for RejectNegative options (PR driver/71651)David Malcolm1-2/+8
2016-05-19PR driver/69265: add hint for options with misspelled argumentsDavid Malcolm1-1/+10
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm1-0/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek1-1/+7
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek1-46/+116
2015-12-02[PATCH] Fix PR68029Jiri Engelthaler1-1/+1
2015-09-24fdiagnostics-color=never does not disable color for some diagnosticsManuel López-Ibáñez1-0/+17
2015-07-28Honour DriverOnly for enum values in error messagesDominik Vogt1-0/+2
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-20re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez1-4/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16opts-common.c (integral_argument): Add support for hexadecimal command option...Chung-Lin Tang1-1/+12
2013-03-05re PR bootstrap/56509 (gnattools build failure)Jakub Jelinek1-0/+34
2013-02-27opts.h: Include obstack.h.Jakub Jelinek1-8/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+7
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-6/+2
2011-11-11opts-common.c (generate_canonical_option): Free opt_text it it has been alloc...Jakub Jelinek1-0/+2