Update copyright years.
[gcc.git] / gcc / c / ChangeLog
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 H.J. LuC/C++: Add -Waddress-of-packed-member
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for const and restrict
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for duplicate asm qualifiers
2018-12-19 Segher Boessenkoolc/c++, asm: Write the asm-qualifier loop without "done...
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-11 Jakub Jelinekre PR sanitizer/88426 (Compiler crash if use special...
2018-12-08 Segher Boessenkoolc: Delete a stray line in asm inline
2018-12-06 Segher Boessenkoolasm inline
2018-12-06 Segher Boessenkoolasm qualifiers (PR55681)
2018-12-04 Julian BrownOpenACC wait list diagnostic change
2018-11-30 Richard Bienergimple-parser.c (c_parser_gimple_postfix_expression...
2018-11-29 Martin SeborPR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
2018-11-29 Martin SeborPR c/88172 - attribute aligned of zero silently accepte...
2018-11-23 Martin SeborPR testsuite/88098 - FAIL: gcc.dg/Wbuiltin-declaration...
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-15 Martin SeborPR c/83656 - missing -Wbuiltin-declaration-mismatch...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_final): Use c_parser_ex...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_reduction): Call sorry_...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_requires): Call sorry_at on...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-17 David MalcolmRun selftests for C++ as well as C
2018-10-02 Richard Bienerc-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.
2018-09-26 Joseph MyersSupport excess precision for integer / floating-point...
2018-09-26 Martin Jambor[PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL
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
next