C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404].
[gcc.git] / gcc / c /
2020-11-13 Iain SandoeC-family, Objective-C [1/3] : Implement Wobjc-root...
2020-11-11 GCC AdministratorDaily bump.
2020-11-10 Strager NedsRefactor copying decl section names
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-08 GCC AdministratorDaily bump.
2020-11-07 Martin UeckerC Parser: Implement mixing of labels and code.
2020-11-07 GCC AdministratorDaily bump.
2020-11-06 Iain SandoeObjective-C/C++ (parsers) : Update @property attribute...
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-06 Tobias BurnusOpenACC (C/C++): Fix 'acc atomic' parsing
2020-11-05 GCC AdministratorDaily bump.
2020-11-04 Jakub Jelinekopenmp: allocate clause vs. *reduction array sections...
2020-11-04 Joseph Myersc: Implement C2x nodiscard attribute
2020-10-30 GCC AdministratorDaily bump.
2020-10-29 Asher GordonReplace free with XDELETE.
2020-10-29 GCC AdministratorDaily bump.
2020-10-28 Joseph Myersc: Allow omitted parameter names for C2x
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-28 GCC AdministratorDaily bump.
2020-10-27 Joseph Myersc: Allow duplicate C2x standard attributes
2020-10-24 GCC AdministratorDaily bump.
2020-10-23 Marek Polacekc, c++: Implement -Wsizeof-array-div [PR91741]
2020-10-23 Martin SeborPR middle-end/97552 - missing waning passing null to...
2020-09-20 GCC AdministratorDaily bump.
2020-09-19 Martin SeborInfrastructure & C front end changes for array paramete...
2020-09-19 Sandra LoosemoreChange C front end to emit structured loop and switch...
2020-09-11 Eric BotcazouAdjust email address
2020-09-02 GCC AdministratorDaily bump.
2020-09-01 Jakub Jelinekopenmp: Check for PARM_DECL before using C_ARRAY_PARAME...
2020-08-29 GCC AdministratorDaily bump.
2020-08-28 Martin SeborPR c/96596 - ICE in match_builtin_function_types on...
2020-08-28 GCC AdministratorDaily bump.
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-08-26 GCC AdministratorDaily bump.
2020-08-25 Tobias BurnusOpenMP: Improve map-clause error message for array...
2020-08-19 GCC AdministratorDaily bump.
2020-08-18 Jakub Jelinekc: Fix -Wunused-but-set-* warning with _Generic [PR96571]
2020-08-02 GCC AdministratorDaily bump.
2020-08-01 Richard Sandifordc: Fix bogus vector initialisation error [PR96377]
2020-08-01 GCC AdministratorDaily bump.
2020-07-31 Richard Bienerdebug/96383 - emit debug info for used external functions
2020-07-23 GCC AdministratorDaily bump.
2020-07-22 Tobias BurnusOpenMP: Fixes for omp critical + hint
2020-07-22 GCC AdministratorDaily bump.
2020-07-21 Sunil K PandeyAdd TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]
2020-07-10 GCC AdministratorDaily bump.
2020-07-09 Julian Brownopenacc: Set bias to zero for explicit attach/detach...
2020-07-09 GCC AdministratorDaily bump.
2020-07-08 Eric BotcazouMake memory copy functions scalar storage order barriers
2020-07-08 GCC AdministratorDaily bump.
2020-07-07 Kaipeng ZhouPass correct parameters to c_parser_do_statement.
2020-06-17 GCC AdministratorDaily bump.
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-06-16 Jakub Jelinekopenmp: Diagnose invalid OpenMP schedule(simd, static)
2020-06-06 GCC AdministratorDaily bump.
2020-06-05 Mark Wielaarddiagnostics: Consistently add fixit hint for implicit...
2020-06-04 GCC AdministratorDaily bump.
2020-06-03 Mark WielaardProvide diagnostic hints for missing C inttypes.h strin...
2020-06-03 Mark Wielaarddiagnostics: Add function call parens matching to c_parser.
2020-06-03 Tobias Burnus[OpenMP] Fix mapping of artificial variables (PR94874)
2020-05-29 GCC AdministratorDaily bump.
2020-05-28 Nicolás Bértolojit: port libgccjit to Windows
2020-05-20 Richard Bienerc/95141 - fix bogus integer overflow warning
2020-05-19 Martin LiskaAdd missing ChangeLog entry.
2020-05-19 Martin LiskaFix typo in c-parser.c.
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-05-05 Michael MeissnerRemove files meant for a private branch
2020-05-05 Michael Meissnersetup branch
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-28 Jakub Jelinekc: After issuing errors about array size, for error...
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-17 Christophe Lyonc: ignore initializers for elements of variable-size...
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-10 Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
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...
next