]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / c / ChangeLog
2020-11-25  GCC AdministratorDaily bump.
2020-11-24  GCC AdministratorDaily bump.
2020-11-22  GCC AdministratorDaily bump.
2020-11-21  GCC AdministratorDaily bump.
2020-11-20  GCC AdministratorDaily bump.
2020-11-19  GCC AdministratorDaily bump.
2020-11-14  GCC AdministratorDaily bump.
2020-11-11  GCC AdministratorDaily bump.
2020-11-08  GCC AdministratorDaily bump.
2020-11-07  GCC AdministratorDaily bump.
2020-11-05  GCC AdministratorDaily bump.
2020-10-30  GCC AdministratorDaily bump.
2020-10-29  GCC AdministratorDaily bump.
2020-10-28  GCC AdministratorDaily bump.
2020-10-24  GCC AdministratorDaily bump.
2020-09-20  GCC AdministratorDaily bump.
2020-09-11  Eric BotcazouAdjust email address
2020-09-02  GCC AdministratorDaily bump.
2020-08-29  GCC AdministratorDaily bump.
2020-08-28  GCC AdministratorDaily bump.
2020-08-26  GCC AdministratorDaily bump.
2020-08-19  GCC AdministratorDaily bump.
2020-08-02  GCC AdministratorDaily bump.
2020-08-01  GCC AdministratorDaily bump.
2020-07-23  GCC AdministratorDaily bump.
2020-07-22  GCC AdministratorDaily bump.
2020-07-10  GCC AdministratorDaily bump.
2020-07-09  GCC AdministratorDaily bump.
2020-07-08  GCC AdministratorDaily bump.
2020-06-17  GCC AdministratorDaily bump.
2020-06-06  GCC AdministratorDaily bump.
2020-06-04  GCC AdministratorDaily bump.
2020-05-29  GCC AdministratorDaily bump.
2020-05-19  Martin LiskaAdd missing ChangeLog entry.
2020-05-14  Jakub Jelinekopenmp: Also implicitly mark as declare target to funct...
2020-05-07  Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-04-30  Jakub Jelinekc: Fix ICE with _Atomic side-effect in nested fn param...
2020-04-19  Jakub Jelinekc, objc: Fix up c_parser_objc_selector_arg after CPP_SC...
2020-04-17  Jakub Jelinekc, c++: Fix two redundantAssignment warnings [PR94629]
2020-04-15  Jakub Jelinekopenmp: Reject requires directives not at file or names...
2020-04-08  Tobias Burnus[C/C++, OpenACC] Reject vars of different scope in...
2020-04-07  Jakub Jelinekopenmp: Fix parallel master error recovery [PR94512]
2020-03-23  Jakub Jelinekc: Fix up cfun->function_end_locus on invalid function...
2020-03-19  Jakub Jelinekc: Fix up cfun->function_end_locus from the C FE [PR94029]
2020-03-17  Jakub Jelinekc: Handle C_TYPE_INCOMPLETE_VARS even for ENUMERAL_TYPE...
2020-03-16  Jakub Jelinekc: Handle MEM_REF in c_fully_fold* [PR94179]
2020-03-13  Martin SeborPR c/94040 - ICE on a call to an invalid redeclaration...
2020-03-05  Joseph Myersc: ignore initializers for elements of variable-size...
2020-03-02  Martin SeborPR middle-end/93926 - ICE on a built-in redeclaration...
2020-03-02  Martin SeborPR c/93812 - ICE on redeclaration of an attribute forma...
2020-02-25  Jakub Jelinektypo fix: Fix probablity, becuse, sucessor and destinar...
2020-02-13  Jakub Jelinekc: Fix ICE with cast to VLA [93576]
2020-01-30  Jeff LawMark switch expression as used to avoid bogus warning
2020-01-22  Joseph MyersFix ICE with cast of division by zero (PR c/93348).
2020-01-16  Kerem KatFix ICE caused by swallowing a token in c_parser_consum...
2020-01-15  Joseph MyersFix setting of DECL_CONTEXT in pushdecl (PR c/93072).
2020-01-13  Joseph MyersFix handling of overflow in C casts in integer constant...
2020-01-08  Richard Bienerre PR tree-optimization/93199 (Compile time hog in...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Eric Botcazouc-ada-spec.h (decl_sloc): Delete.
2019-12-20  Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-12-10  David MalcolmReplace label_text ctor with "borrow" and "take"
2019-12-04  Joseph MyersFix C handling of use of lvalues of incomplete types...
2019-12-03  Joseph MyersDiagnose use of [*] in old-style parameter definitions...
2019-12-02  Sandra LoosemoreFix bugs relating to flexibly-sized objects in nios2...
2019-11-30  Richard Sandiford[C] Add a target hook that allows targets to verify...
2019-11-29  Joseph MyersHandle C2x attributes in Objective-C.
2019-11-25  Joseph MyersPrevent all uses of DFP when unsupported (PR c/91985).
2019-11-25  Joseph MyersProperly handle C2x attributes on types.
2019-11-22  Jakub Jelinekre PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__...
2019-11-20  Richard Bienerre PR c/92088 (aggregates with VLAs and nested function...
2019-11-20  Joseph MyersAdd more pedwarns for [[]] C attributes on types.
2019-11-19  Joseph MyersChange some bad uses of C2x attributes into pedwarns.
2019-11-18  Matthew Malcomson[mid-end][__RTL] Clean state despite unspecified __RTL...
2019-11-15  Joseph MyersDiagnose duplicate C2x standard attributes.
2019-11-15  Joseph MyersSupport C2x [[maybe_unused]] attribute.
2019-11-15  Joseph MyersImprove checks on C2x fallthrough attribute.
2019-11-15  Joseph MyersSupport C2x [[deprecated]] attribute.
2019-11-14  Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-14  Richard SandifordRemove build_{same_sized_,}truth_vector_type
2019-11-14  Jakub Jelinekc-parser.c (c_parser_omp_context_selector): Don't requi...
2019-11-14  Jakub Jelinekomp-general.c (omp_context_name_list_prop): New function.
2019-11-14  Joseph MyersSupport C2x [[]] attributes for C.
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-11  Jakub Jelinekc-parser.c (c_parser_translation_unit): Diagnose declar...
2019-11-08  Richard Sandiford[C] Opt out of GNU vector extensions for built-in SVE...
2019-11-08  Joseph MyersHandle removal of old-style function definitions in...
2019-11-07  Joseph MyersExpand C2x attribute parsing support and factor out...
2019-11-07  Joseph MyersMove string concatenation for C into the parser.
2019-11-02  Jakub Jelinekgimplify.h (omp_construct_selector_matches): Change...
2019-10-29  Richard SandifordAdd a simulate_enum_decl langhook
2019-10-29  Richard SandifordAdd a simulate_builin_function_decl langhook
2019-10-28  Martin SeborPR c/66970 - Add __has_builtin() macro
2019-10-28  Richard Bienerre PR c/92249 (ICE in c_parser_gimple_compound_statemen...
2019-10-24  Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-15  Joseph MyersRename attribute-related functions and productions...
2019-10-14  Richard Sandiford[C] Avoid exposing internal details in aka types
next