[cfe-commits] r72490 - in /cfe/trunk: include/clang/AST/RecordLayout.h lib/AST/ASTContext.cpp test/SemaCXX/constant-expression.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Wed May 27 14:11:45 PDT 2009


Mike Stump wrote:
> On May 27, 2009, at 12:34 PM, Sebastian Redl wrote:
>> Author: cornedbee
>> Date: Wed May 27 14:34:06 2009
>> New Revision: 72490
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=72490&view=rev
>> Log:
>> Add a big test case for I-C-Es in C++, and a fix to make it work. The
>> fix might not be the right way to do it.
>
> Our tester is seeing a new failure in:
>
>   llvm/tools/clang/test/CodeGenCXX//member-functions.cpp
>
> ?
Which tester, which architecture? I cannot reproduce it with the
x86_64-linux-gnu or i386-linux-gnu target triples.

(Also, is there a link to the waterfall on the Clang homepage?)

Sebastian



More information about the cfe-commits mailing list