]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
PR c++/80290 - memory-hog with std::pair.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2018-06-27  jason PR c++/80290 - memory-hog with std::pair.
2018-06-26  jakub PR c++/86291
2018-06-23  paolo/cp
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-22  jason Avoid taking the address of something just because...
2018-06-21  jason * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE...
2018-06-21  jasonReduce garbage from push_to_top_level.
2018-06-21  jason Let -fmem-report see callers of cxx_make_type.
2018-06-21  jason PR c++/86182 - fix wrong PR tag in earlier commit
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-20  paolo/cp
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20  mpolacek PR c++/86240
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-19  jason * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.
2018-06-19  jason PR c++/86192 - ICE with anonymous union passed to...
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-06-19  jasonUse a range for LAMBDA_EXPR_LOCATION.
2018-06-19  jason PR c++/86200 - ICE with unexpanded pack in lambda...
2018-06-19  jason PR c++/81060 - ICE with unexpanded parameter pack.
2018-06-18  jason PR c++/86171 - ICE with recursive alias instantiation.
2018-06-18  paolo2018-06-18 Paolo Carlini <paolo.carlini@oracle.com>
2018-06-16  kugangcc/ChangeLog:
2018-06-16  jason PR c++/86147 - wrong capture for template argument.
2018-06-15  jason * pt.c (tsubst_default_argument): Use push_to/pop_from...
2018-06-15  jason * decl.c (start_enum): Do compare dependent underlying...
2018-06-15  jason PR c++/82882 - ICE with lambda in template default...
2018-06-15  jason * tree.c (maybe_warn_parm_abi): Inform the location...
2018-06-14  mpolacek PR c++/86063
2018-06-14  jakub P0624R2 - Default constructible and assignable statele...
2018-06-14  paolo/cp
2018-06-14  jason PR c++/86099 - ICE with trivial copy and non-trivial...
2018-06-13  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-13  jason PR c++/86098 - ICE with template placeholder for TTP.
2018-06-12  paolo/cp
2018-06-12  mpolacek Core issue 1331 - const mismatch with defaulted copy...
2018-06-11  jason PR c++/85792 -Wctor-dtor-privacy and inherited constru...
2018-06-11  jason PR c++/85963 - -Wunused-but-set with ?: in template.
2018-06-11  paolo/cp
2018-06-11  jasonFix ptrmem comparison for unions.
2018-06-11  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-10  paolo/cp
2018-06-06  mpolacek PR c++/85977
2018-06-06  jason PR c++/86060 - ICE on range for with -std=c++98.
2018-06-06  jason PR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-05  mpolacek PR c++/85976
2018-06-05  jason PR c++/85731 - wrong error with qualified-id in template.
2018-06-04  jason PR c++/61806 - missed SFINAE with partial specialization.
2018-06-04  jason PR c++/85765 - SFINAE and non-type default template...
2018-06-03  jason PR c++/85739 - ICE with pointer to member template...
2018-06-03  jason PR c++/85761 - ICE with ill-formed use of const outer...
2018-06-02  jason PR c++/85764 - bogus 'this' not captured error.
2018-06-01  jasonChangeLog tidying
2018-06-01  jason CWG 1581: When are constexpr member functions defined?
2018-06-01  jason PR c++/58281 - explicit instantiation of constexpr
2018-06-01  jason * pt.c (instantiate_decl): Any defaulted function...
2018-05-30  rediPR c++/77777 improve location for diagnostic
2018-05-30  jasonChangeLog fix
2018-05-30  villeDo not warn about zero-as-null when NULL is used.
2018-05-30  jason PR c++/85807 - ICE with call in template NSDMI.
2018-05-30  jason PR c++/85873 - constant initializer_list array not...
2018-05-30  jasonImprove error recovery for structured binding in condition.
2018-05-30  rediReplace dead store with early return
2018-05-29  jason PR c++/67445 - returning temporary initializer_list.
2018-05-29  mpolacek PR c++/85883
2018-05-29  jakub PR c++/85952
2018-05-28  edlingerinclude:
2018-05-25  jason PR c++/85815 - reference to member of enclosing template.
2018-05-25  jason CWG 616, 1213 - value category of subobject references.
2018-05-24  jason PR c++/85842 - -Wreturn-type, constexpr if and generic...
2018-05-24  villePedwarn on a non-standard position of a C++ attribute.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-24  jason PR c++/85864 - literal template and default template...
2018-05-24  mpolacek PR c++/85847
2018-05-23  jason Fix cast to rvalue reference from prvalue.
2018-05-23  jason CWG 616, 1213 - value category of subobject references.
2018-05-23  mpolacek Implement P0614R1, Range-based for statements with...
2018-05-23  jason PR c++/81420 - not extending temporary lifetime.
2018-05-23  jason PR c++/85866 - error with .* in default template arg.
2018-05-21  paolo2018-05-21 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-21  paolo/cp
2018-05-21  jason PR libstdc++/85843 - warning in logic_error copy const...
2018-05-19  jasonAvoid ICE on unsupported use of __integer_pack.
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-18  cesarPR c++/85782
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-16  mpolacek PR c++/85363
2018-05-16  jason * cp-tree.h (cp_expr): Remove copy constructor.
2018-05-15  jason * constexpr.c (cxx_eval_vec_init_1): Pass tf_none...
2018-05-15  jason PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue...
2018-05-15  paolo2018-05-15 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p.
2018-05-11  jakub PR c/85696
2018-05-11  jason * decl.c (cp_finish_decl): Don't instantiate auto...
2018-05-10  jason * cp-tree.h (DECL_CONSTRUCTOR_P): Use DECL_CXX_CONSTRU...
2018-05-10  jason Core issue 2310 - conversion to base of incomplete...
2018-05-10  jason CWG 2267 - list-initialization of reference temporary
2018-05-10  jason* parser.c (cp_parser_class_head): Use num_template_hea...
next