aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)Author
2017-05-02Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator
2017-04-20PR c++/80473 allow suppressing notes about over-aligned newJonathan Wakely
2017-04-20re PR middle-end/80423 (GC related -fcompare-debug failure)Jakub Jelinek
2017-04-18PR c++/80241 - ICE with alignas pack expansion.Marek Polacek
2017-04-18PR c++/80244 - ICE with attribute in template alias.Marek Polacek
2017-04-17017-04-17 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2017-04-17PR c++/80415 - wrong error with default arg and array reference.Jason Merrill
2017-04-17* pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.Jason Merrill
2017-04-15[libcp1] handle anon aggregates linkage-named by typedefsAlexandre Oliva
2017-04-12re PR target/79671 (mapnik miscompilation on armv7hl since r235622)Richard Biener
2017-04-11PR c++/80294 - ICE with constexpr and inheritance.Jason Merrill
2017-04-11re PR c++/80370 (ICE when using structured bindings and nested generic lambda...Jakub Jelinek
2017-04-11re PR c++/80363 (#'vec_cond_expr' not supported by dump_expr#<expression error>)Jakub Jelinek
2017-04-10re PR c++/80176 (cannot bind reference to static member function using object...Jakub Jelinek
2017-04-10re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek
2017-04-09PR c++/80356 - ICE with reference to function template argument.Jason Merrill
2017-04-09PR c++/80267 - ICE with nested capture of referenceJason Merrill
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek
2017-04-07re PR sanitizer/80348 (UBSAN: compile time crash in ubsan_instrument_division)Marek Polacek
2017-04-05re PR c++/80309 (ICE: canonical types differ for identical types _Args2 and _...Jakub Jelinek
2017-04-04re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...Volker Reichelt
2017-04-04* semantics.c (finish_template_type): Check CLASSTYPE_TEMPLATE_INFO.Jason Merrill
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-04-03PR sanitizer/79993 - ICE with VLA initialization from stringJason Merrill
2017-03-31re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek
2017-03-31re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek
2017-03-24PR c++/77339 - ICE with invalid use of alias template.Jason Merrill
2017-03-24re PR c++/80119 (-Wmaybe-uninitialized wrongly flags the body of a short-circ...Marek Polacek
2017-03-23PR c++/80150 - ICE with overloaded variadic deduction.Jason Merrill
2017-03-23PR c++/77563 - missing ambiguous conversion error.Jason Merrill
2017-03-23c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek
2017-03-22re PR c++/80141 (ICE with pragma omp declare)Jakub Jelinek
2017-03-21re PR c++/77752 (ICE on C++ code on x86_64-linux-gnu (internal compiler error...Paolo Carlini
2017-03-21Fix CL.Marek Polacek
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Jakub Jelinek
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Ville Voutilainen
2017-03-20PR c++/80096 - ICE with C++17 non-type auto.Jason Merrill
2017-03-20PR c++/79519 - ICE with deleted template friend.Jason Merrill
2017-03-20PR c++/79640 - infinite recursion with generic lambda.Jason Merrill
2017-03-20PR c++/80059 - ICE with noexcept and __transaction_atomicMarek Polacek
2017-03-19PR c++/80084 - wrong C++17 decomposition by reference of parameter.Jason Merrill
2017-03-19PR c++/80077 - error with constexpr and -fno-elide-constructors.Jason Merrill
2017-03-17PR c++/78345 - ICE initializing array from lambda.Jason Merrill
2017-03-17PR c++/80073 - C++17 ICE with virtual base.Jason Merrill
2017-03-16* decl.c (start_enum): std::byte aliases anything.Jason Merrill
2017-03-16re PR c++/79797 (ICE with NSDMI, this pointer and constexpr)Jason Merrill
2017-03-15PR c++/80043 - ICE with -fpermissiveJason Merrill
2017-03-14PR c++/79393 DR 1658 workaroundNathan Sidwell
2017-03-13PR c++/79393 DR 1658 workaroundNathan Sidwell