]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/init.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / init.c
2019-01-01  jakub Update copyright years.
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-14  jakub PR c++/82294
2018-11-13  jason Implement P0722R3, destroying operator delete.
2018-11-13  jason * cp-tree.h (struct cp_evaluated): New.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-07-07  aldyh * tree-vrp.c (vrp_int_const_binop): Change overflow...
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-05-30  jason PR c++/85807 - ICE with call in template NSDMI.
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-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-24  mpolacek PR c++/85847
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-03  jason PR c++/85600 - virtual delete failure.
2018-04-30  jason PR c++/61982 - dead stores to destroyed objects.
2018-04-30  jason * init.c (build_dtor_call): Use build_special_member_call.
2018-04-27  jakub PR c++/85553
2018-04-10  paolo/cp
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-03-27  paolo/cp
2018-03-23  aoliva[PR c++/84729] reject parenthesized array init
2018-03-21  aoliva[PR c++/71965] silence multi-dim array init sorry witho...
2018-03-06  aoliva[PR c++/84593] ice on braced init with uninit ref field
2018-02-14  paolo2018-02-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-01-17  nathan[C++/83287] Another overload lookup ice
2018-01-10  paolo/cp
2018-01-03  jakub Update copyright years.
2017-12-22  ebotcazou * doc/extend.texi (Loop-Specific Pragmas): Document...
2017-12-15  jakub PR c++/80135
2017-11-28  mseborPR c++/83058 - ICE on C++ code with negative array...
2017-11-14  jason Support GTY((cache)) on hash_map.
2017-11-13  jason Defer folding of *&.
2017-11-13  villeRemove the null check from placement new in all modes
2017-10-31  nathan[C++ PATCH] overloaded operator fns [2/N]
2017-10-05  nathan[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-09-28  jason PR c++/56973, DR 696 - capture constant variables...
2017-08-29  jason Reimplement handling of lambdas in templates.
2017-08-29  jason Instantiate default arguments/member initializers...
2017-08-09  jason PR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-08  marxin.
2017-07-31  marxinDo UBSAN sanitization just when current_function_decl...
2017-06-27  nathan * cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26  nathan gcc/cp/
2017-06-13  marxinImplement no_sanitize function attribute
2017-05-19  edlingergcc/c-family:
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-05  nathan * cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespa...
2017-04-20  rediPR c++/80473 allow suppressing notes about over-aligned new
2017-04-07  mpolacek PR c++/80095
2017-04-03  jason PR sanitizer/79993 - ICE with VLA initialization from...
2017-03-21  jakub PR c++/35878
2017-03-21  villegcc/
2017-03-17  jason PR c++/78345 - ICE initializing array from lambda.
2017-03-10  jakub PR c++/79896
2017-03-09  mpolacek PR c++/79687
2017-03-02  jakub PR c++/79782
2017-03-02  jason Class template argument deduction in new-expression
2017-03-01  jakub PR c++/79746
2017-02-28  jakub * config/i386/i386.c: Include intl.h.
2017-02-27  jason PR c++/71568 - SFINAE forming pointer to member function
2017-02-27  reichelt2017-02-27 Volker Reichelt <v.reichelt@netcologne.de>
2017-02-21  mpolacek PR c++/79535
2017-02-15  mseborPR c++/79363 - ICE with NSDMI and array
2017-02-13  jakub * init.c (warn_placement_new_too_small): Add missing...
2017-02-12  jason PR c++/77659 - ICE with new and C++14 aggregate NSDMI
2017-01-31  aolivaIntroduce C++ support in libcc1
2017-01-24  nathan PR c++/78469 - defaulted ctor and inaccessible dtor
2017-01-19  jason PR c++/79130 - decomposition and direct-initialization
2017-01-01  jakub Update copyright years.
2016-12-14  mpolacek PR c++/72775
2016-11-15  jasonAllow references in constant-expressions.
2016-11-14  jason Implement P0217R3 - C++17 structured bindings
2016-11-02  jason Implement P0136R1, Rewording inheriting constructors.
2016-10-24  jakub * cxx-pretty-print.c (pp_cxx_check_constraint): Use...
2016-10-12  jason PR c++/77742 - -Waligned-new and placement new.
2016-10-08  jason Further P0135 refinement.
2016-10-07  nathan cp/
2016-10-06  jason C++17 copy elision improvements.
2016-10-05  mpolacek Implement P0305R1, Selection statements with initializer.
2016-10-04  mseborPR c++/77804 - Internal compiler error on incorrect...
2016-10-04  jakub * doc/extend.texi (Java Exceptions): Remove.
2016-09-26  nathan * init.c (expand_default_init): Fix } indentation.
2016-09-21  jakub PR c++/77651
2016-09-14  mpolacek * c-common.c (c_common_truthvalue_conversion): Use...
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.
2016-07-29  jason PR c++/72457 - ICE with list-value-initialized base.
2016-07-24  jason PR c++/55922 - list-value-initialization of base
2016-07-15  jason PR c++/70824 - initializer_list in template
2016-07-08  jason Use lvalue_p instead of real_lvalue_p.
2016-07-08  jason Rename lvalue_p to obvalue_p.
2016-05-30  mseborPR c++/71306 - bogus -Wplacement-new with an array...
2016-05-12  mpolacek PR c/70756
2016-05-02  rsandifoSupport << and >> for offset_int and widest_int
2016-04-20  nathan cp/
2016-04-14  mseborPR c++/70652 - [6 Regression] r234966 causes bootstrap...
next