aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-3/+0
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-10/+41
2011-05-16opts-common.c (opt_enum_arg_to_value): New.Joseph Myers1-0/+16
2011-04-12opts-common.c (decode_cmdline_options_to_array): Remove variable argv_copied.Axel Freyn1-3/+0
2011-04-04options.texi (ToLower): Document.Joseph Myers1-0/+13
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-21/+19
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers1-0/+5
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-2/+2
2011-02-23opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang1-2/+13
2011-02-11re PR driver/47678 (missing error message for -I)Joseph Myers1-6/+6
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-0/+128
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-0/+72
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-0/+16
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-0/+31
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-31/+34
2010-11-12opts-common.c (decode_cmdline_option): Initialize separate_args.Pat Haugen1-1/+1
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-1/+1
2010-11-10tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers1-89/+1
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-25/+37
2010-11-01common.opt (R, [...]): New.Joseph Myers1-6/+3
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-1/+1
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-12/+20
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-17/+38