aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-1/+1
2018-05-23CWG 616, 1213 - value category of subobject references.Jason Merrill1-13/+22
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-13/+0
2018-05-16re PR c++/85363 (Throwing exception from member constructor (brace initialize...Marek Polacek1-1/+1
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini1-2/+1
2018-05-14Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec.Jason Merrill1-90/+55
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-7/+7
2018-05-07PR c++/85618 - ICE with initialized VLA.Jason Merrill1-2/+21
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-9/+24
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-16/+1
2018-04-04PR c++/85200 - ICE with constexpr if in generic lambda.Jason Merrill1-3/+5
2018-04-04PR c++/85148 - ICE with 'this' in array NSDMI.Jason Merrill1-1/+1
2018-03-28[PR c++/84968] reject stmt-exprs in noexcept constexprsAlexandre Oliva1-0/+4
2018-03-27re PR c++/85076 (ICE with invalid template used as lambda argument)Jakub Jelinek1-0/+3
2018-03-21[PR c++/85008] ICE looking for cloneNathan Sidwell1-1/+1
2018-03-20[PR c++/84970] lookup markingNathan Sidwell1-3/+15
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek1-4/+51
2018-03-15re PR c++/84222 ([[deprecated]] class complains about internal class usage)Jakub Jelinek1-0/+13
2018-03-06[C++] [PR84231] overload on cond_expr in templateAlexandre Oliva1-0/+15
2018-03-01re PR c++/84582 (Rejected valid C++ code since r257961)Marek Polacek1-0/+1
2018-02-26PR c++/84560 - ICE capturing multi-dimensional VLA.Jason Merrill1-0/+2
2018-02-26re PR c++/84325 (internal compiler error, in cxx_eval_constant_expression gcc...Marek Polacek1-1/+1
2018-02-20re PR c++/84449 (ICE with constexpr and deleted destructor)Jakub Jelinek1-1/+6
2018-02-10re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek1-10/+0
2018-02-05class.c: Remove unused global variables.Marek Polacek1-1/+0
2018-02-02PR c++/84181 - ICE with lambda parm in template argument.Jason Merrill1-1/+1
2018-01-23re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek1-0/+10
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-0/+66
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02re PR c++/83556 (ICE in gimplify_expr, at gimplify.c:12004)Jakub Jelinek1-2/+9
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-14/+14
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-8/+8
2017-12-05[PR C++/83287] Mark lookup for keepingNathan Sidwell1-0/+7
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+0
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill1-0/+4
2017-11-13Defer folding of *&.Jason Merrill1-2/+2
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-1/+2
2017-10-23PR c++/77369 - wrong noexcept handling in C++14 and belowJason Merrill1-4/+7
2017-10-13PR c++/82357 - bit-field in templateJason Merrill1-0/+4
2017-09-22re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f...Jakub Jelinek1-6/+7
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-0/+15
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-1/+1
2017-08-29PR c++/81236 - ICE with template-id in generic lambdaJason Merrill1-0/+3
2017-08-23cp-tree.h (print_search_statistics, [...]): Don't declare.Nathan Sidwell1-1/+0
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+1
2017-07-19class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m...Nathan Sidwell1-1/+1
2017-07-17class.c (type_has_user_declared_move_constructor, [...]): Combine into ...Nathan Sidwell1-2/+1
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill1-6/+0
2017-06-29PR c++/81188 - matching decltype of member function call.Jason Merrill1-5/+0