]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-typeck.cc
c: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / c / c-typeck.cc
2023-11-07  Joseph Myersc: Refer more consistently to C23 not C2X
2023-11-06  Joseph Myersc: Add -std=c23, -std=gnu23, -Wc11-c23-compat options...
2023-11-02  Martin Ueckerc: Add missing conditions in Walloc-size to avoid ICEs...
2023-11-01  Martin Ueckerc: Add Walloc-size to warn about insufficient size...
2023-10-26  liuhongtPass type of comparison operands instead of comparison...
2023-10-25  Chung-Lin TangOpenACC 2.7: Implement self clause for compute constructs
2023-10-20  Florian Weimerc: -Wint-conversion should cover pointer/integer mismat...
2023-10-20  Florian Weimerc: -Wincompatible-pointer-types should cover mismatches...
2023-10-19  Andrew Pinskic: Fix ICE when an argument was an error mark [PR100532]
2023-10-19  Andrew Pinskic: Don't warn about converting NULL to different sso...
2023-10-18  Andrew PinskiFix ICE due to c_safe_arg_type_equiv_p not checking...
2023-09-12  Martin Ueckerc: reorganize recursive type checking
2023-09-06  Jakub JelinekC _BitInt incremental fixes [PR102989]
2023-09-06  Jakub JelinekC _BitInt support [PR102989]
2023-08-17  Jose E. MarchesiAdd warning options -W[no-]compare-distinct-pointer...
2023-08-11  Martin Ueckerc: Support for -Wuseless-cast [PR84510]
2023-06-29  Richard Bienerc/110454 - ICE with bogus TYPE_PRECISION use
2023-05-19  Martin Ueckerc: Remove dead code related to type compatibility acros...
2023-05-18  Bernhard Reutner... c: use _P() defines from tree.h
2023-04-30  Andrew PinskiImprove error message for excess elements in array...
2023-04-30  Andrew PinskiFix C/107926: Wrong error message when initializing...
2023-04-27  Jakub Jelinekc: Fix up error-recovery on functions initialized as...
2023-03-28  David MalcolmDon't emit -Wxor-used-as-pow on macro expansions [PR107002]
2023-02-18  Martin UeckerC: Detect all variably modified types [PR108375]
2023-02-10  Joseph Myersc: Allow conversions of null pointer constants to nullptr_t
2023-02-08  Joseph Myersc: Update checks on constexpr pointer initializers
2023-02-02  Joseph Myersc: Update nullptr_t comparison checks
2023-02-02  Joseph Myersc: Update checks on constexpr floating-point initializers
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-14  Jakub Jelinekc++: Avoid incorrect shortening of divisions [PR108365]
2022-11-12  Joseph Myersc: C2x constexpr
2022-11-03  Joseph Myersc: C2x auto
2022-10-28  Joseph Myersc: tree: target: C2x (...) function prototypes and...
2022-10-28  Joseph Myersc: C2x enums with fixed underlying type [PR61469]
2022-10-24  Jakub Jelinekc, c++: Fix up excess precision handling of scalar_to_v...
2022-10-14  Jakub Jelinekmiddle-end, c++, i386, libgcc: std::bfloat16_t and...
2022-10-14  Joseph Myersc: C2x storage class specifiers in compound literals
2022-10-06  Joseph Myersc: C2x typeof
2022-09-24  Jakub Jelinekopenmp, c: Tighten up c_tree_equal [PR106981]
2022-09-22  David Malcolmc: fix uninitialized c_expr::m_decimal [PR106830]
2022-09-19  Marek Polacekc: Stray inform note with -Waddress [PR106947]
2022-09-14  Julian BrownOpenMP/OpenACC: mapping group list-handling improvements
2022-09-03  Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-09-02  David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-08-31  Joseph Myersc: C2x attributes fixes and updates
2022-08-26  Jakub JelinekImplement __builtin_issignaling
2022-08-25  Marek Polacekc: Implement C23 nullptr (N3042)
2022-08-25  Joseph Myersc: Support C2x empty initializer braces
2022-08-17  Tobias BurnusOpenMP/C++: Allow classes with static members to be...
2022-08-08  Tom HonermannC: Implement C2X N2653 char8_t and UTF-8 string literal...
2022-08-01  David Malcolmc: improvements to address space diagnostics
2022-06-07  Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-05-27  Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-25  Jakub Jelinekc: Improve build_component_ref diagnostics [PR91134]
2022-05-18  Marek Polacekc: Implement new -Wenum-int-mismatch warning [PR105131]
2022-05-12  Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-04-08  Jakub Jelinekc: Error on va_arg with function type [PR105149]
2022-03-22  Marek Polacekc: -Wmissing-field-initializers and designated inits...
2022-03-12  Thomas SchwingeAdd 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
2022-03-09  Joseph Myersc: Revert C2x changes to function type compatibility
2022-03-09  Jakub Jelinekc, c++, c-family: -Wshift-negative-value and -Wshift...
2022-02-10  Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-02-09  Jakub Jelinekc: Fix up __builtin_assoc_barrier handling in the C...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.