]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c.opt
Remove Cilk Plus support.
[thirdparty/gcc.git] / gcc / c-family / c.opt
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-16  jsm28Add -std=c18 etc. option aliases.
2017-11-10  mseborPR c/81117 - Improve buffer overflow checking in strncpy
2017-11-06  marxinInstrument function exit with __builtin_unreachable...
2017-10-30  jsm28Add -std=c17, -std=gnu17.
2017-09-21  aolivaenable handling of -gno- command-line options as negate...
2017-09-15  jakub Add support for -std=c++2a.
2017-09-15  jakub * doc/invoke.texi: Document -std=c++17 and -std=gnu...
2017-08-18  hjlAdd warn_if_not_aligned attribute
2017-07-10  mseborPR other/81345 - -Wall resets -Wstringop-overflow...
2017-06-28  marxinIntroduce IntegerRange for options (PR driver/79659).
2017-06-26  mpolacek PR c/80116
2017-06-16  mseborPR c++/80560 - warn on undefined memory operations...
2017-06-02  edlingergcc:
2017-06-01  reichelt * c.opt (Wcatch-value): New shortcut for Wcatch...
2017-05-30  dmalcolmC++ template type diff printing
2017-05-25  reichelt * doc/invoke.texi (-Wcatch-value=): Document...
2017-04-28  mseborPR tree-optimization/80523 - -Wformat-overflow doesn...
2017-04-20  reichelt * c.opt (Wextra-semi): New C++ warning flag.
2017-03-31  dmalcolmFix description of Wendif-labels (PR documentation...
2017-03-04  jason * c.opt (Wnoexcept-type): New.
2017-02-28  marxinIntroduce =<number> for couple of options.
2017-02-28  marxinAdd tabulars for options with enum values.
2017-02-22  marxininstead of -Wnormalized=<options>
2017-01-20  mpolacek PR c/64279
2017-01-16  jakub PR driver/49726
2017-01-12  mseborgcc/c-family/ChangeLog:
2017-01-11  mseborPR c/78768 - -Walloca-larger-than and -Wformat-length...
2017-01-09  jakub PR translation/79019
2017-01-08  mseborPR tree-optimization/78913 - Probably misleading error...
2017-01-05  ebotcazou * doc/invoke.texi (C Dialect Options): Document it.
2017-01-04  mpolacek PR c++/64767
2017-01-04  jakub PR driver/78957
2017-01-01  jakub Update copyright years.
2016-12-29  marxinAdd RejectNegative for a c option.
2016-12-27  aivchenk2016-12-27 Alexander Ivchenko <alexander.ivchenko...
2016-12-21  jason Implement P0522R0, matching of template template argum...
2016-12-08  mseborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-08  mseborPR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE...
2016-11-23  bonzinigcc:
2016-11-21  mseborEnable -fprintf-return-value by default. Tested on...
2016-11-21  edlingergcc:
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-11-13  prathamesh34922016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-11-07  jasonImplement P0012R1, Make exception specifications part...
2016-11-02  jason Implement P0136R1, Rewording inheriting constructors.
2016-10-31  jakub PR c++/77948
2016-10-18  aldyh * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
2016-10-11  jakubgcc/
2016-09-29  jakub Implement P0001R1 - C++17 removal of register storage...
2016-09-24  mpolacek PR c/77490
2016-09-21  mseborPR bootstrap/77676 - powerpc64 and powerpc64le stage2...
2016-09-21  jakub PR c++/77651
2016-09-21  mseborPR middle-end/49905 - Better sanity checking on sprintf...
2016-09-19  edlingergcc:
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.
2016-07-25  jason PR c++/65970 - constexpr infinite loop
2016-07-08  jason P0145: Refining Expression Order for C++ (-fstrong...
2016-06-14  jason P0145R2: Refining Expression Order for C++.
2016-06-10  jakub PR c/68657
2016-05-11  miyukiPR43651: add warning for duplicate qualifier
2016-05-04  mpolacek * c.opt (Wdangling-else): New option.
2016-04-27  bernds * doc/invoke.texi (Warning Options): Add -Wmemset...
2016-03-23  mpolacek PR c++/69884
2016-02-22  markPR28901 Add two levels for -Wunused-const-variable.
2016-02-16  jakub PR c/69835
2016-02-08  berndsRemove -fshort-double
2016-02-05  mseborPR c++/69662 - -Wplacement-new on allocated one element...
2016-02-01  nathan gcc/
2016-01-04  jakub Update copyright years.
2015-12-14  jakub PR c/68833
2015-12-10  dmalcolmAdd -Wmisleading-indentation to -Wall
2015-12-08  jakub PR c/48088
2015-11-08  ebotcazouMerge of the scalar-storage-order branch.
2015-11-08  mseborClean up fallout on ILP32 from r229831.
2015-11-05  mseborPR c++/67942 - diagnose placement new buffer overflow
2015-10-21  mseborImprove --help output to generate references to option...
2015-10-20  mpolacek * c.opt (std=gnu++11): Do not describe as experimental.
2015-10-02  mpolacek * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
2015-10-02  mpolacek PR c/64249
2015-10-01  jsm28Do not describe -std=c11 etc. as experimental in c...
2015-09-22  nathan c-family/
2015-09-14  markPR28901 -Wunused-variable ignores unused const initiali...
2015-09-09  paolo2015-09-09 Paolo Carlini <paolo.carlini@oracle.com>
2015-08-09  manugcc/ChangeLog:
2015-08-07  jason Add C++ Concepts TS support.
2015-08-02  mseborgcc/ChangeLog
2015-07-27  mpolacek PR c++/66555
2015-07-20  mpolacek PR c++/55095
2015-05-12  dmalcolmImplement -Wmisleading-indentation
2015-05-10  jason * c.opt (std=c++14): Remove Undocumented flag and...
2015-05-09  jasongcc/c-family/
2015-05-09  jasonlibcpp/
2015-05-07  mpolacek PR c/64918
2015-05-07  mpolacek PR c/65179
2015-05-06  jasongcc/c-family/
2015-03-27  ienkovich PR target/65495
2015-03-10  ienkovich * c-family/c.opt (fchkp-use-wrappers): New.
2015-03-10  ienkovichgcc/
2015-03-10  ienkovich * Makefile.def: Add libmpx.
next