aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-07middle-end/114931 - type_hash_canon and structual equality typesRichard Biener1-10/+10
2024-04-15attribs: Don't crash on NULL TREE_TYPE in diag_attr_exclusions [PR114634]Jakub Jelinek1-1/+6
2024-02-12attribs: Don't canonicalize lookup_scoped_attribute_spec argument [PR113674]Jakub Jelinek1-10/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Add support for target_version attributeAndrew Carlotti1-3/+5
2023-12-13attribs: Fix valgrind failures on -Wno-attributes* tests [PR112953]Jakub Jelinek1-1/+1
2023-12-09c++: Don't diagnose ignoring of attributes if all ignored attributes are attr...Jakub Jelinek1-0/+13
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva1-4/+33
2023-12-05Restore build with GCC 4.8 to GCC 5Richard Sandiford1-1/+1
2023-12-02attribs: Namespace-aware lookup_attribute_specRichard Sandiford1-4/+3
2023-12-02attribs: Consider namespaces when comparing attributesRichard Sandiford1-6/+23
2023-12-02attribs: Cache the gnu namespaceRichard Sandiford1-2/+17
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-126/+95
2023-11-27attribs: Use existing traits for excl_hash_traitsRichard Sandiford1-42/+3
2023-11-09attribs: Fix ICE with -Wno-attributes= [PR112339]Jakub Jelinek1-3/+6
2023-09-20openmp: Add omp::decl attribute support [PR111392]Jakub Jelinek1-0/+6
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-7/+4
2023-02-02Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]Jakub Jelinek1-0/+1
2023-01-13Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao1-30/+0
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao1-0/+30
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek1-12/+15
2022-10-04attribs: Add overloads with namespace nameJakub Jelinek1-0/+63
2022-10-04attribs: Add missing auto_diagnostic_group 3 timesJakub Jelinek1-0/+3
2022-09-23attribs: Improve diagnosticsJakub Jelinek1-0/+3
2022-05-16attribs: fix typedefs in generic code [PR105492]Jason Merrill1-0/+15
2022-05-16Use more ARRAY_SIZE.Martin Liska1-2/+2
2022-04-13attribs: Restrict decl_attributes DECL_FUNCTION_SPECIFIC_TARGET changes to ta...Jakub Jelinek1-9/+14
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2665