[cfe-commits] r140460 - in /cfe/trunk: include/clang/Parse/Parser.h include/clang/Sema/MultiInitializer.h include/clang/Sema/Sema.h lib/Parse/ParseCXXInlineMethods.cpp lib/Parse/ParseDeclCXX.cpp lib/Parse/ParseTemplate.cpp lib/Sema/MultiInitializer.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp test/SemaCXX/cxx0x-initializer-scalars.cpp test/SemaCXX/generalized-initializers.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Sep 26 11:11:40 PDT 2011


On Sep 26, 2011, at 10:50 AM, Sebastian Redl wrote:

> 
> On 26.09.2011, at 19:25, Jakob Stoklund Olesen wrote:
> 
>> Hi Sebastian,
>> 
>> I think one of your commits in the range 140453-140466 broke the c++ part of the GCC test suite.
>> 
>> g++.dg/parse/ctor3.C  (test for errors, line 7)
>> g++.dg/parse/ctor3.C (test for excess errors)
> 
> How do I run the GCC test suite with Clang?

Check out http://llvm.org/svn/llvm-project/clang-tests/trunk

Then read gcc-4_2-testsuite/README.txt.

/jakob




More information about the cfe-commits mailing list