[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Sep 30 19:14:48 PDT 2013


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/5823

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 191721
Blamelist: arsenm,echristo,efriedma,mkopec,pgurd,rsmith

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Target/X86/X86FixupLEAs.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 16:26:30
Changed By: pgurd
Comments: The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddress
on ADD16rr opcodes, if src1 != src, since that would cause 
convertToThreeAddress to try to create a virtual register. This is not
permitted after register allocation, which is when the X86FixupLEAs pass
runs.

This patch fixes PR16785.

Properties: 
  phase_id: r191711-t20130930_163038-b12183



File: lib/IR/Module.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 16:36:30
Changed By: arsenm
Comments: Reuse variableProperties: 
  phase_id: r191713-t20130930_163832-b12184



Files:
 test/Analysis/BasicAA/gep-alias.ll
 test/Analysis/BasicAA/global-size.ll
 test/Analysis/BasicAA/noalias-geps.ll
On: smooshlab-project
At: Mon 30 Sep 2013 16:36:30
Changed By: arsenm
Comments: Use CHECK-LABELProperties: 
  phase_id: r191713-t20130930_163832-b12184



File: test/dotest.py
On: smooshlab-project
At: Mon 30 Sep 2013 16:40:30
Changed By: mkopec
Comments: Enabling 32-bit tests for clang on Linux by default (ie. for the buildbot.).
Properties: 
  phase_id: r191714-t20130930_170154-b12185



File: lib/Target/X86/X86FixupLEAs.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 16:56:30
Changed By: pgurd
Comments: Forgot to add a break statement.

Properties: 
  phase_id: r191716-t20130930_172501-b12186



File: lib/Transforms/Vectorize/BBVectorize.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 17:06:30
Changed By: arsenm
Comments: Fix code duplicationProperties: 
  phase_id: r191716-t20130930_172501-b12186



File: test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py
On: smooshlab-project
At: Mon 30 Sep 2013 17:10:30
Changed By: mkopec
Comments: Mark watchpoint test as still failing on i386 Linux.
Properties: 
  phase_id: r191717-t20130930_174829-b12187



Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaStmt.cpp
 lib/Sema/SemaType.cpp
 test/SemaCXX/cxx1y-array-runtime-bound.cpp
 test/SemaCXX/cxx98-compat-pedantic.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 17:26:30
Changed By: rsmith
Comments: Remove support for arrays of runtime bound in C++1y, now they have been voted
out of the working paper. This reverts r179962 and r179992.
Properties: 
  phase_id: r191719-t20130930_175525-b12188



Files:
 lib/AST/Expr.cpp
 lib/Sema/SemaExpr.cpp
 test/SemaCXX/compound-literal.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 17:36:30
Changed By: efriedma
Comments: Tweak changes in r186464 to avoid a crash.

Currently, IR generation can't handle file-scope compound literals with
non-constant initializers in C++.

Fixes PR17415 (the first crash in the bug).

(We should probably change (T){1,2,3} to use the same codepath as T{1,2,3} in
C++ eventually, given that the semantics of the latter are actually defined by
the standard.)Properties: 
  phase_id: r191719-t20130930_175525-b12188



File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
On: smooshlab-project
At: Mon 30 Sep 2013 17:50:30
Changed By: echristo
Comments: Update comments.Properties: 
  phase_id: r191721-t20130930_180351-b12189



Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 test/DebugInfo/X86/fission-ranges.ll
On: smooshlab-project
At: Mon 30 Sep 2013 17:50:30
Changed By: echristo
Comments: Add the DW_AT_GNU_ranges_base attribute if we've emitted any ranges
into the debug_ranges section.Properties: 
  phase_id: r191721-t20130930_180351-b12189



LOGS:






More information about the llvm-testresults mailing list