summaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* enable handling of -gno- command-line options as negated prefixesAlexandre Oliva2017-09-211-1/+26
* Fix --help=target (PR other/39851).Martin Liska2017-08-291-1/+2
* Introduce IntegerRange for options (PR driver/79659).Martin Liska2017-06-281-0/+12
* re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek2017-02-251-6/+7
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR middle-end/77475 (unnecessary or misleading context in reporting comman...Jakub Jelinek2016-09-131-14/+35
* Fix bogus option suggestions for RejectNegative options (PR driver/71651)David Malcolm2016-06-301-2/+8
* PR driver/69265: add hint for options with misspelled argumentsDavid Malcolm2016-05-191-1/+10
* PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm2016-02-121-0/+41
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek2015-12-141-1/+7
* re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek2015-12-081-46/+116
* [PATCH] Fix PR68029Jiri Engelthaler2015-12-021-1/+1
* fdiagnostics-color=never does not disable color for some diagnosticsManuel López-Ibáñez2015-09-241-0/+17
* Honour DriverOnly for enum values in error messagesDominik Vogt2015-07-281-0/+2
* flags.h: Don't include flag-types.h or options.h.Andrew MacLeod2015-07-091-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR c/59304 (#pragma diagnostic pop after warning fails for options unspeci...Manuel López-Ibáñez2014-08-201-4/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* opts-common.c (integral_argument): Add support for hexadecimal command option...Chung-Lin Tang2013-12-161-1/+12
* re PR bootstrap/56509 (gnattools build failure)Jakub Jelinek2013-03-051-0/+34
* opts.h: Include obstack.h.Jakub Jelinek2013-02-271-8/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+7
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-6/+2
* opts-common.c (generate_canonical_option): Free opt_text it it has been alloc...Jakub Jelinek2011-11-111-0/+2
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-3/+0
* Allow HOST_WIDE_INT for option variable.H.J. Lu2011-08-181-10/+41
* opts-common.c (opt_enum_arg_to_value): New.Joseph Myers2011-05-161-0/+16
* opts-common.c (decode_cmdline_options_to_array): Remove variable argv_copied.Axel Freyn2011-04-121-3/+0
* options.texi (ToLower): Document.Joseph Myers2011-04-041-0/+13
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-21/+19
* options.texi (NegativeAlias): Document.Joseph Myers2011-03-301-0/+5
* lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers2011-03-291-2/+2
* opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang2011-02-231-2/+13
* re PR driver/47678 (missing error message for -I)Joseph Myers2011-02-111-6/+6
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-0/+128
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-0/+72
* options.texi (Var): Document effects of Defer.Joseph Myers2010-11-191-0/+16
* opts-common.c (control_warning_option): New.Joseph Myers2010-11-121-0/+31
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-31/+34
* opts-common.c (decode_cmdline_option): Initialize separate_args.Pat Haugen2010-11-121-1/+1
* common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers2010-11-101-1/+1
* tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers2010-11-101-89/+1
* defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-11-051-25/+37
* common.opt (R, [...]): New.Joseph Myers2010-11-011-6/+3
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-1/+1
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-12/+20