aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
AgeCommit message (Expand)Author
2011-11-02 PR c++/50810Jason Merrill
2011-10-31 PR c++/50920Jason Merrill
2011-10-23/c-familyPaolo Carlini
2011-10-23/c-familyPaolo Carlini
2011-10-17Support -fdebug-cpp optionTom Tromey
2011-10-17Generate virtual locations for tokensTom Tromey
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette
2011-07-22 PR c++/49813Jason Merrill
2011-06-04 * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely
2011-04-26 Implement -Wno-maybe-uninitializedXinliang David Li
2011-04-06 * doc/tm.texi.in: Document C target hooks as separate from generalJoseph Myers
2011-03-18 * c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill
2011-03-15c-family/Jason Merrill
2011-01-26 PR pch/47430Jakub Jelinek
2010-11-29 * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers
2010-11-24 * common.opt (initial_max_fld_align, flag_debug_asm,Joseph Myers
2010-11-24 * flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers
2010-11-19 * common.opt (debug_struct_ordinary, debug_struct_generic): NewJoseph Myers
2010-11-17 * doc/invoke.texi (-dy): Remove.Joseph Myers
2010-11-12 * opts-common.c (control_warning_option): New.Joseph Myers
2010-11-12 * Makefile.in (OPTS_H): Define.Joseph Myers
2010-11-11 * opts.c (warning_as_error_callback,Joseph Myers
2010-11-10 * cfgloop.c (verify_loop_structure): Use %' in diagnostics. StartJoseph Myers
2010-11-10 * common.opt (flag_excess_precision_cmdline, flag_generate_lto,Joseph Myers
2010-10-20In gcc/:Nicola Pero
2010-10-08 * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-05 * opts-common.c (handle_option, handle_generated_option,Joseph Myers
2010-10-04 * optc-gen.awk: Define global_options_set. Don't defineJoseph Myers
2010-09-30 * opt-functions.awk (static_var): Update comment.Joseph Myers
2010-09-29gcc:Joseph Myers
2010-09-02 * opts.h (struct cl_option): Add warn_message field.Joseph Myers
2010-09-02 PR driver/44076Joseph Myers
2010-08-16 * doc/options.texi (NoDriverArg): Document.Joseph Myers
2010-08-12 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD andJoseph Myers
2010-08-11 * opts.h (struct cl_option_handler_func): Make handler takeJoseph Myers
2010-08-03 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers
2010-07-27 * coretypes.h (struct cl_option_handlers): Declare.Joseph Myers
2010-07-27 * common.opt (o): Add MissingArgError.Joseph Myers
2010-07-27 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,Joseph Myers
2010-06-21 * c.opt (lang-objc): Remove.Joseph Myers
2010-06-21 * c-opts.c: Include "tm_p.h".Joern Rennecke
2010-06-10gcc:Joseph Myers
2010-06-07 * common.opt (fira-verbose): Use Var.Joseph Myers
2010-06-05gcc/ChangeLog:Steven Bosscher