[cfe-commits] r151172 - in /cfe/trunk: lib/CodeGen/CGExprCXX.cpp test/CodeGenCXX/new-array-init-exceptions.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Thu Feb 23 04:02:15 PST 2012


On 22.02.2012 21:46, Chad Rosier wrote:
> Hi Sebastian,
> The test you added here is failing on one of our internal buildbots.
>
> Here's the exact errors:
> ******************** TEST 'Clang :: CodeGenCXX/new-array-init-exceptions.cpp' FAILED ********************Script:
> --
> /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang-build/Release/bin/clang -cc1 -internal-isystem /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang-build/Release/bin/../lib/clang/3.1/include -std=c++11 -triple i386-unknown-unknown -fexceptions -fcxx-exceptions /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang.src/test/CodeGenCXX/new-array-init-exceptions.cpp -emit-llvm -o - | FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang.src/test/CodeGenCXX/new-array-init-exceptions.cpp
> --
> Exit Code: 1
> Command Output (stderr):
> --
> /Users/buildslave/zorg/buildbot/smooshlab/slave-0.8/build.clang-x86_64-darwin10-R/clang.src/test/CodeGenCXX/new-array-init-exceptions.cpp:20:12: error: expected string not found in input
>   // CHECK: [[LPAD]]:
>             ^
> <stdin>:56:1: note: scanning from here
> ;<label>:27 ; preds = %25
> ^
> <stdin>:56:1: note: with variable "LPAD" equal to "31"
> ;<label>:27 ; preds = %25
> ^
> <stdin>:56:10: note: possible intended match here
> ;<label>:27 ; preds = %25
>
Huh, do labels look this differently in Release mode?

Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120223/c5244594/attachment.html>


More information about the cfe-commits mailing list