PR c++/85149 - generic lambda and constexpr if.
[gcc.git] / gcc / cp / ChangeLog
2018-04-03 Jason MerrillPR c++/85149 - generic lambda and constexpr if.
2018-04-03 Jason MerrillFix noexcept merging with system headers.
2018-04-03 Jakub Jelinekre PR c++/85147 (ICE with invalid variadic template...
2018-04-03 Jakub Jelinekre PR c++/85140 (ICE with invalid use of alignas)
2018-04-03 Jakub Jelinekre PR c++/85134 (ICE with invalid constexpr in 'shared...
2018-04-02 Jason MerrillPR c++/64095 - auto... parameter pack.
2018-03-31 Alexandre Oliva[PR c++/85027] deal with baselink in save_expr in insta...
2018-03-30 Jason MerrillFix designated initializer for anonymous union.
2018-03-30 Jakub Jelinekre PR c++/84791 (ICE with broken OpenMP reduction clause)
2018-03-29 David MalcolmMore #include suggestions (PR c++/84269)
2018-03-29 Jason MerrillPR c++/85093 - too many template args with pack expansion.
2018-03-29 Jason Merrill* pt.c (build_non_dependent_expr): Propagate expr location.
2018-03-29 Jason MerrillPR c++/85060 - wrong-code with call to base member...
2018-03-29 David MalcolmMore underlining of bad arguments (PR c++/85110)
2018-03-28 Paolo Carlinire PR c++/85028 (ICE on invalid C++ code: in tsubst_def...
2018-03-28 Alexandre Oliva[PR c++/84973] don't defer output of uninstantiated...
2018-03-28 Alexandre Oliva[PR c++/84968] reject stmt-exprs in noexcept constexprs
2018-03-27 Paolo Carlinire PR c++/85067 (ICE with volatile parameter in default...
2018-03-27 Jakub Jelinekre PR c++/85077 (V[248][SD]F abs not optimized to)
2018-03-27 Jakub Jelinekre PR c++/85076 (ICE with invalid template used as...
2018-03-27 Volker Reicheltsearch.c (check_final_overrider): Use inform instead...
2018-03-27 Jakub Jelinekre PR c++/85068 (ICE with invalid covariant return...
2018-03-27 Paolo Carlinire PR c++/84632 (internal compiler error: tree check...
2018-03-26 Jason MerrillPR c++/85062 - ICE with alignas in wrong place.
2018-03-26 Jason MerrillPR c++/85049 - ICE with __integer_pack.
2018-03-23 Jason MerrillPR c++/78489 - wrong SFINAE behavior.
2018-03-23 Jakub Jelinekre PR c++/85015 (internal compiler error: tree check...
2018-03-23 Jakub Jelinekre PR c++/84942 (internal compiler error: in fold_conve...
2018-03-23 Marek Polacekre PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pre...
2018-03-23 Ville VoutilainenImplement P0962
2018-03-23 Marek Polacekre PR c++/85033 (internal compiler error: in fold_offse...
2018-03-23 Alexandre Oliva[PR c++/71251] check tmpl parms in template using decl
2018-03-23 Alexandre Oliva[PR c++/84789] do not fail to resolve typename into...
2018-03-23 Alexandre Oliva[PR c++/84729] reject parenthesized array init
2018-03-23 Alexandre OlivaDisable auto_is_implicit_function_template_parm_p while...
2018-03-22 Marek Polacekre PR c++/84854 (ICE: unexpected expression in cxx_eval...
2018-03-22 Jason MerrillPR c++/81311 - wrong C++17 overload resolution.
2018-03-21 Alexandre Oliva[PR c++/71965] silence multi-dim array init sorry witho...
2018-03-21 Alexandre Oliva[PR c++/84610,84642] recover from implicit template...
2018-03-21 Paolo Carlinire PR c++/84972 (ICE: tree check: expected class 'type...
2018-03-21 Jakub Jelinekre PR c++/84961 (ICE error: SSA_NAME_DEF_STMT is wrong)
2018-03-21 Nathan Sidwell[PR c++/85008] ICE looking for clone
2018-03-21 David MalcolmC++: show private field accessor hints with -g and...
2018-03-21 Nathan Sidwell[PR c++/84804] ICE with default arg, template friend...
2018-03-21 Martin SeborPR c++/84850 - -Wclass-memaccess on a memcpy in a copy...
2018-03-21 David MalcolmC++: show private field accessor hints for const access...
2018-03-21 Nathan SidwellDeprecate some C++ extensions
2018-03-21 Nathan Sidwell[PR c++/84836] ICE with local scopes
2018-03-21 Marek PolacekPR c++/71638, ICE with NSDMI and reference.
2018-03-20 Marek Polacekre PR c++/84927 (ICE with NSDMI and reference)
2018-03-20 Jason MerrillPR c++/84978, ICE with NRVO.
2018-03-20 Nathan Sidwell[PR c++/84962] ICE with anon-struct member
2018-03-20 Nathan Sidwell[PR c++/84970] lookup marking
2018-03-20 Jason MerrillPR c++/84937 - ICE with class deduction and auto.
2018-03-19 Marek Polacekre PR c++/84927 (ICE with NSDMI and reference)
2018-03-19 Marek Polacekre PR c++/84925 (ICE with segfault in __PRETTY_FUNCTION__)
2018-03-19 Jason MerrillPR c++/71834 - template-id with too few arguments.
2018-03-19 Nathan Sidwell[PR c++/84835] ICE with generic lambda in extern "C"
2018-03-19 Nathan Sidwell[C++/84812] ICE with local fn decl
2018-03-16 Jakub Jelinekre PR c/84910 (typo: "%qs follows inline declaration ")
2018-03-16 Jason MerrillPR c++/84720 - ICE with rvalue ref non-type argument.
2018-03-16 Jason MerrillPR c++/80227 - SFINAE and negative array size.
2018-03-16 Jason MerrillPR c++/84906 - silent wrong code with ambiguous conversion.
2018-03-16 Jason MerrillPR c++/83937 - wrong C++17 handling of init-list ctor...
2018-03-16 Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
2018-03-16 Jason MerrillPR c++/83911 - ICE with multiversioned constructor.
2018-03-16 Jakub Jelinekre PR c++/84874 (internal compiler error: in reshape_in...
2018-03-15 Jakub Jelinekre PR c++/84222 ([[deprecated]] class complains about...
2018-03-15 Jason MerrillPR c++/84820 - no error for invalid qualified-id.
2018-03-15 Jason MerrillPR c++/84801 - ICE with unexpanded pack in lambda.
2018-03-15 Jason MerrillPR c++/81236 - auto variable and auto function
2018-03-14 Jason MerrillPR c++/83916 - ICE with template template parameters.
2018-03-14 Marek Polacekre PR c++/84596 (internal compiler error: unexpected...
2018-03-14 Paolo CarliniPR c++/82336 - link error with list-init default argument.
2018-03-13 Jakub Jelinekre PR c++/84843 (C++ ICE on builtin redefinition since...
2018-03-13 Jason MerrillPR c++/82565 - ICE with concepts and generic lambda.
2018-03-13 Jason MerrillPR c++/84720 - ICE with rvalue ref non-type argument.
2018-03-13 Jason MerrillPR c++/84839 - ICE with decltype of parameter pack.
2018-03-13 Jason MerrillPedwarn about auto parameter even without -Wpedantic.
2018-03-13 Jason MerrillPR c++/84798 - ICE with auto in abstract function decla...
2018-03-12 Jakub Jelinekre PR c++/84808 (ICE with constexpr and array)
2018-03-12 Jason MerrillPR c++/84355 - ICE with deduction for member class...
2018-03-12 Jason MerrillPR c++/84802 - ICE capturing uninstantiated class.
2018-03-10 Jason MerrillPR c++/84770 - ICE with typedef and parameter pack.
2018-03-10 Jason MerrillPR c++/84785 - ICE with alias template and default...
2018-03-10 Jason MerrillPR c++/84752 - ICE with capture of constexpr array.
2018-03-09 Paolo Carlini2018-03-09 Paolo Carlini <paolo.carlini@oracle.com>
2018-03-09 Jason Merrillre PR c++/71169 (ICE on invalid C++ code in pop_nested_...
2018-03-09 Jason MerrillPR c++/84726 - unnecessary capture of constant vars.
2018-03-09 Jason Merrillre PR c++/84076 (Warning about objects through POD...
2018-03-09 Jakub Jelinekre PR c++/84724 (internal compiler error: in single_suc...
2018-03-09 Nathan Sidwell[PR c++/84733] ICE in check-local-shadow
2018-03-08 Jason Merrillre PR c++/80598 (-Wunused triggers for functions used...
2018-03-07 Jason Merrilllambda.c (is_capture_proxy_with_ref): Remove.
2018-03-06 Marek Polacekre PR c++/84684 (inserting random code / flags produces...
2018-03-06 Alexandre Oliva[C++] [PR84231] overload on cond_expr in template
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...
next