Daily bump.
[gcc.git] / gcc / cp /
2019-04-12 Jakub Jelinekre PR c/89933 (ICE in merge_decls, at c/c-decl.c:2517)
2019-04-12 Martin SeborPR c/88383 - ICE calling __builtin_has_attribute on...
2019-04-12 Jason MerrillAvoid ICE on pmf{} in template.
2019-04-12 Marek PolacekPR c++/87603 - constexpr functions are no longer noexcept.
2019-04-12 Marek Polacekexcept.c (build_noexcept_spec): Use build_converted_con...
2019-04-11 Jakub Jelinekre PR translation/90035 (Non-translatable C++ parser...
2019-04-09 Jakub Jelinekre PR translation/90011 (trailing space in diagnostic)
2019-04-08 Marek Polacektypeck2.c (digest_init_r): Don't condition the object...
2019-04-08 Paolo Carlinire PR c++/89914 (ICE in nothrow_spec_p, at cp/except...
2019-04-05 Marek PolacekPR c++/87145 - bogus error converting class type in...
2019-04-05 Martin SeborPR bootstrap/89980 - pointer initialization with empty...
2019-04-05 Jason MerrillPR c++/89948 - ICE with break in statement-expr.
2019-04-05 Jason MerrillPR c++/89966 - error with non-type auto tparm.
2019-04-05 Jason MerrillPR c++/86986 - ICE with TTP with parameter pack.
2019-04-04 Martin SeborPR c++/89974 - ICE on a definition of a non-type specia...
2019-04-03 Jason MerrillPR c++/81866 - ICE with member template and default...
2019-04-03 Jason MerrillPR c++/86586 - -fcompare-debug=-Wsign-compare.
2019-04-03 Jason MerrillPR c++/89331 - ICE with offsetof in incomplete class.
2019-04-03 Jason MerrillPR c++/89917 - ICE with lambda in variadic mem-init.
2019-04-01 Jason MerrillPR c++/86946 - ICE with function call in template argument.
2019-04-01 Paolo Carlinire PR c++/62207 (ICE: tree check: expected tree that...
2019-03-31 Marek PolacekPR c++/89852 - ICE with C++11 functional cast with...
2019-03-30 Jason MerrillPR c++/89744 - ICE with specialization of member class...
2019-03-29 Jakub Jelinekre PR sanitizer/89869 (-fsanitize=undefined miscompilation)
2019-03-29 Marek PolacekPR c++/89876 - ICE with deprecated conversion.
2019-03-28 Marek PolacekPR c++/89612 - ICE with member friend template with...
2019-03-28 Marek PolacekPR c++/89836 - bool constant expression and explicit...
2019-03-28 Jakub Jelinekre PR c++/89785 (Incorrect "not a constant expression...
2019-03-27 Jason MerrillPR c++/89831 - error with qualified-id in const member...
2019-03-27 Jason MerrillFix ChangeLog
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-27 Jason MerrillPR c++/86932 - missed SFINAE with empty pack.
2019-03-26 Jason MerrillPR c++/86429 - constexpr variable in lambda.
2019-03-26 Jakub Jelinekre PR c++/89796 (Incorrect warning generated with OpenM...
2019-03-25 Paolo Carlinire PR c++/84661 (internal compiler error: Segmentation...
2019-03-25 Jason MerrillPR c++/87748 - substitution failure error with decltype.
2019-03-25 Marek PolacekPR c++/89214 - ICE when initializing aggregates with...
2019-03-25 Marek PolacekPR c++/89705 - ICE with reference binding with conversi...
2019-03-25 Nathan Sidwell[C++] compiler incompatibility with lambdas
2019-03-22 Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-22 Jakub Jelinekre PR c++/87481 (Endless loop with optimisation in...
2019-03-21 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-21 Jakub Jelinekre PR c++/89767 (ICE with tuple and optimization)
2019-03-21 Paolo Carlinire PR c++/89571 (ICE in nothrow_spec_p, at cp/except...
2019-03-20 Jason MerrillPR c++/87480 - decltype of member access in default...
2019-03-19 Martin SeborPR tree-optimization/89688 - -Wstringop-overflow confus...
2019-03-18 Jason MerrillPR c++/89630 - ICE with dependent using-decl as templat...
2019-03-18 Jason MerrillPR c++/89761 - ICE with sizeof... in pack expansion.
2019-03-18 Jason MerrillPR c++/89640 - GNU attributes on lambda.
2019-03-18 Jason MerrillPR c++/89682 - wrong access error in default argument.
2019-03-18 Paolo Carlinire PR c++/85014 (internal compiler error: in lookup_bas...
2019-03-17 Jason MerrillPR c++/89571 - ICE with ill-formed noexcept on constructor.
2019-03-14 Jason MerrillDon't require 'bool' in a concept definition.
2019-03-14 Jakub Jelinekre PR c++/89512 (ICE in get_expr_operands, at tree...
2019-03-14 Jakub Jelinekre PR c++/89652 (ICE during constexpr evaluation)
2019-03-13 Jason MerrillPR c++/86521 - C++17 copy elision in initialization...
2019-03-13 Marek PolacekPR c++/89660 - bogus error with -Wredundant-move.
2019-03-13 Marek PolacekPR c++/89686 - mixing init-capture and simple-capture...
2019-03-13 Marek PolacekPR c++/88979 - further P0634 fix for constructors.
2019-03-12 Jason MerrillPR c++/86521 - wrong overload resolution with ref-quali...
2019-03-11 Martin LiskaWrap apostrophes in gcc internal format with %'.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR other/80058 (fix double spaces in string literals...
2019-03-08 Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-03-08 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-08 Jakub Jelinekre PR c++/89599 (C-style function-pointer-to-void*...
2019-03-08 Jakub Jelinekre PR c++/89622 (G++ prints notes, but no warning or...
2019-03-08 Jason MerrillPR c++/88123 - lambda and using-directive.
2019-03-07 Jason MerrillPR c++/88820 - ICE with CTAD and member template used...
2019-03-07 Jason MerrillFix comment
2019-03-07 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-06 Jason MerrillPR c++/89381 - implicit copy and using-declaration.
2019-03-06 Jakub Jelinekre PR c++/87148 (backward compatibility issue to take...
2019-03-06 Jason MerrillPR c++/89576 - if constexpr of lambda capture.
2019-03-06 Marek PolacekPR c++/87378 - bogus -Wredundant-move warning.
2019-03-05 Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-03-04 Paolo Carlinire PR c++/84605 (internal compiler error: in xref_baset...
2019-03-04 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-01 Marek PolacekPR c++/89537 - missing location for error with non...
2019-03-01 Marek PolacekPR c++/89532 - ICE with incomplete type in decltype.
2019-03-01 Jakub JelinekImplement P1002R1, Try-catch blocks in constexpr functi...
2019-03-01 Jason MerrillPR c++/88183 - ICE with .* fold-expression.
2019-03-01 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-03-01 Jason Merrill* name-lookup.c (print_binding_level): Print this_entity.
2019-02-28 Marek PolacekPR c++/88857 - ICE with value-initialization of argumen...
2019-02-27 Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-27 Marek PolacekPR c++/89511 - ICE with using-declaration and unscoped...
2019-02-27 Paolo Carlinire PR c++/89488 (ICE in merge_exception_specifiers...
2019-02-26 Jakub Jelinekre PR c++/89481 (constexpr function allows writing...
2019-02-23 Marek PolacekPR c++/88294 - ICE with non-constant noexcept-specifier.
2019-02-23 David MalcolmCapture source location of dtors (PR c++/89390)
2019-02-22 Marek PolacekPR c++/89420 - ICE with CAST_EXPR in explicit-specifier.
2019-02-22 Thomas Schwinge[C, C++] Use correct location information for OpenACC...
2019-02-22 Jason MerrillPR c++/87685 - generic lambda 'this' capture error.
2019-02-22 Jason MerrillPR c++/88394 - ICE with VLA init-capture.
2019-02-22 Jason MerrillPR c++/88869 - C++17 ICE with CTAD and explicit special...
2019-02-21 Jason MerrillPR c++/89422 - ICE with -g and lambda in default arg...
2019-02-21 Jason MerrillPR c++/88419 - C++17 ICE with class template arg deduction.
2019-02-21 Jakub Jelinekre PR c++/89285 (ICE after casting the this pointer...
next