This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r136967 - in /branches/cxx0x-lambdas-branch/gcc...


Author: jfreeman
Date: Thu Jun 19 19:25:53 2008
New Revision: 136967

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136967
Log:
beginnings of testsuite

Added:
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/call.h
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-copy-default.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-copy.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-in-class.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mixed.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-non-const.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref-default.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ref.cpp
    branches/cxx0x-lambdas-branch/gcc/testsuite/g++.dg/cpp0x/lambda/template.cpp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]