aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)Author
2019-11-25Properly handle C2x attributes on types.Joseph Myers
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford
2019-07-18-Wmissing-attributes: check that we avoid duplicates and false positivesAlexandre Oliva
2019-06-19 PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek
2019-03-21 * hash-table.h (hash_table): Add Lazy template parameter defaultedJakub Jelinek
2019-03-09 PR c/88568Jakub Jelinek
2019-03-08 PR other/80058Jakub Jelinek
2019-01-10 PR c/88568Jakub Jelinek
2019-01-05PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-07-12PR c/86453 - error: type variant differs by TYPE_PACKED in free_lang_data sin...Martin Sebor
2018-02-21 PR c++/84314 - ICE with templates and fastcall attribute.Jason Merrill
2018-02-15 PR c++/84314 - ICE with templates and fastcall attribute.Jason Merrill
2018-02-14PR middle-end/84108 - incorrect -Wattributes warning for packed/aligned confl...Martin Sebor
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-15 * tree-core.h (struct attribute_spec): Swap affects_type_identity andJakub Jelinek
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor
2017-10-25 PR libstdc++/81706Jakub Jelinek
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-09-12Reduce lookup_attribute memory footprint.Martin Liska
2017-09-08 PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill
2017-08-08.Martin Liska
2017-07-27 * attribs.c (decl_attributes): Imply noinline, noclone and no_icfJakub Jelinek
2017-06-19Fix multi-versioning issues (PR ipa/80732).Martin Liska
2017-05-112017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>Michael Meissner
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-04-25 Implement C++17 [[maybe_unused]] attribute.Jason Merrill
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Evgeny Stupachenko <evstupac@gmail.com>Evgeny Stupachenko
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-032015-07-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2015-06-25gcc/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-192014-11-18 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo