]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-common.cc
c-family: Cast __atomic_load_*/__atomic_exchange_* result to _BitInt rather then...
[thirdparty/gcc.git] / gcc / c-family / c-common.cc
2024-03-27  Jakub Jelinekc-family: Cast __atomic_load_*/__atomic_exchange_*...
2024-03-08  Jakub Jelinekc-family, c++: Fix up handling of types which may have...
2024-01-23  Jakub Jelinekc: Call c_fully_fold on __atomic_* operands in atomic_b...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-20  Florian Weimerc-family: Use -Wdiscarded-qualifiers for ignored qualif...
2023-12-10  Ken Matsuic-family, c++: Look up built-in traits via identifier...
2023-12-05  Richard Bienerc/89270 - honor registered_builtin_types in type_for_size
2023-11-29  Alexandre OlivaIntroduce hardbool attribute for C
2023-11-27  Alex Coplanc-family: Implement __has_feature and __has_extension...
2023-11-23  Jakub Jelinekc: Add __builtin_stdc_* builtins
2023-11-14  David Malcolminput.h: eliminate implicit users of global_dc's file_cache
2023-11-14  Jakub JelinekAdd type-generic clz/ctz/clrsb/ffs/parity/popcount...
2023-11-07  Joseph Myersc: Refer more consistently to C23 not C2X
2023-11-04  David Malcolmdiagnostics: convert diagnostic_context to a class
2023-10-20  Marek Polacekc-family: char8_t and aliasing in C vs C++ [PR111884]
2023-10-02  David Malcolmdiagnostics: group together source printing fields...
2023-09-19  Jakub Jelineksmall _BitInt tweaks
2023-09-06  Jakub JelinekC _BitInt support [PR102989]
2023-08-11  Jakub Jelinekc: Add __typeof_unqual__ and __typeof_unqual support
2023-07-20  Francois-Xavier... Add __builtin_iseqsig()
2023-07-05  Robin DappChange MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.
2023-06-26  Richard BienerAvoid shorten_binary_op on VECTOR_TYPE
2023-05-18  Bernhard Reutner... c: use _P() defines from tree.h
2023-03-28  Jason Merrillc-family: -Wsequence-point and COMPONENT_REF [PR107163]
2023-03-03  Alexandre Oliva[vxworks] make wint_t and wchar_t the same distinct...
2023-02-28  Jakub Jelinekubsan: Honor -fstrict-flex-arrays= in -fsanitize=bounds...
2023-01-18  Marek Polacekc: ICE with nullptr as case expression [PR108424]
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-30  Iskander ShakirzyanovMake Warray-bounds alias to Warray-bounds= [PR107787]
2022-11-16  Jakub Jelinekc++: Allow attributes on concepts - DR 2428
2022-11-12  Joseph Myersc: C2x constexpr
2022-10-28  Joseph Myersc: tree: target: C2x (...) function prototypes and...
2022-10-18  Joseph Myersc: C2x enums wider than int [PR36113]
2022-10-07  Jakub Jelinekc++: Improve handling of foreigner namespace attributes
2022-10-06  Joseph Myersc: C2x typeof
2022-10-03  Patrick Palkac++: rename IS_SAME_AS trait code to IS_SAME
2022-09-30  Patrick Palkac++: streamline built-in trait addition process
2022-09-29  Patrick Palkac++: implement __remove_cv, __remove_reference and...
2022-09-27  Jakub Jelinekc++: Implement P1467R9 - Extended floating-point types...
2022-09-23  Marek Polacekc++: Implement __is_{nothrow_,}convertible [PR106784]
2022-09-15  Richard BienerMove void_list_node init to common code
2022-09-07  Joseph Myersc: New C2x keywords
2022-09-01  Jason Merrillc++: set TYPE_STRING_FLAG for char8_t
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-07-31  Lewis Hyattc++: Fix location for -Wunused-macros [PR66290]
2022-07-15  Marek Polacekc++: Add __reference_con{struc,ver}ts_from_temporary...
2022-07-06  Lewis Hyattdiagnostics: Honor #pragma GCC diagnostic in the prepro...
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-05-07  Marek Polacekc, c++: attribute format on a ctor with a vbase [PR1018...
2022-04-30  Jason Merrillc-family: attribute ((aligned, mode)) [PR100545]
2022-04-26  Patrick Palkac++: ICE with requires-expr and -Wsequence-point [PR105304]
2022-04-11  Jakub Jelinekc-family: Initialize ridpointers for __int128 etc....
2022-03-19  Arthur Cohenselftest: Move C-specific tests to c_family
2022-02-16  Jakub Jelinekc-family: Fix up shorten_compare for decimal vs. non...
2022-01-21  Jakub Jelinekc-family: Fix up a -Wformat regression [PR104148]
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.