pr77285-2.C: Require tls_native support.
[gcc.git] / gcc / testsuite / g++.dg / cpp1y /
2019-03-08 Jason MerrillPR c++/88123 - lambda and using-directive.
2019-02-28 Paolo Carlinire PR c++/89522 (ICE: trying to capture 'f' in instanti...
2019-02-26 Jakub Jelinekre PR c++/89481 (constexpr function allows writing...
2019-02-25 Jakub Jelinekre PR c++/89285 (ICE after casting the this pointer...
2019-02-23 Marek Polacekre PR c++/89419 (ICE in is_normal_capture_proxy startin...
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-21 Jakub Jelinekre PR c++/89285 (ICE after casting the this pointer...
2019-02-20 Jakub Jelinekre PR c++/89336 (internal compiler error when compiling...
2019-02-20 Paolo Carlinire PR c++/84536 (ICE with non-type template parameter)
2019-02-19 Jason MerrillPR c++/89336 - multiple stores in constexpr stmt.
2019-02-13 Alexandre Oliva[PR87322] move cp_evaluated up to tsubst all lambda...
2019-02-11 Jason MerrillPR c++/89241 - ICE with __func__ in lambda in template.
2019-02-02 Jason MerrillPR c++/88761 - ICE with reference capture of constant.
2019-02-01 Marek PolacekPR c++/88983 - ICE with switch in constexpr function.
2019-01-27 Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-17 Paolo Carlinidecl.c (grokdeclarator): Use typespec_loc in error...
2019-01-14 Marek PolacekPR c++/88825 - ICE with bogus function return type...
2019-01-02 Marek Polacekre PR c++/86875 (ICE in tsubst_copy, at cp/pt.c:15478)
2018-12-21 Jakub Jelinekre PR c++/86524 (std::less with pointer arguments not...
2018-12-03 Marek Polacek* g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__.
2018-12-01 Marek Polacekre PR c++/87523 (ICE: Closures apparently fail to captu...
2018-12-01 Marek Polacekre PR c++/83856 (ICE in tsubst_copy;)
2018-11-29 Paolo Carlinidecl.c (compute_array_index_type_loc): New, like the...
2018-11-15 Nathan Sidwell[C++ DR 2336] virtual dtors, exception specs & abstract...
2018-11-05 Jason MerrillImplement UDL changes from P0732R2.
2018-10-29 Marek PolacekPR c++/87594 - constexpr rejects-valid with range-based...
2018-10-10 Marek PolacekPR c++/87567 - constexpr rejects call to non-constexpr...
2018-10-09 Paolo Carlinire PR c++/84423 ([concepts] ICE with invalid using...
2018-09-21 Marek PolacekPR c++/87372 - __func__ constexpr evaluation.
2018-09-20 Jason MerrillPR c++/87075 - ICE with constexpr array initialization.
2018-09-08 Jason MerrillPR c++/86678 - constexpr function with non-constant...
2018-09-08 Marek Polacekarray-init.c: Add dg-prune-output.
2018-08-30 Sandra Loosemorenoexcept30.C: Make dependence on -fdelete-null-pointer...
2018-08-24 Marek Polacekre PR c++/67012 (decltype(auto) with trailing return...
2018-08-11 Jason MerrillPR c++/86728 - C variadic generic lambda.
2018-08-07 Ville Voutilainenre PR c++/79133 (lambda capture shadowing parameter...
2018-08-06 Marek Polacekre PR c++/86767 (continue statements in constexpr funct...
2018-06-02 Jason MerrillPR c++/85764 - bogus 'this' not captured error.
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-24 Jason MerrillPR c++/85864 - literal template and default template...
2018-05-21 Paolo Carlinire PR c++/84588 (internal compiler error: Segmentation...
2018-05-17 Paolo Carlinire PR c++/85713 (ICE in dependent_type_p, at cp/pt...
2018-05-15 Jason MerrillPR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conve...
2018-05-09 Paolo Carlinire PR c++/85713 (ICE in dependent_type_p, at cp/pt...
2018-05-09 Paolo Carlinire PR c++/85713 (ICE in dependent_type_p, at cp/pt...
2018-05-09 Paolo Carlinire PR c++/85713 (ICE in dependent_type_p, at cp/pt...
2018-05-08 Paolo Carlinire PR c++/84588 (internal compiler error: Segmentation...
2018-04-09 Jason MerrillPR c++/85256 - ICE capturing pointer to VLA.
2018-04-06 Jason MerrillPR c++/85240 - LTO ICE with using of undeduced auto fn.
2018-04-04 Jason MerrillPR c++/85118 - wrong error with generic lambda and...
2018-04-04 Jason MerrillPR c++/85148 - ICE with 'this' in array NSDMI.
2018-04-02 Jason MerrillPR c++/64095 - auto... parameter pack.
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-23 Jakub Jelinekre PR c++/84942 (internal compiler error: in fold_conve...
2018-03-21 Marek PolacekPR c++/71638, ICE with NSDMI and reference.
2018-03-19 Marek Polacekre PR c++/84927 (ICE with NSDMI and reference)
2018-03-19 Nathan Sidwell[PR c++/84835] ICE with generic lambda in extern "C"
2018-03-16 Jason MerrillPR c++/84906 - silent wrong code with ambiguous conversion.
2018-03-16 Jakub Jelinekre PR c++/79937 (ICE in replace_placeholders_r)
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-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++/84802 - ICE capturing uninstantiated class.
2018-03-06 Alexandre Oliva[PR c++/84593] ice on braced init with uninit ref field
2018-03-02 Jakub Jelinekre PR c++/84662 (internal compiler error: tree check...
2018-03-01 Marek Polacekre PR c++/84582 (Rejected valid C++ code since r257961)
2018-03-01 Jason MerrillPR c++/71569 - decltype of template.
2018-03-01 Jason MerrillPR c++/71569 - ICE with redundant args on member variab...
2018-02-27 Håkon SandsmarkPR c++/71546 - lambda init-capture with qualified-id.
2018-02-27 Jason MerrillPR c++/84520 - ICE with generic lambda in NSDMI.
2018-02-26 Jakub Jelinekre PR c++/84558 (ICE with invalid constexpr constructor)
2018-02-22 Jakub Jelinekre PR c++/84496 (Internal compiler error with lambda...
2018-02-16 Marek Polacekre PR c++/84192 (ICE with statement expression)
2018-02-15 Jason MerrillPR c++/84368 - wrong error with local variable in varia...
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 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-09 Paolo Carlinire PR c++/77522 (ICE on invalid code C++14 code: in...
2018-02-07 Jason MerrillPR c++/84182 - ICE with captured lambda
2018-02-02 Jason MerrillPR c++/84181 - ICE with lambda parm in template argument.
2018-02-01 Marek Polacekre PR c++/84125 (ICE in generic lambda when static_asse...
2018-02-01 Jason MerrillPR c++/84126 - ICE with variadic generic lambda
2018-01-31 Paolo Carlinire PR c++/84092 (ICE on C++14 code with variable templa...
2018-01-26 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-01-26 Jason MerrillPR c++/82514 - ICE with local class in generic lambda.
2018-01-24 Jason MerrillPR c++/82249 - wrong mismatched pack length error.
2018-01-24 Paolo Carlinire PR c++/83921 (GCC rejects constexpr initialization...
2018-01-23 Jason Merrill* g++.dg/cpp1y/lambda-generic.C: Remove libstdc++ depen...
2018-01-23 Jason MerrillPR c++/83947 - ICE with auto declarations.
2018-01-22 Marek Polacekre PR c++/81933 (Invalid "constexpr call flows off...
2018-01-17 Nathan Sidwell[C++/83739] bogus error tsubsting range for in generic...
2018-01-16 Jakub Jelinekre PR c++/83817 (internal compiler error: tree check...
2018-01-12 Tom de VriesAdd dg-require-effective-target alloca for c++ test...
2017-12-21 Nathan Sidwell[PR c++/83406] deducing lambda type
2017-12-18 Marek Polacekre PR c++/83116 (Statement with no effect causes wrong...
next