aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y
AgeCommit message (Expand)Author
2019-07-31 PR c++/90538 - multiple expansions of capture packsJason Merrill
2019-07-29Fix ICE seen in tree-ssa-dce.c for new/delete pair.Martin Liska
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-06-20 PR c++/89873Marek Polacek
2019-06-18Consolidate constexpr array handling.Jason Merrill
2019-06-13 PR c++/87410Marek Polacek
2019-06-10 PR testsuite/90772Jakub Jelinek
2019-05-28 PR c++/90548 - ICE with generic lambda and empty pack.Marek Polacek
2019-05-22 * g++.dg/cpp1y/udlit-char-template-neg.C: Expect the error on aMarek Polacek
2019-05-17gcc/ada/ChangeLog:Martin Sebor
2019-05-10 PR c++/90383Jakub Jelinek
2019-05-06 PR c++/90265 - ICE with generic lambda.Marek Polacek
2019-04-24 PR c++/90227 - error with template parameter packs.Jason Merrill
2019-04-12 PR c++/87603 - constexpr functions are no longer noexcept.Marek Polacek
2019-03-28 PR c++/89785Jakub Jelinek
2019-03-26 PR c++/86429 - constexpr variable in lambda.Jason Merrill
2019-03-22 PR c++/87481Jakub Jelinek
2019-03-21 PR c++/89767Jakub Jelinek
2019-03-14 PR c++/89512Jakub Jelinek
2019-03-14 PR c++/89652Jakub Jelinek
2019-03-08 PR c++/88123 - lambda and using-directive.Jason Merrill
2019-02-282019-02-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2019-02-26 PR c++/89481Jakub Jelinek
2019-02-25 PR c++/89285Jakub Jelinek
2019-02-23 PR c++/89419Marek Polacek
2019-02-22 PR c++/87685 - generic lambda 'this' capture error.Jason Merrill
2019-02-22 PR c++/88394 - ICE with VLA init-capture.Jason Merrill
2019-02-21 PR c++/89285Jakub Jelinek
2019-02-20 PR c++/89336Jakub Jelinek
2019-02-20/cpPaolo Carlini
2019-02-19 PR c++/89336 - multiple stores in constexpr stmt.Jason Merrill
2019-02-13[PR87322] move cp_evaluated up to tsubst all lambda parmsAlexandre Oliva
2019-02-11 PR c++/89241 - ICE with __func__ in lambda in template.Jason Merrill
2019-02-02 PR c++/88761 - ICE with reference capture of constant.Jason Merrill
2019-02-01 PR c++/88983 - ICE with switch in constexpr function.Marek Polacek
2019-01-27 PR c++/88815 - narrowing conversion lost in decltype.Marek Polacek
2019-01-17/cpPaolo Carlini
2019-01-14 PR c++/88825 - ICE with bogus function return type deduction.Marek Polacek
2019-01-02 PR c++/86875Marek Polacek
2018-12-21 PR c++/86524Jakub Jelinek
2018-12-03 * g++.dg/cpp1y/lambda-generic-83856.C: Use __SIZE_TYPE__.Marek Polacek
2018-12-01 PR c++/87523Marek Polacek
2018-12-01 PR c++/83856Marek Polacek
2018-11-29/cpPaolo Carlini
2018-11-15[C++ DR 2336] virtual dtors, exception specs & abstract classesNathan Sidwell
2018-11-05 Implement UDL changes from P0732R2.Jason Merrill
2018-10-29 PR c++/87594 - constexpr rejects-valid with range-based for.Marek Polacek
2018-10-10 PR c++/87567 - constexpr rejects call to non-constexpr function.Marek Polacek
2018-10-09/cpPaolo Carlini
2018-09-21 PR c++/87372 - __func__ constexpr evaluation.Marek Polacek