Class template argument deduction in new-expression
[gcc.git] / gcc / cp / init.c
2017-03-02 Jason MerrillClass template argument deduction in new-expression
2017-03-01 Jakub Jelinekre PR c++/79746 (Confusing -Wunused-but-set-parameter...
2017-02-28 Jakub Jelineki386.c: Include intl.h.
2017-02-27 Jason MerrillPR c++/71568 - SFINAE forming pointer to member function
2017-02-27 Volker Reicheltinit.c: Include intl.h.
2017-02-21 Marek Polacekre PR c++/79535 (ICE in verify_ctor_sanity, at cp/const...
2017-02-15 Martin SeborPR c++/79363 - ICE with NSDMI and array
2017-02-13 Jakub Jelinekinit.c (warn_placement_new_too_small): Add missing...
2017-02-12 Jason MerrillPR c++/77659 - ICE with new and C++14 aggregate NSDMI
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-24 Nathan SidwellPR c++/78469 - defaulted ctor and inaccessible dtor
2017-01-19 Jason MerrillPR c++/79130 - decomposition and direct-initialization
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-14 Marek Polacekre PR c++/72775 (internal compiler error: in finish_exp...
2016-11-15 Jason MerrillAllow references in constant-expressions.
2016-11-14 Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-24 Jakub Jelinekcxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P...
2016-10-12 Jason MerrillPR c++/77742 - -Waligned-new and placement new.
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-07 Nathan Sidwellre PR c++/64433 (Segmentation fault while compiling)
2016-10-06 Jason MerrillC++17 copy elision improvements.
2016-10-05 Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-10-04 Martin SeborPR c++/77804 - Internal compiler error on incorrect...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-26 Nathan Sidwellinit.c (expand_default_init): Fix } indentation.
2016-09-21 Jakub Jelinekre PR c++/77651 (c++ -Wno-aligned-new ICEs)
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-07-29 Jason MerrillPR c++/72457 - ICE with list-value-initialized base.
2016-07-24 Jason MerrillPR c++/55922 - list-value-initialization of base
2016-07-15 Jason MerrillPR c++/70824 - initializer_list in template
2016-07-08 Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-07-08 Jason MerrillRename lvalue_p to obvalue_p.
2016-05-30 Martin SeborPR c++/71306 - bogus -Wplacement-new with an array...
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-05-02 Richard SandifordSupport << and >> for offset_int and widest_int
2016-04-20 Nathan Sidwellre PR c++/55635 (Deallocation function ("operator delet...
2016-04-14 Martin SeborPR c++/70652 - [6 Regression] r234966 causes bootstrap...
2016-04-13 Martin SeborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-01 Jakub Jelinekre PR c++/70488 (ICE in tree.c:7345 triggered by warnin...
2016-03-18 Jason Merrillclass.c (build_if_in_charge): Split out from build_base...
2016-03-18 Jakub Jelinekre PR c++/70267 (ICE on invalid code at -O1 and above...
2016-03-04 Jason Merrillre PR c++/69203 (ICE in potential_constant_expression_1...
2016-02-24 Jakub Jelinekre PR c++/69922 (Bogus -Wnonnull-compare for: ... ...
2016-02-19 Jakub Jelinekre PR c++/69850 (unnecessary -Wnonnull-compare warning)
2016-02-17 Jakub Jelinekre PR c++/69850 (unnecessary -Wnonnull-compare warning)
2016-02-15 Jakub Jelinekre PR c++/69658 (Bogus "C99 designator outside aggregat...
2016-02-11 Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-10 Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-02-05 Martin SeborPR c++/69662 - -Wplacement-new on allocated one element...
2016-01-29 Marek Polacekre PR c++/69509 (infinite loop compiling a VLA in a...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-18 Patrick PalkaFix PR c++/68831 (superfluous -Waddress warning for...
2015-12-17 Jason Merrillre PR c++/67550 (Initialization of local struct array...
2015-12-15 Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-11-17 Martin SeborPR c++/68308 - [6 Regression] ICE: tree check: expected...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10 Martin SeborPR c++/67913 - new expression with negative size not...
2015-11-08 Martin SeborClean up fallout on ILP32 from r229831.
2015-11-06 Kyrylo Tkachov[cp][committed] Fix bootstrap on arm due to print forma...
2015-11-06 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-11-05 Martin SeborPR c++/67942 - diagnose placement new buffer overflow
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-21 Jason Merrillre PR c++/66583 (incorrect implicitly-defined move...
2015-10-08 Jason Merrillcp-tree.h (SIMPLE_TARGET_EXPR_P): New.
2015-07-26 Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-24 Richard Bienerfold-const.c (maybe_canonicalize_comparison_1): Move...
2015-07-13 Aldy HernandezFix double word typos.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-27 Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-24 Jason Merrillre PR c++/66501 (Default move assignment does not move...
2015-06-23 Jason Merrillre PR c++/66501 (Default move assignment does not move...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16 Nathan Sidwellre PR c++/58583 ([c++11] ICE with invalid non-static...
2015-06-09 Paolo Carlinire PR c++/65815 (brace elision doesn't work in NSDMI)
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22 Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-06 Jason MerrillDR 1518 DR 1630 PR c++/54835 PR c++/60417
2015-04-29 Paolo Carlinire PR c++/64667 (-Winit-self ignored for reference...
2015-03-26 Mikhail Maltsevre PR c++/65154 (ICE with {} initialized array with...
2015-02-09 Jason Merrillre PR c++/64899 (Illegal dynamic initialization)
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-08 Jason Merrillubsan.c (do_ubsan_in_current_function): New.
2015-01-08 Jason Merrillinit.c (build_vec_init): Call ubsan_instrument_bounds...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-10-27 Jason MerrillImplement N3653 (Member initializers and aggregates...
2014-10-01 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-08-07 Jason Merrillinit.c (build_vec_init): Fix constant initialization...
2014-08-07 Jason Merrillre PR c++/60417 ([DR 1518] Bogus error on C++03 aggrega...
2014-08-07 Jason Merrillre PR c++/61994 (constexpr vector array ICE)
2014-08-02 Jason Merrillre PR c++/60417 ([DR 1518] Bogus error on C++03 aggrega...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
next