]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-typeck.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / c / c-typeck.c
2021-09-10  Jakub Jelinekopenmp: Implement OpenMP 5.1 atomics, so far for C...
2021-09-01  Iain SandoeC-family: Add attribute 'unavailable'.
2021-08-22  Martin UeckerCorrect treatment of qualifiers for pointers to arrays...
2021-08-12  Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-08-12  Martin UeckerEvaluate type arguments of sizeof that are structs...
2021-08-10  Martin UeckerEvaluate arguments of sizeof that are structs of variab...
2021-07-21  Thomas SchwingeOpenACC 'nohost' clause
2021-07-20  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-06-25  Martin Seborc: add support for per-location warning groups.
2021-06-24  Jakub Jelinekc: Fix C cast error-recovery [PR101171]
2021-06-24  Jakub Jelinekopenmp: in_reduction clause support on target construct
2021-06-21  Jakub Jelinekinline-asm: Fix ICE with bitfields in "m" operands...
2021-06-07  Eric BotcazouFix old thinko in warning on pointer for storage order...
2021-06-06  Eric BotcazouFix thinko in new warning on type punning for storage...
2021-06-03  Jakub Jelinekopenmp: Assorted depend/affinity/iterator related fixes...
2021-05-28  Jakub Jelinekopenmp: Fix up handling of reduction clause on construc...
2021-05-28  Tobias BurnusOpenMP: Add iterator support to Fortran's depend; add...
2021-05-21  Jakub Jelinekopenmp: Fix up firstprivate+lastprivate clause handling...
2021-05-10  Martin LiskaCome up with startswith function.
2021-05-07  Eric BotcazouDo not apply scalar storage order to pointer fields
2021-05-04  Tobias BurnusOpenMP: Support complex/float in && and || reduction
2021-04-29  Joseph Myersc: C2x changes to function type compatibility
2021-04-15  Richard Sandifordc: Don't drop vector attributes that affect type identi...
2021-03-25  Jakub Jelinekc-family: Fix up -Wduplicated-branches for union member...
2021-03-19  Jakub Jelinekc: Fix up -Wunused-but-set-* warnings for _Atomics...
2021-02-18  Jakub Jelinekc: Fix ICE with -fexcess-precision=standard [PR99136]
2021-02-04  Martin SeborPR c/97882 - Segmentation Fault on improper redeclarati...
2021-01-16  Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-15  Jakub Jelinekopenmp: Change the way of building of reduction array...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Martin UeckerC: Drop qualifiers of assignment expressions. [PR98047]
2020-12-14  Martin Liskasanitizer: do not ICE for pointer cmp/sub
2020-12-07  Martin UeckerC: Fix atomic loads. [PR97981]
2020-11-23  Joseph Myersc: Allow comparison of pointers to complete and incompl...
2020-11-20  Martin UeckerC: Drop qualifiers during lvalue conversion [PR97702]
2020-11-13  Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-11-13  Jakub Jelinekopenmp: Support allocate for C/C++ array section reductions
2020-11-10  Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-04  Jakub Jelinekopenmp: allocate clause vs. *reduction array sections...
2020-11-04  Joseph Myersc: Implement C2x nodiscard attribute
2020-10-29  Asher GordonReplace free with XDELETE.
2020-10-28  Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-23  Marek Polacekc, c++: Implement -Wsizeof-array-div [PR91741]
2020-09-19  Sandra LoosemoreChange C front end to emit structured loop and switch...
2020-09-01  Jakub Jelinekopenmp: Check for PARM_DECL before using C_ARRAY_PARAME...
2020-08-25  Tobias BurnusOpenMP: Improve map-clause error message for array...
2020-08-01  Richard Sandifordc: Fix bogus vector initialisation error [PR96377]
2020-07-09  Julian Brownopenacc: Set bias to zero for explicit attach/detach...
2020-07-08  Eric BotcazouMake memory copy functions scalar storage order barriers
2020-06-16  Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
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-05  Joseph Myersc: ignore initializers for elements of variable-size...
2020-03-02  Martin SeborPR c/93812 - ICE on redeclaration of an attribute forma...
2020-01-22  Joseph MyersFix ICE with cast of division by zero (PR c/93348).
2020-01-13  Joseph MyersFix handling of overflow in C casts in integer constant...
2020-01-01  Jakub JelinekUpdate copyright years.
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-04  Joseph MyersFix C handling of use of lvalues of incomplete types...
2019-11-30  Richard Sandiford[C] Add a target hook that allows targets to verify...
2019-11-14  Richard SandifordRemove build_{same_sized_,}truth_vector_type
2019-11-08  Richard Sandiford[C] Opt out of GNU vector extensions for built-in SVE...
2019-09-27  Jakub Jelinekre PR c++/88203 (assert does not compile with OpenMP...
2019-09-27  Richard Sandiford[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-04  Prathamesh KulkarniAdd warning Wenum-conversion for C and ObjC.
2019-08-10  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVI...
2019-08-08  Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-08-07  Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-07-20  Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-12  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-06-24  Martin Seborutils.c (handle_nonnull_attribute): Quote attribute...
2019-06-10  Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-06  Martin SeborPR c/90737 - [8/9/10 Regression] inconsistent address...
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-04-26  Jakub Jelinekre PR debug/90197 (Cannot step through simple loop...
2019-04-19  Jakub Jelinekre PR c/89888 (When switch controlling expression is...
2019-02-28  Jakub Jelinekre PR c/89525 (inform messages from -Wbuiltin-declarati...
2019-01-24  Jakub Jelinekre PR c++/88976 (ICE in fold_convert_loc, at fold-const...
2019-01-18  H.J. Luc-family: Update unaligned adress of packed member...
2019-01-17  Tom HonermannImprove the C error for mismatched array string literal...
2019-01-12  Jakub Jelinektree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment...
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 duplicate asm qualifiers
2018-12-19  David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-06  Segher Boessenkoolasm inline
2018-11-29  Martin SeborPR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
2018-11-23  Martin SeborPR testsuite/88098 - FAIL: gcc.dg/Wbuiltin-declaration...
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-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-09-26  Joseph MyersSupport excess precision for integer / floating-point...
2018-09-17  David MalcolmAdd range_idx param to range_label::get_text
2018-09-13  Bernd Edlinger* c-typeck.c (digest_init): Shorten overlength strings.
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-03  Bogdan HarjocAvoid infinite loop with duplicate anonymous union...
next