summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/variadic77.C
Commit message (Collapse)AuthorAgeFilesLines
* * lib/g++-dg.exp (g++-dg-runtest): Run tests in C++1y mode, too.jason2014-03-071-2/+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
* ++0x -> ++11.mrs2013-10-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203939 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/56679jason2013-03-281-1/+1
| | | | | | | * parser.c (cp_parser_sizeof_pack): Split out from... (cp_parser_sizeof_operand): ...here. Require (id). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197213 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/33496jakub2007-09-201-0/+22
* pt.c (tsubst_copy) <case SIZEOF_EXPR>: Handle error_mark_node returned from tsubst_pack_expansion. (tsubst_copy_and_build) <case SIZEOF_EXPR>: Likewise. (tsubst_copy_and_build) <case CONSTRUCTOR>: Likewise. * g++.dg/cpp0x/variadic76.C: New test. * g++.dg/cpp0x/variadic77.C: New test. * g++.dg/cpp0x/variadic78.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128630 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud