Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/g++-dg.exp (g++-dg-runtest): Run tests in C++1y mode, too. | jason | 2014-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * lib/target-supports.exp (check_effective_target_c++11): Now means C++11 and up. (check_effective_target_c++11_only): New. (check_effective_target_c++11_down): New. (check_effective_target_c++1y): New. (check_effective_target_c++1y_only): New. (check_effective_target_c++98_only): Rename from check_effective_target_c++98. * g++.dg/*: Use { target c++11 } instead of -std=c++11. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208416 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | /cp | paolo | 2011-11-25 | 1 | -0/+12 |
2011-11-24 Paolo Carlini <paolo.carlini@oracle.com> PR c++/51227 * pt.c (instantiate_class_template_1): If lambda_function (type) is NULL_TREE do not instantiate_decl. /testsuite 2011-11-24 Paolo Carlini <paolo.carlini@oracle.com> PR c++/51227 * g++.dg/cpp0x/lambda/lambda-ice5.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181707 138bc75d-0d04-0410-961f-82ee72b054a4 |