]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/tree.c
2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
[thirdparty/gcc.git] / gcc / cp / tree.c
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-23  jason CWG 616, 1213 - value category of subobject references.
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-16  mpolacek PR c++/85363
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-07  jason PR c++/85618 - ICE with initialized VLA.
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-04  jason PR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-04  jason PR c++/85148 - ICE with 'this' in array NSDMI.
2018-03-28  aoliva[PR c++/84968] reject stmt-exprs in noexcept constexprs
2018-03-27  jakub PR c++/85076
2018-03-21  nathan[PR c++/85008] ICE looking for clone
2018-03-20  nathan[PR c++/84970] lookup marking
2018-03-16  jakub PR c++/79937
2018-03-15  jakub PR c++/84222
2018-03-06  aoliva[C++] [PR84231] overload on cond_expr in template
2018-03-01  mpolacek PR c++/84582
2018-02-27  jason PR c++/84560 - ICE capturing multi-dimensional VLA.
2018-02-26  mpolacek PR c++/84325
2018-02-20  jakub PR c++/84449
2018-02-09  jakub PR sanitizer/83987
2018-02-05  mpolacek * class.c: Remove unused global variables.
2018-02-02  jason PR c++/84181 - ICE with lambda parm in template argument.
2018-01-23  jakub PR sanitizer/83987
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  jakub Update copyright years.
2018-01-02  jakub PR c++/83556
2017-12-15  jakub * tree-core.h (struct attribute_spec): Swap affects_ty...
2017-12-07  mseborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-05  nathan[PR C++/83287] Mark lookup for keeping
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-16  jason PR c++/79092 - non-type args of different types are...
2017-11-13  jason Defer folding of *&.
2017-11-03  paolo/cp
2017-10-31  nathan[C++ PATCH] overloaded operator fns [1/N]
2017-10-23  jason PR c++/77369 - wrong noexcept handling in C++14 and...
2017-10-13  jason PR c++/82357 - bit-field in template
2017-09-22  jakub PR sanitizer/81929
2017-09-08  jason PR c++/70029 - ICE with ref-qualifier and -flto
2017-09-06  nathan * name-lookup.h (lookup_fnfields_slot_nolazy,
2017-08-29  jason PR c++/81236 - ICE with template-id in generic lambda
2017-08-23  nathan * cp-tree.h (print_search_statistics,
2017-08-07  marxinCanonicalize names of attributes.
2017-07-19  nathan * class.c (add_implicitly_declared_members): Use
2017-07-17  nathan * class.c (type_has_user_declared_move_constructor,
2017-06-29  jason * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EX...
2017-06-29  jason PR c++/81188 - matching decltype of member function...
2017-06-28  jason PR c++/72764 - ICE with invalid template typename.
2017-05-29  nathan PR c++/80891 (#1,#5)
2017-05-29  nathan PR c++/80891 (#4)
2017-05-29  nathan PR c++/80891 (#3)
2017-05-29  nathan PR c++/80891 (#2)
2017-05-26  nathan * cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-25  nathan gcc/cp/
2017-05-24  nathan * cp-tree.h (cp_free_lang_data): Add extern.
2017-05-24  nathan * cp-tree.h (ovl_skip_hidden): Declare.
2017-05-24  nathan gcc/cp/
2017-05-19  nathan * call.c (add_list_candidates): Use OVL_FIRST.
2017-05-18  nathan * cp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18  nathan * cp-tree.h (OVL_USED): Replace with ...
2017-05-18  nathan * cp-tree.h (lookup_add): Swap args.
2017-05-17  nathan * cp-tree.h (ovl_iterator::using_p): New predicate.
2017-05-16  nathan * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New.
2017-05-16  nathan * call.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16  nathan * pt.c (tsubst_copy_and_build): Remove unnecessary...
2017-05-08  jason PR c++/80178 - parameter passing for uncopyable classes
2017-05-04  mseborPR translation/80280 - Missing closing quote (%>) c...
2017-04-20  jakub PR middle-end/80423
2017-04-18  mpolacek PR c++/80244 - ICE with attribute in template alias.
2017-04-17  jason PR c++/80415 - wrong error with default arg and array...
2017-04-12  rguenth2017-04-12 Richard Biener <rguenther@suse.de>
2017-04-10  jakub PR c++/80176
2017-04-07  mpolacek PR c++/80095
2017-03-09  mpolacek PR c++/79900 - ICE in strip_typedefs
2017-02-12  jason PR c++/77659 - ICE with new and C++14 aggregate NSDMI
2017-02-10  jason PR c++/78908 - template ops and bitfields
2017-02-09  jason PR c++/79316 - default argument in deduction guide
2017-02-06  jakub PR c++/79377
2017-01-26  jason PR c++/79176 - lambda ICE with -flto -Os
2017-01-24  nathan PR c++/78469 - defaulted ctor and inaccessible dtor
2017-01-01  jakub Update copyright years.
2016-11-21  jason PR objc++/78418 - ICE in string tests on darwin
2016-11-15  jasonVarious C++17 decomposition fixes.
2016-11-14  jason Implement P0217R3 - C++17 structured bindings
2016-11-07  jasonImplement P0012R1, Make exception specifications part...
2016-11-03  jason Use type_hash_eq langhook in check_qualified_type.
2016-11-02  jason Implement P0136R1, Rewording inheriting constructors.
2016-10-06  jakub Implement P0258R2 - helper for C++17
2016-10-04  jakub * doc/extend.texi (Java Exceptions): Remove.
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.
2016-08-12  mpolacek PR c/7652
2016-08-04  jason Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-21  jason Improving concepts performance and diagnostics.
2016-07-18  jakub PR c++/70869
2016-07-08  jason Use lvalue_p instead of real_lvalue_p.
2016-07-08  jason Rename lvalue_p to obvalue_p.
next