aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-attribs.c
AgeCommit message (Expand)Author
2019-11-302019-11-30 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2019-11-26 PR c++/61414Jakub Jelinek
2019-11-23 PR middle-end/83859Jakub Jelinek
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor
2019-11-21Make more bad uses of fallthrough attribute into pedwarns.Joseph Myers
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers
2019-11-07Expand C2x attribute parsing support and factor out from TM attributes.Joseph Myers
2019-10-24 * gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek
2019-10-12c-family/Jakub Jelinek
2019-10-10c-family/Jakub Jelinek
2019-09-03Implement TARGET_HANDLE_GENERIC_ATTRIBUTEJozef Lawrynowicz
2019-08-14Add generic support for noinit attribute.Christophe Lyon
2019-06-19 PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek
2019-06-05gcc/c/ChangeLog:Martin Sebor
2019-05-22Strip target_clones in copy attribute (PR lto/90500).Martin Liska
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge
2019-05-17gcc/ada/ChangeLog:Martin Sebor
2019-04-12Commit a change missed in r270326:Martin Sebor
2019-04-12 PR c/89946Jakub Jelinek
2019-04-01PR c/89685 - ICE on attribute copy with a compound expressionMartin Sebor
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-01-14PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwinMartin Sebor
2019-01-05PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor
2019-01-04PR c/88363 - alloc_align attribute doesn't accept enumerated argumentsMartin Sebor
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-29PR c/88172 - attribute aligned of zero silently accepted but ignoredMartin Sebor
2018-11-21gcc/c/ChangeLog:Martin Sebor
2018-11-16 Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor
2018-11-13PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-11-09PR c/87795 - Excessive alignment permitted for functions and labelsMartin Sebor
2018-10-04 * doc/invoke.texi (-Wno-prio-ctor-dtor): Document new warningVinay Kumar
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-07-12 * c-attribs.c (c_common_attribute_table): AddJakub Jelinek
2018-07-122018-07-12 Richard Biener <rguenther@suse.de>Richard Biener
2018-07-06gcc/Peter Bergner
2018-06-08Remove MPXMartin Liska
2018-05-11Support LLVM style of no_sanitize attribute (PR sanitizer/85556).Martin Liska
2018-05-10 PR c++/85400Eric Botcazou
2018-03-13PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor
2018-03-02More Cilk Plus removalThomas Schwinge
2018-03-01 PR c++/84639Marek Polacek
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-17gcc/c-family/ChangeLog:Martin Sebor
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-12-01 * function.h (struct function): Remove cilk_frame_decl,Jakub Jelinek
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist