aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22backport: re PR c++/85400 (invalid Local Dynamic TLS relaxation for symbol de...Eric Botcazou1-0/+16
2019-04-30backport: re PR c++/60702 (thread_local initialization)Jakub Jelinek1-1/+17
2019-04-30backport: re PR c++/89403 (ICE in maybe_clone_body, at cp/optimize.c:693)Jakub Jelinek1-5/+0
2019-03-08PR c++/87921 - wrong error with inline static data member.Jason Merrill1-1/+4
2018-07-12c-attribs.c (c_common_attribute_table): Add "omp declare target implicit" att...Jakub Jelinek1-5/+5
2018-05-07PR c++/85646 - lambda visibility.Jason Merrill1-17/+7
2018-04-05PR c++/84665 - ICE with array of empty class.Jason Merrill1-1/+1
2018-04-04PR c++/84221 - bogus -Wunused with attribute and template.Jason Merrill1-4/+5
2018-04-04[PR c++/84943] mark function as used when taking its addressAlexandre Oliva1-0/+6
2018-03-28[PR c++/84973] don't defer output of uninstantiated templatesAlexandre Oliva1-0/+3
2018-03-21[PR c++/85008] ICE looking for cloneNathan Sidwell1-1/+1
2018-03-05[PR c++/84497] ref to undefined tls initPádraig Brady1-1/+2
2018-02-14[C++ PATCH]: instantiation via vtable markingNathan Sidwell1-0/+8
2018-01-30PR c++/84091 - ICE with local class in lambda in template.Jason Merrill1-0/+10
2018-01-22PR c++/83720 - different fixJason Merrill1-6/+5
2018-01-22PR c++/83720 - ICE with lambda and LTO.Jason Merrill1-5/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19PR c++/83394 - always_inline vs. noinline no longer diagnosedMartin Sebor1-22/+47
2017-12-18re PR c++/83300 (Segmentation fault with template and __attribute__((vector_s...Jakub Jelinek1-3/+16
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-1/+2
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-1/+25
2017-12-06re PR c++/80259 (ICE deleting friend function)Jakub Jelinek1-3/+12
2017-11-20Avoid duplicate visibility warning.Jason Merrill1-1/+2
2017-11-16[PATCH] New lang hookNathan Sidwell1-3/+35
2017-11-06re PR c++/65579 ([C++11] gcc requires definition of a static constexpr member...Paolo Carlini1-0/+9
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-2/+2
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-4/+4
2017-10-10[C++ PATCH] Hash mangling aliasNathan Sidwell1-12/+40
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini1-5/+5
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-8/+8
2017-10-05Re: [C++ PATCH] Move mangling alias out of ::Nathan Sidwell1-4/+2
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell1-9/+66
2017-09-29P0683R1 - default member initializers for bit-fieldsJakub Jelinek1-4/+10
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek1-1/+4
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill1-0/+5
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez1-1/+1
2017-09-06class.c (warn_hidden): Don't barf on non-functions.Nathan Sidwell1-5/+9
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-2/+2
2017-08-25Conversion operators have a special nameNathan Sidwell1-1/+1
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-0/+7
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska1-14/+11
2017-08-09PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-2/+3
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-19/+10
2017-07-12cp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifier flags.Nathan Sidwell1-1/+1
2017-07-11* decl2.c (reset_type_linkage_2): Dont't change ctor name.Nathan Sidwell1-7/+0
2017-06-30cp-tree.h (lookup_fnfields_1, [...]): Don't declare.Nathan Sidwell1-102/+75
2017-06-29Whitespace cleanups.Nathan Sidwell1-2/+3
2017-06-19PR c++/81073 - constexpr and static var in statement-expression.Jason Merrill1-3/+12
2017-06-18PR c++/60063 - -Wunused-local-typedefs and templates.Jason Merrill1-2/+3