aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-04invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely1-0/+1
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-0/+1
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-1/+16
2011-03-18c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill1-4/+0
2011-03-15c-common.c (max_constexpr_depth): New.Jason Merrill1-0/+4
2011-01-26re PR pch/47430 (Random PCH related bootstrap failures on powerpc64-linux)Jakub Jelinek1-1/+7
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-2/+2
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-3/+3
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-4/+4
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers1-3/+4
2010-11-17invoke.texi (-dy): Remove.Joseph Myers1-22/+1
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-1/+5
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-5/+7
2010-11-11opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers1-96/+19
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-1/+1
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+0
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-8/+13
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-3/+5
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-4/+5
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-3/+5
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-8/+8
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-36/+0
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-18/+0
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers1-3/+3
2010-08-12gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and -MMD.Joseph Myers1-3/+3
2010-08-11opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers1-6/+6
2010-08-03alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers1-5/+0
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-15/+16
2010-07-27common.opt (o): Add MissingArgError.Joseph Myers1-53/+0
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-15/+40
2010-06-21c.opt (lang-objc): Remove.Joseph Myers1-4/+0
2010-06-21* c-opts.c: Include "tm_p.h".Joern Rennecke1-0/+1
2010-06-10common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.Joseph Myers1-4/+0
2010-06-07common.opt (fira-verbose): Use Var.Joseph Myers1-150/+2
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-0/+1815