[PR c++/84593] ice on braced init with uninit ref field
[gcc.git] / gcc / cp / ChangeLog
2018-03-06 Alexandre Oliva[PR c++/84593] ice on braced init with uninit ref field
2018-03-06 Alexandre Oliva[PR c++/84492] stmt expr ending with overload
2018-03-05 Jason MerrillPR c++/84708 - ICE with lambda in local class NSDMI.
2018-03-05 Jakub Jelinekre PR c++/84684 (inserting random code / flags produces...
2018-03-05 Nathan Sidwell[PR c++/84702] ICE with default tmpl arg of overload set
2018-03-05 Marek Polacekre PR c++/84707 (internal compiler error: Segmentation...
2018-03-05 Nathan Sidwell[PR c++/84694] ICE on template friend decl
2018-03-05 Paolo Carlinire PR c++/84618 (ICE in build_capture_proxy, at cp...
2018-03-05 Pádraig Brady[PR c++/84497] ref to undefined tls init
2018-03-04 Jason MerrillPR c++/84686 - missing volatile loads.
2018-03-03 Paolo Carlinire PR c++/71464 (ICE on invalid code (with redeclared...
2018-03-02 Marek Polacekre PR c++/84578 (ICE with flexible array member and...
2018-03-02 Jason Merrill* semantics.c (force_paren_expr): Remove redundant...
2018-03-02 Marek Polacekre PR c++/84664 (internal compiler error: in cp_perform...
2018-03-02 Marek Polacekre PR c++/84663 (internal compiler error: tree check...
2018-03-02 Jakub Jelinekre PR c++/84662 (internal compiler error: tree check...
2018-03-02 Jason MerrillFix MIPS16 ICE.
2018-03-02 Marek Polacekre PR c++/84590 (-fsanitize=undefined internal compiler...
2018-03-02 Martin SeborPR c++/84294 - attributes on a function template redecl...
2018-03-01 Marek Polacekre PR c++/84582 (Rejected valid C++ code since r257961)
2018-03-01 Nathan Sidwell[PR c++/84434] ICE with deduction guide
2018-03-01 Jason MerrillPR c++/71569 - decltype of template.
2018-03-01 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-03-01 Jason MerrillPR c++/71569 - ICE with redundant args on member variab...
2018-02-28 Jason MerrillPR c++/71784 - ICE with ref-qualifier and explicit...
2018-02-28 Jakub Jelinekre PR c++/84609 (internal compiler error: in cp_parser_...
2018-02-28 Jakub Jelinekre PR c++/83871 (wrong code for attribute const and...
2018-02-28 Martin SeborPR testsuite/84617 - new test cases g++.dg/ext/attr...
2018-02-28 Nathan Sidwell[PR c++/84602] ICE with anon-struct
2018-02-28 Jakub Jelinekdecl.c (cp_finish_decomp): Don't adjust eltscnt when...
2018-02-27 Martin SeborAvoid including <string> directly.
2018-02-27 Martin SeborPR c++/83871 - wrong code for attribute const and pure...
2018-02-27 Håkon SandsmarkPR c++/71546 - lambda init-capture with qualified-id.
2018-02-27 Nathan Sidwell[PR c++/84426] ICE after conflicting member decl
2018-02-27 Jason MerrillPR c++/84489 - dependent default template argument
2018-02-27 Jason MerrillPR c++/84560 - ICE capturing multi-dimensional VLA.
2018-02-27 Jason MerrillPR c++/84441 - ICE with base initialized from ?:
2018-02-27 Jason MerrillPR c++/84520 - ICE with generic lambda in NSDMI.
2018-02-26 Jason MerrillPR c++/84559 - ICE with constexpr VLA.
2018-02-26 Jakub Jelinekre PR c++/84558 (ICE with invalid constexpr constructor)
2018-02-26 Paolo Carlinire PR c++/84540 (ICE with alignas in variadic template)
2018-02-26 Jakub Jelinekre PR c++/84557 (ICE with invalid firstprivate variable)
2018-02-26 Jason MerrillPR c++/84551 - ICE with concepts and -g.
2018-02-26 Marek Polacekre PR c++/84325 (internal compiler error, in cxx_eval_c...
2018-02-26 Jason MerrillPR c++/84447 - ICE with deleted inherited ctor with...
2018-02-26 Paolo Carlinire PR c++/84533 (ICE with duplicate enum value)
2018-02-26 Paolo Carlinilambda.c (build_capture_proxy): Define static.
2018-02-26 Marek Polacekre PR c++/84537 (ICE in get_string, at spellcheck-tree.h)
2018-02-26 Jason MerrillPR c++/84015 - ICE with class deduction and auto templa...
2018-02-24 Marek Polacekre PR c++/83692 (Rejects valid constexpr with unrelated...
2018-02-23 Jason MerrillPR c++/70468 - ICE with constructor delegation via...
2018-02-22 Jason MerrillPR c++/84424 - ICE with constexpr and __builtin_shuffle.
2018-02-22 Marek Polacekre PR c++/84493 (ICE with invalid cast)
2018-02-21 Jason MerrillPR c++/84454 - ICE with pack expansion in signature.
2018-02-20 Siddhesh Poyarekarc++: Fix spurious fallthrough warning on break
2018-02-20 Paolo Carlinire PR c++/84446 (ICE with broken lambda)
2018-02-20 Jakub Jelinekre PR c++/84445 (ICE with __builtin_launder and virtual...
2018-02-20 Jakub Jelinekre PR c++/84449 (ICE with constexpr and deleted destructor)
2018-02-20 Jakub Jelinekre PR c++/84455 (ICE in build_call_a at gcc/cp/call...
2018-02-20 Jason MerrillPR c++/84429 - ICE capturing VLA.
2018-02-19 Jakub Jelinekre PR c++/84448 (ICE with broken condition in parallel...
2018-02-19 Jakub Jelinekre PR c++/84430 (ICE with #pragma omp simd in lambda)
2018-02-19 Paolo Carlinire PR c++/84348 (ICE with invalid friend declaration)
2018-02-16 Marek Polacekre PR c++/84192 (ICE with statement expression)
2018-02-16 Jason MerrillPR c++/84151 - unnecessary volatile load with static...
2018-02-16 Jason MerrillPR c++/81853 - using-directive and constexpr.
2018-02-16 Jason MerrillPR c++/84420 - ICE with structured binding in lambda.
2018-02-16 Jason MerrillPR c++/83835 - C++17 error with constructor ctors.
2018-02-16 Jason MerrillPR c++/82664 - ICE with reference to function template...
2018-02-16 Jason MerrillPR c++/82764 - C++17 ICE with empty base
2018-02-16 Jason MerrillPR c++/84421 - type-dependent if constexpr
2018-02-16 Nathan Sidwell[C++ PATCH] Deprecate -ffriend-injection
2018-02-16 Paolo Carlinire PR c++/82468 (ICE with deduction guide template)
2018-02-16 Nathan Sidwell[PR c++/84375] Fix ICE after bad friend
2018-02-16 Jason MerrillPR c++/83227 - C++17 ICE with init-list derived-to...
2018-02-15 Jason MerrillPR c++/84045 - ICE with typedef and noexcept.
2018-02-15 Jason MerrillPR c++/84376 - ICE with omitted template arguments.
2018-02-15 Jason MerrillPR c++/84368 - wrong error with local variable in varia...
2018-02-15 Paolo Carlinire PR c++/84330 ([concepts] ICE with broken constraint)
2018-02-14 Paolo Carlinire PR c++/84350 (ICE with new and auto)
2018-02-14 Nathan Sidwell[C++ PATCH]: instantiation via vtable marking
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
2018-02-13 Jakub Jelinekre PR c++/84364 (-Weffc++ warns on "return *this" in...
2018-02-13 Paolo Carlinire PR c++/84333 (ICE with ternary operator in template...
2018-02-13 Jason MerrillPR c++/84080 - ICE with return type deduction and speci...
2018-02-13 Jason MerrillFix more variadic capture issues.
2018-02-13 Jason MerrillPR c++/84338 - wrong variadic sizeof.
2018-02-12 Jakub Jelinekre PR c++/84341 (ICE with #pragma omp atomic)
2018-02-12 Nathan Sidwell[PR c++/84263] GC ICE with decltype
2018-02-12 Richard Bienerre PR c++/84281 (Heap grows indefinitely)
2018-02-12 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-09 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-02-09 Jason MerrillPR c++/81917 - ICE with void_t and partial specialization.
2018-02-09 Nathan Sidwell[PR c/84293] Unexpected strict-alias warning
2018-02-09 Jason MerrillPR c++/84296 - ICE with qualified-id in template.
2018-02-09 Marek Polacekre PR c++/83659 (ICE on compilable C++ code: in tree_to...
2018-02-08 Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-02-08 Paolo Carlinire PR c++/83806 (Spurious -Wunused-but-set-parameter...
2018-02-08 Nathan Sidwell[C++ PATCH] initializer_list diagnostic
2018-02-08 Paolo Carlinire PR c++/83204 (c++ -std=c++14 ICE in maybe_undo_paren...
next