aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek1-2/+2
2015-12-10Add -Wmisleading-indentation to -WallDavid Malcolm1-1/+1
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek1-2/+2
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-0/+17
2015-11-08Clean up fallout on ILP32 from r229831.Martin Sebor1-1/+1
2015-11-05PR c++/67942 - diagnose placement new buffer overflowMartin Sebor1-0/+4
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-311/+310
2015-10-20c.opt (std=gnu++11): Do not describe as experimental.Marek Polacek1-2/+2
2015-10-02re PR c/67819 (-Wduplicated-cond should take macros into account)Marek Polacek1-1/+1
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek1-0/+4
2015-10-01Do not describe -std=c11 etc. as experimental in c.opt help text.Joseph Myers1-3/+3
2015-09-22c.opt (Wmultiple-inheritance, [...]): New C++ warnings.Nathan Sidwell1-0/+16
2015-09-14PR28901 -Wunused-variable ignores unused const initialised variables in CMark Wielaard1-0/+8
2015-09-09re PR c++/53184 (Unnecessary anonymous namespace warnings)Paolo Carlini1-0/+5
2015-08-09options.texi (EnabledBy): Document that the argument must be a Common option.Manuel López-Ibáñez1-1/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+4
2015-08-02c.opt (-Wframe-address): New warning option.Martin Sebor1-0/+4
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek1-0/+4
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek1-0/+8
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-0/+4
2015-05-09c.opt (std=c++14): Remove Undocumented flag and experimental warning.Jason Merrill1-3/+4
2015-05-09c.opt (Wc++11-compat): Make primary.Jason Merrill1-4/+3
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-1/+1
2015-05-07re PR c/64918 (invalid (?) warning when initializing structure)Marek Polacek1-0/+4
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek1-0/+4
2015-05-05c.opt (Wterminate): New.Jason Merrill1-0/+4
2015-03-27re PR target/65495 (ICE: chkp_make_addressed_object_bounds: Unexpected tree c...Ilya Enkovich1-9/+9
2015-03-10c.opt (fchkp-use-wrappers): New.Ilya Enkovich1-0/+4
2015-03-10linux-common.h (LIBMPX_WRAPPERSSPEC): New.Ilya Enkovich1-0/+3
2015-03-10Makefile.def: Add libmpx.Ilya Enkovich1-0/+3
2015-02-27re PR c/65040 (gcc-5 -Wformat broken)Marek Polacek1-1/+1
2015-01-23Make fopenacc an LTO optionTom de Vries1-1/+1
2015-01-23Make fopenmp an LTO optionTom de Vries1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+4
2015-01-13tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2.Martin Uecker1-0/+4
2015-01-06implement -Wsuggest-overrideTrevor Saunders1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-20invoke.texi: Document -Wdiscarded-array-qualifiers.Martin Uecker1-0/+4
2014-12-15N3778: Sized DeallocationJason Merrill1-0/+12
2014-11-29opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus1-25/+5
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini1-3/+11
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+82
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek1-1/+1
2014-09-15c.opt (Wpsabi): Use LangEnabledBy.Manuel López-Ibáñez1-1/+1
2014-09-09opth-gen.awk: Generate mapping from cpp message reasons to the options that e...Manuel López-Ibáñez1-22/+26
2014-09-09invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez1-2/+25
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-13/+13
2014-09-03invoke.texi: Document that -Wlogical-not-parentheses is enabled by -Wall.Marek Polacek1-1/+1
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez1-7/+7