aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-15PR c++/82882 - ICE with lambda in template default argument.Jason Merrill1-0/+1
2018-06-13PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill1-0/+1
2018-06-12decl2.c (coerce_new_type, [...]): Add location_t parameter and adjust error_a...Paolo Carlini1-2/+2
2018-06-06PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill1-0/+1
2018-06-04PR c++/61806 - missed SFINAE with partial specialization.Jason Merrill1-2/+2
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill1-6/+1
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-0/+4
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-1/+2
2018-05-15cp-tree.h (cp_expr): Remove copy constructor.Jason Merrill1-3/+0
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini1-2/+7
2018-05-14Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier and eh spec.Jason Merrill1-1/+3
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-5/+9
2018-05-11re PR c/85696 (OpenMP with variably modified and default(none) won't compile)Jakub Jelinek1-0/+1
2018-05-10cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRUCTOR_P.Jason Merrill1-2/+2
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-30/+2
2018-05-07PR c++/85618 - ICE with initialized VLA.Jason Merrill1-0/+1
2018-04-30PR c++/61982 - dead stores to destroyed objects.Jason Merrill1-0/+1
2018-04-27[C++ PATCH] some cleanupsNathan Sidwell1-9/+9
2018-04-25re PR c++/85437 (member pointer static upcast rejected in a constexpr context)Jakub Jelinek1-0/+6
2018-04-23PR c++/69560 - wrong alignof(double) on x86.Jason Merrill1-2/+7
2018-04-20re PR c++/85462 (internal compiler error: in inc_refcount_use, at cp/pt.c:8955)Jakub Jelinek1-5/+10
2018-04-19re PR c++/80290 (g++ uses unreasonable amount of memory compiling nested stri...Alexandre Oliva1-1/+1
2018-04-18[PR c++/80290] recycle tinst garbage soonerAlexandre Oliva1-5/+57
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-1/+1
2018-04-10Show pertinent parameter (PR c++/85110)David Malcolm1-0/+2
2018-04-06PR c++/85242 - ICE with class definition in template parm.Jason Merrill1-1/+2
2018-04-05[PR c++/84979] reject auto in explicit tmpl args for tmpl-fnAlexandre Oliva1-0/+1
2018-04-04re PR c++/85146 (ICE with __direct_bases for declared but not defined struct)Jakub Jelinek1-2/+2
2018-04-03PR c++/85149 - generic lambda and constexpr if.Jason Merrill1-0/+4
2018-03-26PR c++/85049 - ICE with __integer_pack.Jason Merrill1-0/+6
2018-03-23Disable auto_is_implicit_function_template_parm_p while parsing attributesAlexandre Oliva1-0/+19
2018-03-21re PR c++/84961 (ICE error: SSA_NAME_DEF_STMT is wrong)Jakub Jelinek1-0/+1
2018-03-21C++: show private field accessor hints with -g and optimization (PR c++/84994)David Malcolm1-0/+1
2018-03-20PR c++/84978, ICE with NRVO.Jason Merrill1-1/+2
2018-03-20[PR c++/84970] lookup markingNathan Sidwell1-0/+1
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek1-0/+8
2018-03-15re PR c++/84222 ([[deprecated]] class complains about internal class usage)Jakub Jelinek1-0/+1
2018-03-09re PR c++/71169 (ICE on invalid C++ code in pop_nested_class (cp/class.c:7785))Jason Merrill1-0/+1
2018-03-09PR c++/84726 - unnecessary capture of constant vars.Jason Merrill1-0/+13
2018-03-07lambda.c (is_capture_proxy_with_ref): Remove.Jason Merrill1-1/+0
2018-03-01re PR c++/84596 (internal compiler error: unexpected expression '(bool)c' of ...Marek Polacek1-0/+1
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor1-1/+2
2018-02-27* cp-tree.h: Adjust comment.Jason Merrill1-1/+1
2018-02-26lambda.c (build_capture_proxy): Define static.Paolo Carlini1-1/+0
2018-02-24re PR c++/83692 (Rejects valid constexpr with unrelated code fixing problem)Marek Polacek1-0/+1
2018-02-14cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.Paolo Carlini1-3/+4
2018-02-13PR c++/84338 - wrong variadic sizeof.Jason Merrill1-6/+0
2018-02-07Revert behavior to r251316.Martin Liska1-1/+1
2018-02-05class.c: Remove unused global variables.Marek Polacek1-1/+0
2018-02-01PR c++/84160 - ICE with nested variadic capture.Jason Merrill1-0/+1