]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/attribs.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / attribs.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  Andrew CarlottiAdd support for target_version attribute
2023-12-13  Jakub Jelinekattribs: Fix valgrind failures on -Wno-attributes*...
2023-12-09  Jakub Jelinekc++: Don't diagnose ignoring of attributes if all ignor...
2023-12-06  Alexandre OlivaIntroduce strub: machine-independent stack scrubbing
2023-12-05  Richard SandifordRestore build with GCC 4.8 to GCC 5
2023-12-02  Richard Sandifordattribs: Namespace-aware lookup_attribute_spec
2023-12-02  Richard Sandifordattribs: Consider namespaces when comparing attributes
2023-12-02  Richard Sandifordattribs: Cache the gnu namespace
2023-12-02  Richard SandifordAllow target attributes in non-gnu namespaces
2023-11-27  Richard Sandifordattribs: Use existing traits for excl_hash_traits
2023-11-09  Jakub Jelinekattribs: Fix ICE with -Wno-attributes= [PR112339]
2023-09-20  Jakub Jelinekopenmp: Add omp::decl attribute support [PR111392]
2023-05-18  Bernhard Reutner... gcc: use _P() defines from tree.h
2023-02-02  Jakub JelinekReplace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
2023-01-13  Qing ZhaoReplace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-06  Qing ZhaoUpdate -Warray-bounds with -fstrict-flex-arrays.
2022-10-07  Jakub Jelinekc++: Improve handling of foreigner namespace attributes
2022-10-04  Jakub Jelinekattribs: Add overloads with namespace name
2022-10-04  Jakub Jelinekattribs: Add missing auto_diagnostic_group 3 times
2022-09-23  Jakub Jelinekattribs: Improve diagnostics
2022-05-16  Jason Merrillattribs: fix typedefs in generic code [PR105492]
2022-05-16  Martin LiskaUse more ARRAY_SIZE.
2022-04-13  Jakub Jelinekattribs: Restrict decl_attributes DECL_FUNCTION_SPECIFI...
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaRename .c files to .cc files.