aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-attribs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Support LLVM style of no_sanitize attribute (PR sanitizer/85556).Martin Liska1-8/+12
2018-05-10re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol defined in m...Eric Botcazou1-3/+2
2018-03-13PR tree-optimization/84725 - enable attribute nonstring for all narrow charac...Martin Sebor1-1/+6
2018-03-02More Cilk Plus removalThomas Schwinge1-2/+0
2018-03-01re PR c++/84639 (gcc/c-family/c-attribs.c:1822:27: runtime error: shift expon...Marek Polacek1-4/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-17c-attribs.c (common_handle_aligned_attribute): Avoid issuing an error for att...Martin Sebor1-5/+8
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-200/+193
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-131/+279
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek1-41/+26
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+27
2017-10-11Do not error for no_sanitize attributes (PR sanitizer/82490).Martin Liska1-8/+1
2017-09-29c-attribs.c (handle_noipa_attribute): Don't add "stack_protect" attribute.Jakub Jelinek1-4/+0
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek1-2/+2
2017-09-12Don't warn function alignment if warn_if_not_aligned_p is trueH.J. Lu1-1/+4
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-5/+3
2017-08-30[32/77] Check is_a <scalar_int_mode> before calling valid_pointer_modeRichard Sandiford1-2/+4
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-8/+63
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 2Martin Sebor1-0/+45
2017-08-10Fix target attribute handling (PR c++/81355).Martin Liska1-0/+13
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-0/+18
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+12
2017-06-28Do not allow to inline ifunc resolvers (PR ipa/81128).Martin Liska1-3/+8
2017-06-13Implement no_sanitize function attributeMartin Liska1-14/+96
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-3/+3
2017-03-09re PR c++/79962 (ICE nonnull_check_p on a function template with a type-depen...Marek Polacek1-1/+1
2017-02-21re PR c++/79641 (ICE with const variable and attribute)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-02Add support for ASan odr_indicator.Maxim Ostapenko1-0/+14
2016-11-16gcc: remove unneeded global related to hot/cold partitioningAndrew Burgess1-2/+0
2016-10-17Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.Marek Polacek1-0/+3163