]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/ChangeLog
/cp
[thirdparty/gcc.git] / gcc / cp / ChangeLog
2019-10-17  paolo/cp
2019-10-17  jason * cp-gimplify.c (cp_gimplify_expr): Use get_initialize...
2019-10-17  nathan[C++ PATCH] builtin fn creation
2019-10-17  luisgpmFix old file reference in gcc/cp/cp-gimplify.c
2019-10-16  jakub * decl.c (cxx_maybe_build_cleanup): When clearing...
2019-10-15  nathan[C++ PATCH] clone_function_decl breakup
2019-10-15  nathan[C++ PATCH] build_clone cleanup
2019-10-14  jason PR c++/91930 - ICE with constrained inherited default...
2019-10-14  paolo/cp
2019-10-14  jakub PR c++/92084
2019-10-14  jakubc/
2019-10-12  jakubc-family/
2019-10-11  mpolacekPR c++/92049 - extra error with -fchecking=2.
2019-10-11  paolo2019-10-10 Paolo Carlini <paolo.carlini@oracle.com>
2019-10-11  jasonPreserve the location of explicitly defaulted functions.
2019-10-11  jakub PR c++/91987
2019-10-10  mpolacekMake comp_ptr_ttypes_real return bool.
2019-10-10  jakubc-family/
2019-10-10  jason * cp-tree.h (template_info_decl_check): Check ENABLE_T...
2019-10-09  mpolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09  mpolacek PR c++/92032 - DR 1601: Promotion of enum with fixed...
2019-10-09  jasonUpdate the concepts implementation to conform to C...
2019-10-09  paolo/cp
2019-10-08  mseborPR c++/92001 - missing -Wclass-memaccess with array...
2019-10-07  paolo/cp
2019-10-05  jakub PR c++/91369 - Implement P0784R7: constexpr new
2019-10-04  jakub PR c++/71504
2019-10-04  jakub PR c++/91974
2019-10-02  paolo/cp
2019-10-02  jakub * constexpr.c (cxx_eval_constant_expression) <case...
2019-10-02  jakub * constexpr.c (cxx_eval_store_expression): Formatting...
2019-10-02  jasonImprove C++ fold caching efficiency.
2019-10-02  jason Add some hash_map_safe_* functions like vec_safe_*.
2019-10-02  rguenth2019-10-02 Richard Biener <rguenther@suse.de>
2019-09-28  mpolacek PR c++/91889 - follow-up fix for DR 2352.
2019-09-28  mpolacek PR c++/91921 - stray warning with -Woverloaded-virtual.
2019-09-28  mpolacek PR c++/91923 - failure-to-SFINAE with class type NTTP...
2019-09-27  jakub PR c++/88203
2019-09-27  jason * constexpr.c (cxx_fold_indirect_ref): Use similar_type_p.
2019-09-27  jason * cp-tree.h (class iloc_sentinel): New.
2019-09-27  rsandifo[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-25  mpolacek PR c++/91877 - ICE with converting member of packed...
2019-09-25  paolo/cp
2019-09-25  jasonFix location of dependent member CALL_EXPR.
2019-09-24  mpolacek PR c++/91868 - improve -Wshadow location.
2019-09-24  mpolacek PR c++/91845 - ICE with invalid pointer-to-member.
2019-09-23  paolo/cp
2019-09-23  jason PR c++/91809 - bit-field and ellipsis.
2019-09-23  mpolacek PR c++/91844 - Implement CWG 2352, Similar types and...
2019-09-22  mpolacek PR c++/91819 - ICE with operator++ and enum.
2019-09-19  jasonHandle [[likely]] on compound-statement.
2019-09-19  jasonRevert "Fix conversions for built-in operator overloadi...
2019-09-16  paolo/cp
2019-09-16  jason PR c++/30277 - int-width bit-field promotion.
2019-09-16  jason PR c++/82165 - enum bitfields and operator overloading.
2019-09-16  jasonFix conversions for built-in operator overloading candi...
2019-09-15  mpolacek PR c++/91740 - ICE with constexpr call and ?: in ARRAY...
2019-09-15  nathan[C++ PATCH] simplify clone predicate
2019-09-11  nathan[PATCH] some tree struct marking
2019-09-10  mpolacek PR c++/91673 - ICE with noexcept in alias-declaration.
2019-09-10  mpolacek PR c++/91705 - constexpr evaluation rejects ++/--...
2019-09-10  paolo/cp
2019-09-10  mpolacek PR c++/84374 - diagnose invalid uses of decltype(auto).
2019-09-06  nathan[PATCH] Deprecate -frepo option.
2019-09-06  nathan[C++ PATCH] Reserve a decl_lang bit
2019-09-06  marxinRemove support for repo files (PR c++/91125).
2019-09-05  mpolacek PR c++/91644 - ICE with constinit in function template.
2019-09-05  nathan[C++ PATCH] vtable decl marking
2019-09-04  mpolacekRemove -fdeduce-init-list.
2019-09-01  mpolacek PR c++/91129 - wrong error with binary op in template...
2019-08-31  jason Add source location to TRAIT_EXPR.
2019-08-29  paolo/cp
2019-08-29  mpolacek Implement P1152R4: Deprecating some uses of volatile.
2019-08-28  mpolacek PR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-28  nathan[PR c++/90613] Fix using-decl debug bloat
2019-08-28  mpolacek PR c++/81676 - bogus -Wunused warnings in constexpr if.
2019-08-28  mpolacek PR c++/91428 - warn about std::is_constant_evaluated...
2019-08-26  jason * decl.c (duplicate_decls): Always merge DECL_DECLARED...
2019-08-26  mpolacek PR c++/91545 - ICE in constexpr store evaluation.
2019-08-24  nathan[C++ PATCH] vfunc overrider simplification
2019-08-24  paolo/cp
2019-08-23  jason Fix handling of namespace-scope undeduced auto decls.
2019-08-23  jason* parser.c (cp_parser_nested_name_specifier_opt): Avoid...
2019-08-23  mpolacek PR c++/91521 - wrong error with operator->.
2019-08-23  mpolacek PR c++/79817 - attribute deprecated on namespace.
2019-08-23  nathan[C++ PATCH] vfunc overrider simplification
2019-08-23  iains[PATCH, c-family] Fix a PCH thinko (and thus PR61250).
2019-08-23  mpolacek PR c++/91304 - prefix attributes ignored in condition.
2019-08-21  rsandifo[C++] Protect call to copy_attributes_to_builtin (PR91505)
2019-08-19  mpolacek PR c++/91264 - detect modifying const objects in const...
2019-08-17  mpolacekPut the CL into the right dir.
2019-08-16  mpolacekPR c++/85827
2019-08-15  jason PR c++/90393 - ICE with thow in ?:
2019-08-15  jason Implement P0848R3, Conditionally Trivial Special Membe...
2019-08-14  rediPR c++/91436 fix C++ dialect for std::make_unique fix...
2019-08-14  mpolacek PR c++/91391 - bogus -Wcomma-subscript warning.
2019-08-14  rediAdd more entries to the C++ get_std_name_hint array
2019-08-14  paolo/cp
2019-08-14  paolo/cp
2019-08-13  rsandifoUse checking forms of DECL_FUNCTION_CODE (PR 91421)
next