Daily bump.
[gcc.git] / gcc / c /
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-09-17 Martin JamborAdd -Wabsolute-value
2018-09-13 Bernd Edlinger* c-typeck.c (digest_init): Shorten overlength strings.
2018-09-06 Bernd Edlingervarasm.c (output_constructor_regular_field): Check...
2018-09-02 Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-30 Alexander Monakovgimplefe: expose MULT_HIGHPART_EXPR
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-15 Prathamesh Kulkarnic-decl.c (start_decl): Do not warn if variables is...
2018-08-15 Iain SandoeDon't make unsized objects into extern.
2018-08-13 Martin SeborPR tree-optimization/71625 - missing strlen optimizatio...
2018-08-03 Bogdan HarjocAvoid infinite loop with duplicate anonymous union...
2018-08-01 Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-08-01 Jakub Jelinekre PR c/85704 (cc1 run out of memory when it compile)
2018-07-12 Jakub Jelinekc-attribs.c (c_common_attribute_table): Add "omp declar...
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-16 Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-15 Jakub Jelinekre PR c/86093 (volatile ignored on pointer in C)
2018-06-07 Marek Polacekre PR c/85318 (-Wc90-c99-compat does not warn about...
2018-05-30 David Paganre PR c/55976 (-Werror=return-type should error on...
2018-05-18 Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-17 Richard SandifordGimple FE support for internal functions
2018-05-10 Jakub Jelinekre PR c++/85662 ("error: non-constant condition for...
2018-05-02 David Paganre PR c/30552 (gcc crashes when compiling examples...
2018-04-25 Jakub Jelinekre PR sanitizer/84307 (asan blocks dead-store elimination)
2018-03-21 Joseph MyersAdjust __builtin_tgmath handling of integer arguments...
2018-03-21 Jakub Jelinekre PR c/84999 (ICE in make_vector_type, at tree.c:9561)
2018-03-15 Jakub Jelinekre PR c/84853 (ICE: verify_gimple failed (expand_shift_1))
2018-03-13 David PaganPR c/46921 Lost side effect when struct initializer...
2018-03-06 Jakub Jelinekre PR c/84721 (ICE in c_push_function_context, at c...
2018-02-13 Richard SandifordAdd a DECL_EXPR for VLA pointer casts (PR 84305)
2018-02-09 Nathan Sidwell[PR c/84293] Unexpected strict-alias warning
2018-02-02 Paolo Carlinic-common.h (DECL_UNNAMED_BIT_FIELD): New.
2018-01-31 Marek Polacekre PR c/81779 (bool define from stdbool.h suppresses...
2018-01-17 David MalcolmC++: Fix crash in warn_for_memset within templates...
2018-01-13 Jakub Jelinekre PR c/83801 ([avr] String constant in __flash not...
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-31 Jakub Jelinekre PR c/83595 (ICE: in linemap_macro_map_lookup, at...
2017-12-28 Michael Meissnerbuiltins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL...
2017-12-22 Jakub Jelinekre PR debug/83550 (Bad location of DW_TAG_structure_typ...
2017-12-22 Jakub Jelinekre PR debug/83547 ((statement-frontiers) error: void...
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-19 Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-14 Bernd Edlingerinvoke.texi: Document -Wcast-function-type.
2017-12-14 Richard Bienerre PR middle-end/83415 (ICE during gimplification of...
2017-12-12 Marek Polacekre PR c/82679 (Uses of typedefs of arrays of _Atomic...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-07 Joseph MyersAllow _Alignas in compound literals (C11 DR#444).
2017-12-07 Martin SeborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-06 David MalcolmC/C++: don't suggest implementation names as spelling...
2017-12-06 David MalcolmMove macro-spellchecking code from "gcc" to new files...
2017-12-05 Martin Liskainvoke.texi: Document the options.
2017-12-01 Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-30 Jakub Jelinekre PR c/83222 (Inconsistent "initializer element is...
2017-11-30 Jakub Jelinekspellcheck-tree.c (test_find_closest_identifier): Use...
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-28 Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-26 Boris KolpackovPlugin support on Windows/MinGW
2017-11-23 Jakub Jelinekc-parser.c (c_parser_omp_declare_simd): Reject declare...
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-22 David MalcolmC/C++: fix quoting of "aka" typedef information (PR...
2017-11-22 Marek Polacekre PR c++/60336 (empty struct value is passed different...
2017-11-21 David MalcolmC: don't suggest names that came from earlier failures...
2017-11-21 Marc GlisseNew POINTER_DIFF_EXPR
2017-11-21 David MalcolmC/C++: more stdlib header hints (PR c/81404)
2017-11-21 David MalcolmC: hints for missing stdlib includes for macros and...
2017-11-20 David Malcolmc-family: add name_hint/deferred_diagnostic
2017-11-19 Jakub Jelinekre PR c/66618 (Failure to diagnose non-constant initial...
2017-11-15 Joseph MyersAdd __builtin_tgmath for better tgmath.h implementation...
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30 Richard Bienergimple-parser.c (c_parser_gimple_statement): Parse...
2017-10-27 Michael Meissnerbuiltins.c (CASE_MATHFN_FLOATN): New helper macro to...
2017-10-25 David MalcolmC: detect more missing semicolons (PR c/7356)
2017-10-25 Jakub Jelinekre PR libstdc++/81706 (std::sin vectorization bug)
2017-10-24 Paolo Carlinire PR c++/82466 (Missing warning for re-declaration...
2017-10-20 Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-10-12 David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-11 Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10 Richard SandifordRequire wi::to_wide for trees
2017-10-04 David MalcolmC: underline parameters in mismatching function calls
2017-09-29 Jakub Jelinekc-attribs.c (handle_packed_attribute): Test DECL_C_BIT_...
2017-09-29 Jakub Jelinekre PR c/82340 (volatile ignored in compound literal)
2017-09-16 Tom de VriesFix condition folding in c_parser_omp_for_loop
2017-09-15 Joseph MyersImplement C11 excess precision semantics for conversion...
2017-09-15 Bernd Edlingercommon.opt (Wcast-align=strict): New warning option.
2017-09-13 Marek Polacekre PR c/82167 (Segmentation fault when dereferencing...
2017-09-12 Nathan Sidwellc-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
2017-09-01 Joseph MyersFix excess precision handling of compound assignments...
2017-09-01 Jakub Jelinekre PR c/81887 (pragma omp ordered simd ignored under...
2017-08-30 Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-24 David MalcolmC: fix logic within c_expr::get_location
2017-08-21 David MalcolmC: use full locations within c_parser_expr_list's vec...
2017-08-21 David Malcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-18 Marek Polacekc-parser.c (c_parser_postfix_expression): Remove unused...
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
next