Implement P1814R0, CTAD for alias templates.
[platform/upstream/gcc.git] / gcc / c-family / c.opt
2019-11-08 Joseph MyersHandle removal of old-style function definitions in...
2019-11-01 Martin SeborPR middle-end/91679 - missing -Warray-bounds accessing...
2019-10-11 Joseph MyersSupport decimal floating-point constants in C2x.
2019-10-09 Martin SeborPR tree-optimization/90879 - fold zero-equality of...
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-09-10 Martin LiskaRename Deprecated to WarnRemoved in *.opt files.
2019-09-09 Martin LiskaUpdate comment of removed options.
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-04 Marek PolacekRemove -fdeduce-init-list.
2019-09-04 Prathamesh KulkarniAdd warning Wenum-conversion for C and ObjC.
2019-08-29 Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-08-28 Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-05 Marek PolacekPR c++/91338 - Implement P1161R3: Deprecate a[b,c].
2019-07-02 Qing Zhaore PR preprocessor/90581 (provide an option to adjust...
2019-06-27 Jason MerrillPR c++/55442 - memory-hog with highly recursive constexpr.
2019-06-21 Matthew BeliveauPR c++/90875 - added -Wswitch-outside-range option
2019-06-11 Matthew BeliveauPR c++/90449 - add -Winaccessible-base option.
2019-06-05 Martin Seborc-pragma.c (handle_pragma_weak): Adjust quoting in...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-04-12 Jakub Jelinekre PR translation/90041 (Command line option without...
2019-03-22 Jakub Jelinekre PR c++/87481 (Endless loop with optimisation in...
2019-02-25 Sandra Loosemorec.opt (Wmissing-attributes): Clean up doc string.
2019-01-15 Richard SandifordPR inline-asm/52813 revisited
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 H.J. LuC/C++: Add -Waddress-of-packed-member
2018-12-06 Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-17 Joseph MyersUpdate C17 option descriptions not to say "expected...
2018-10-04 Vinay Kumarinvoke.texi (-Wno-prio-ctor-dtor): Document new warning...
2018-09-20 Marek PolacekAdd -Wclass-conversion.
2018-09-17 Martin JamborAdd -Wabsolute-value
2018-08-26 Marek PolacekPR c++/87029, Implement -Wredundant-move.
2018-08-21 Marek PolacekPR c++/86981, Implement -Wpessimizing-move.
2018-08-17 Martin LiskaMerge Ignore and Deprecated in .opt files.
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-06-12 Martin LiskaCome up with Deprecated option flag.
2018-06-08 Martin LiskaRemove MPX
2018-05-31 Martin SeborPR c/82063 - issues with arguments enabled by -Wall
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-03 Nathan Sidwell[C++ Patch] Kill -ffriend-injection
2018-02-27 Martin SeborPR c++/83871 - wrong code for attribute const and pure...
2018-02-21 Martin LiskaAdd IntegerRange for Wcatch-value= option.
2018-02-09 Martin SeborPR lto/84212 - -Wno-* does not disable warnings from...
2018-01-18 Boris KolpackovAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-16 Martin SeborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-14 Bernd Edlingerinvoke.texi: Document -Wcast-function-type.
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-16 Joseph MyersAdd -std=c18 etc. option aliases.
2017-11-10 Martin SeborPR c/81117 - Improve buffer overflow checking in strncpy
2017-11-06 Martin LiskaInstrument function exit with __builtin_unreachable...
2017-10-30 Joseph MyersAdd -std=c17, -std=gnu17.
2017-09-21 Alexandre Olivaenable handling of -gno- command-line options as negate...
2017-09-15 Andrew SuttonAdd support for -std=c++2a.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-07-10 Martin SeborPR other/81345 - -Wall resets -Wstringop-overflow...
2017-06-28 Martin LiskaIntroduce IntegerRange for options (PR driver/79659).
2017-06-26 Marek Polacekre PR c/80116 (Warn about macros expanding to multiple...
2017-06-16 Martin SeborPR c++/80560 - warn on undefined memory operations...
2017-06-02 Bernd Edlingerinvoke.texi: Document the -Wsizeof-pointer-div warning.
2017-06-01 Volker Reicheltc.opt (Wcatch-value): New shortcut for Wcatch-value=1.
2017-05-30 David MalcolmC++ template type diff printing
2017-05-25 Volker Reicheltinvoke.texi (-Wcatch-value=): Document new warning...
2017-04-28 Martin SeborPR tree-optimization/80523 - -Wformat-overflow doesn...
2017-04-20 Volker Reicheltc.opt (Wextra-semi): New C++ warning flag.
2017-03-31 David MalcolmFix description of Wendif-labels (PR documentation...
2017-03-04 Jason Merrillc.opt (Wnoexcept-type): New.
2017-02-28 Martin LiskaIntroduce =<number> for couple of options.
2017-02-28 Martin LiskaAdd tabulars for options with enum values.
2017-02-22 Martin Liskainstead of -Wnormalized=<options>
2017-01-20 Marek Polacekre PR c/64279 (Warning missing for "(cond) ? A : A...
2017-01-16 Jakub Jelinekre PR driver/49726 (-g0 file.S -g does not produce...
2017-01-12 Martin Sebor(-Wformat-overflow): ...to this.
2017-01-11 Martin SeborPR c/78768 - -Walloca-larger-than and -Wformat-length...
2017-01-09 Jakub Jelinekre PR translation/79019 (translatable string typo in...
2017-01-08 Martin SeborPR tree-optimization/78913 - Probably misleading error...
2017-01-05 Eric Botcazouinvoke.texi (C Dialect Options): Document it.
2017-01-04 Marek Polacekre PR c++/64767 (Could GCC warn when a pointer is compa...
2017-01-04 Jakub Jelinekre PR driver/78957 (ICE: SIGSEGV with -fno-sso-struct...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-29 Martin LiskaAdd RejectNegative for a c option.
2016-12-27 Alexander Ivchenkoc.opt (flag_chkp_flexible_struct_trailing_arrays):...
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-12-08 Martin SeborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-08 Martin SeborPR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE...
2016-11-23 Paolo Bonzinisystem.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do...
2016-11-21 Martin SeborEnable -fprintf-return-value by default. Tested on...
2016-11-21 Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-11-14 Prasad GhangalMake-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
2016-11-13 Prathamesh Kulkarnire PR tree-optimization/35503 (Warning about restricted...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-31 Jakub Jelinekre PR c++/77948 (Option processing of -std=c++11 -std...
2016-10-18 Aldy HernandezMakefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
2016-10-11 Jakub Jelinekgcc/
next