S/390: Downcase first letter of error messages.
[gcc.git] / gcc / c-family /
2017-01-17 David MalcolmFix wording of -Wmisleading-indentation (PR c++/71497)
2017-01-17 Aldy Hernandezre PR c/79116 (ICE on cilkplus array notation with...
2017-01-16 Jakub Jelinekre PR driver/49726 (-g0 file.S -g does not produce...
2017-01-16 Paolo Carlinirevert: re PR c++/71737 (ICE following 2x pack expansio...
2017-01-16 Paolo Carlinire PR c++/71737 (ICE following 2x pack expansion in...
2017-01-12 Martin Sebor(-Wformat-overflow): ...to this.
2017-01-11 Martin SeborPR c/78768 - -Walloca-larger-than and -Wformat-length...
2017-01-10 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadi...
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-06 Alexandre Oliva[bootstrap-O1] change value type to avoid sprintf buffe...
2017-01-05 Eric Botcazouinvoke.texi (C Dialect Options): Document it.
2017-01-05 Martin LiskaError for '-' as filename of a precompiled header ...
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-22 Jason MerrillFeature-test macro for P0522R0, matching of template...
2016-12-21 Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-12-14 Martin JamborSplit omp-low into multiple files
2016-12-14 Martin SeborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-12 Marek Polacekre PR c++/78647 (ICE on invalid C++ code on x86_64...
2016-12-08 Martin SeborPR c/77531 - __attribute__((alloc_size(1,2))) could...
2016-12-08 Martin SeborPR c/78165 - avoid printing type suffix for constants...
2016-12-08 Martin SeborPR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE...
2016-12-02 Maxim OstapenkoAdd support for ASan odr_indicator.
2016-11-26 Prathamesh Kulkarnitree.c (build_common_tree_nodes): Initialize ptrdiff_ty...
2016-11-23 James Greenhalgh[Patch 6/17] Migrate excess precision logic to use...
2016-11-23 James Greenhalgh[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11...
2016-11-23 Paolo Bonzinisystem.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do...
2016-11-23 Jakub Jelinekre PR target/78451 (FAIL: gcc.target/i386/sse-22a.c...
2016-11-22 Nathan Sidwellarray-notation-common.c (cilkplus_extract_an_trplets...
2016-11-22 Nathan Sidwellgcc-ar.c (main): Fix indentation.
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-17 Marek Polacekre PR c/78285 (error on duplicate switch label where...
2016-11-16 Andrew Burgessgcc: remove unneeded global related to hot/cold partiti...
2016-11-15 Uros BizjakChangeLog: Fix ChangeLog entry.
2016-11-14 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Define __cpp_structure...
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-13 Eric Botcazouc-ada-spec.c (print_ada_declaration): For typedef decla...
2016-11-09 Jason MerrillImplement P0127R2, Declaring non-type parameters with...
2016-11-09 Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_B...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-07 Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-11-03 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Correct __cpp_inheri...
2016-11-02 Jason Merrillc-cppbuiltin.c (c_cpp_builtins): Update __cpp_inheritin...
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-28 Aldy Hernandezre PR debug/77773 (Segfault when compiling __simd64_flo...
2016-10-25 Jakub Jelinekinternal-fn.def (LAUNDER): New internal function.
2016-10-24 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn for...
2016-10-20 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Fix the...
2016-10-20 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_concept...
2016-10-19 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn only...
2016-10-18 Aldy HernandezMakefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
2016-10-17 Marek Polacekc-warn.c (find_array_ref_with_const_idx_r): Remove...
2016-10-17 Marek PolacekMakefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
2016-10-14 Jason Merrillc-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate...
2016-10-13 Jason MerrillImplement P0386R2 - C++17 inline variables
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-11 Jakub Jelinekgcc/
2016-10-11 Marek Polacekc-common.c (warning_candidate_p): Change the return...
2016-10-11 Marek PolacekMakefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
2016-10-08 Jason MerrillDelay folding of bool conversion into COND_EXPR.
2016-10-08 Jakub Jelinekc-lex.c (c_lex_with_flags): For CPP_COMMENT token with...
2016-10-07 Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-10-07 Bernd Edlingerre PR c++/77700 (suspicios code in cp/parser.c)
2016-10-06 Jakub JelinekImplement P0258R2 - helper for C++17 std::has_unique_ob...
2016-10-05 Jakub Jelinekre PR sanitizer/66343 ("Error: .Lubsan_type3 already...
2016-10-05 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn also...
2016-10-05 Jakub Jelinekre PR sanitizer/77823 (ICE: in ubsan_encode_value,...
2016-10-05 Jakub Jelinek* c-common.c (c_common_reswords): Update comment for...
2016-10-05 Jason MerrillPR c++/77852 - class deduction from list-init
2016-10-04 Jakub Jelinekdefaults.h (JCR_SECTION_NAME, [...]): Remove.
2016-10-03 Bernd Edlingerinvoke.texi: Update -Wint-in-bool-context.
2016-09-29 Jakub JelinekImplement P0001R1 - C++17 removal of register storage...
2016-09-29 James Greenhalgh[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_D...
2016-09-27 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_s...
2016-09-27 Jakub Jelinekauto-inc-dec.c (try_merge): Remove break after return.
2016-09-26 Thomas Preud'hommetree.h (memmodel_from_int, [...]): Move to ...
2016-09-26 Marek Polacekc-lex.c (c_common_has_attribute): Handle attribute...
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-24 Marek Polacekre PR c/77490 (bit-not (~) on boolean should be warned...
2016-09-21 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Inhibit...
2016-09-21 Martin SeborPR bootstrap/77676 - powerpc64 and powerpc64le stage2...
2016-09-21 Jakub Jelinekre PR c++/77651 (c++ -Wno-aligned-new ICEs)
2016-09-21 Martin SeborPR middle-end/49905 - Better sanity checking on sprintf...
2016-09-19 Bernd Edlingerre PR c++/77434 (warn about suspicious precedence of...
2016-09-19 Joseph MyersMake max_align_t respect _Float128.
2016-09-15 Jason Merrillc-common.c (check_cxx_fundamental_alignment_constraints...
2016-09-14 Jason Merrillc-common.c (check_cxx_fundamental_alignment_constraints...
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-13 Jason MerrillDon't treat array as builtin type in set_underlying_type
2016-09-13 Jason MerrillTrying again to fix aligned-new on m68k.
2016-09-12 Jason MerrillFix aligned-new tests on m68k.
next