aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-23PR middle-end/97552 - missing waning passing null to a VLA argument declared ...Martin Sebor1-0/+1
2020-10-14PR c/97413 - bogus error on function declaration with many VLA argumentsMartin Sebor1-0/+2
2020-09-30Avoid assuming a VLA access specification string contains a closing bracket (...Martin Sebor1-2/+2
2020-09-30PR c/97206 - ICE in composite_type on declarations of a similar array typesMartin Sebor1-23/+14
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-27/+266
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-4/+4
2020-06-04Implement a solution for PR middle-end/10138 and PR middle-end/95136.Martin Sebor1-0/+59
2020-04-23attribs: Don't diagnose attribute exclusions during error recovery [PR94705]Jakub Jelinek1-1/+2
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-25Properly handle C2x attributes on types.Joseph Myers1-15/+0
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor1-6/+16
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-0/+1
2019-07-18-Wmissing-attributes: check that we avoid duplicates and false positivesAlexandre Oliva1-4/+10
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek1-17/+20
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek1-1/+1
2019-03-09re PR c/88568 ('dllimport' no longer implies 'extern' in C)Jakub Jelinek1-2/+5
2019-03-08re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek1-1/+1
2019-01-10re PR c/88568 ('dllimport' no longer implies 'extern' in C)Jakub Jelinek1-0/+2
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor1-0/+189
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-1/+2
2018-07-12PR c/86453 - error: type variant differs by TYPE_PACKED in free_lang_data sin...Martin Sebor1-27/+29
2018-02-21PR c++/84314 - ICE with templates and fastcall attribute.Jason Merrill1-11/+8
2018-02-15PR c++/84314 - ICE with templates and fastcall attribute.Jason Merrill1-7/+17
2018-02-14PR middle-end/84108 - incorrect -Wattributes warning for packed/aligned confl...Martin Sebor1-0/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-6/+6
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-9/+268
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek1-2/+40
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+3
2017-09-12Reduce lookup_attribute memory footprint.Martin Liska1-0/+22
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-1/+10
2017-08-08trans.c: Include header files.Martin Liska1-0/+633
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-2/+19
2017-06-19Fix multi-versioning issues (PR ipa/80732).Martin Liska1-5/+1
2017-05-11attribs.h (sorted_attr_string): Move machine independent functions for target...Michael Meissner1-0/+239
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko1-0/+18
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+4
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-58/+54
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-03attribs.c (decl_attributes): Guard inform with the return value of the preced...Paolo Carlini1-4/+4
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1