Daily bump.
[gcc.git] / gcc / cp /
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...
2019-02-21 Jason MerrillPR c++/88690 - C++17 ICE with empty base in aggregate.
2019-02-21 Richard Bienerre PR c++/89392 (ICE in bitmap_bit_p, at bitmap.c:978)
2019-02-21 Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-21 Jakub Jelinekre PR c++/89403 (ICE in maybe_clone_body, at cp/optimiz...
2019-02-21 Jakub Jelinekre PR c++/89405 (ICE in import_export_decl, at cp/decl2...
2019-02-20 Jakub Jelinekre PR c++/89336 (internal compiler error when compiling...
2019-02-20 Jason MerrillPR c++/87513 - 'sorry' mangling PMF template-id.
2019-02-20 Jason MerrillPR c++/88380 - wrong-code with flexible array and NSDMI.
2019-02-20 Will WrayPR c++/88572 - wrong handling of braces on scalar init.
2019-02-20 Paolo Carlinire PR c++/84536 (ICE with non-type template parameter)
2019-02-20 Jason MerrillPR c++/88368 - wrong 'use of deleted function'
2019-02-19 Chung-Lin Tangre PR c/87924 (OpenACC wait clauses without async-argum...
2019-02-19 Jakub Jelinekre PR c++/89387 (ICE in maybe_generic_this_capture...
2019-02-19 Jakub Jelinekre PR c++/89391 (ICE in build_target_expr_with_type...
2019-02-19 Jakub Jelinekre PR c++/89390 (ICE in get_string, at spellcheck-tree...
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-19 Jason MerrillPR c++/89336 - multiple stores in constexpr stmt.
2019-02-18 Jason MerrillImprove diagnostic for redundant template arguments...
2019-02-18 Jason MerrillImprove duplicate [[likely]] diagnostic.
2019-02-17 Marek PolacekPR c++/89217 - ICE with list-initialization in range...
2019-02-13 Marek PolacekPR c++/89297 - ICE with OVERLOAD in template.
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-02-13 Alexandre Oliva[PR87322] move cp_evaluated up to tsubst all lambda...
2019-02-13 David MalcolmC++ concepts: fix ICE with requires on dtors (PR c...
2019-02-13 Paolo Carlinire PR c++/88986 (ICE: tree check: expected tree that...
2019-02-12 Jason MerrillPR c++/89144 - link error with constexpr initializer_list.
2019-02-11 Jason MerrillPR c++/89241 - ICE with __func__ in lambda in template.
2019-02-11 Marek PolacekPR c++/89212 - ICE converting nullptr to pointer-to...
2019-02-11 Jakub Jelinekre PR c++/88977 (__builtin_is_constant_evaluated()...
2019-02-11 Marek Polacek* typeck2.c (digest_init_r): Remove commented code.
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-02-07 Alexandre Oliva[PR86218] handle ck_aggr in compare_ics in both and...
2019-02-06 David MalcolmFix locations in conversion_null_warnings (PR c++/71302)
2019-02-05 Jakub Jelinekre PR c++/89187 (ICE in initialize_argument_information...
2019-02-05 Marek PolacekPR c++/89158 - by-value capture of constexpr variable...
2019-02-05 Alexandre Oliva[PR87770] test partial specializations for type dependence
2019-02-02 Jason MerrillPR c++/88761 - ICE with reference capture of constant.
2019-02-01 Marek PolacekPR c++/88325 - ICE with invalid out-of-line template...
2019-02-01 Jakub Jelinekre PR c++/87175 (__attribute__)) is ignored by the...
2019-02-01 Marek PolacekPR c++/88983 - ICE with switch in constexpr function.
2019-01-31 Marek PolacekPR c++/89083, c++/80864 - ICE with list initialization...
2019-01-31 Jason MerrillPR c++/88752 - ICE with lambda and constexpr if.
2019-01-31 Jakub Jelinekre PR libstdc++/88170 (pretty printer FAILs)
2019-01-30 Jakub Jelinekre PR c++/88988 (ICE: Segmentation fault (in lookup_nam...
2019-01-30 Marek PolacekPR c++/89119 - ICE with value-initialization in template.
2019-01-30 Jason MerrillPR c++/86943 - wrong code converting lambda to function...
2019-01-29 Jason MerrillPR c++/89089 - ICE with [[no_unique_address]].
2019-01-28 Marek PolacekPR c++/88358 - name wrongly treated as type.
2019-01-27 Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-27 Marek PolacekPR c++/89024 - ICE with incomplete enum type.
2019-01-25 Paolo Carlinire PR c++/88969 (ICE in build_op_delete_call, at cp...
2019-01-24 Jason MerrillPR c++/89001 - mangling of reference temporaries
2019-01-24 Jakub Jelinekre PR c++/88976 (ICE in fold_convert_loc, at fold-const...
2019-01-23 Marek PolacekPR c++/88757 - qualified name treated wrongly as type.
2019-01-23 Jakub Jelinekre PR c/44715 (Break in increment expression of "for...
2019-01-23 Jakub Jelinekre PR c++/88984 (ICE in genericize_switch_stmt, at...
2019-01-23 Jason MerrillPR c++/87893 - constexpr ctor ICE on ARM.
2019-01-21 Jakub Jelinekre PR c++/88949 (ICE in expand_expr_real_1, at expr...
2019-01-21 Jakub Jelinekre PR sanitizer/88901 (ICE when using -fsanitize=pointe...
2019-01-18 Jason MerrillPR c++/88875 - error with explicit list constructor.
2019-01-18 H.J. Luc-family: Update unaligned adress of packed member...
2019-01-18 Jason MerrillPR c++/86205 - ICE with ?: of throw and template-id.
2019-01-17 Jason MerrillPR c++/86740, ICE with constexpr if and nested generic...
2019-01-17 Paolo Carlinidecl.c (grokdeclarator): Use typespec_loc in error...
2019-01-17 David MalcolmC++: Fix ICE when adding overloaded operator via using_...
2019-01-17 Nathan Sidwell[PR c++/86610] lambda captures in templates
2019-01-17 Alexandre Oliva[PR87768] reset location wrapper suppression when reent...
2019-01-17 Alexandre Oliva[PR86648] use auto identifier for class placeholder...
next