[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Sep 1 15:23:04 PDT 2010
The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/3836
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: spang.apple.com
Build Reason:
Build Source Stamp: 112735
Blamelist: dgregor,echristo,fjahanian,grosbach,lattner,resistor,void
BUILD FAILED: failed compile.llvm-gcc.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Scalar/JumpThreading.cpp
At: Wed 01 Sep 2010 11:32:12
Changed By: resistor
Comments: JumpThreading keeps LazyValueInfo up to date, so we don't need to rerun it
if we schedule another LVI-using pass afterwards.
Properties:
File: include/llvm/Support/StandardPasses.h
At: Wed 01 Sep 2010 11:32:12
Changed By: resistor
Comments: Tentatively add correlated value propagation to the set of standard passes.
Properties:
File: test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
At: Wed 01 Sep 2010 11:37:10
Changed By: void
Comments: The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
Properties:
File: lib/CodeGen/RegAllocFast.cpp
At: Wed 01 Sep 2010 12:22:07
Changed By: grosbach
Comments: tidy up a few 80-column and trailing whitespace bits.Properties:
File: include/llvm/Support/StandardPasses.h
At: Wed 01 Sep 2010 12:22:07
Changed By: resistor
Comments: Disable CorrelatedValuePropagation while I track down selfhost failures.
Properties:
File: lib/CodeGen/RegAllocFast.cpp
At: Wed 01 Sep 2010 12:32:07
Changed By: grosbach
Comments: The register allocator shouldn't consider allocating reserved registers.
Properties:
Files:
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprCXX.cpp
test/CodeGenObjCXX/property-objects.mm
At: Wed 01 Sep 2010 12:42:07
Changed By: fjahanian
Comments: Fix IRGen when property-dot syntax used to access
a c++ class object 'ivar'. Fixes radar 8366604.
Properties:
Files:
include/clang-c/Index.h
include/clang/AST/DeclCXX.h
lib/Serialization/ASTReaderDecl.cpp
test/Index/index-templates.cpp
test/Index/load-namespaces.cpp
test/Index/usrs.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexUSRs.cpp
tools/libclang/CXCursor.cpp
At: Wed 01 Sep 2010 12:57:07
Changed By: dgregor
Comments: Implement libclang support for using declarations. Clang actually uses
three different kinds of AST nodes to represent using declarations:
UsingDecl, UnresolvedUsingValueDecl, and
UnresolvedUsingTypenameDecl. These three are collapsed into a single
cursor kind for using declarations, since libclang clients don't need
the distinction.
Several related changes here:
- Cursor visitation of the three AST nodes for using declarations
- Proper source-range computation for these AST nodes
- Using declarations have no USRs, since they don't actually declare
any entities.
Properties:
Files:
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
At: Wed 01 Sep 2010 13:12:07
Changed By: lattner
Comments: update the tutorial to use CreateFAdd to create fp operations.
Properties:
Files:
test/Index/index-templates.cpp
tools/libclang/CIndex.cpp
At: Wed 01 Sep 2010 13:22:39
Changed By: dgregor
Comments: Teach libclang to visit the default arguments of template parameters.
Properties:
File: gcc/llvm-linker-hack.cpp
At: Wed 01 Sep 2010 13:27:15
Changed By: echristo
Comments: Add this to the linker hack!
Properties:
File: test/Index/index-templates.cpp
At: Wed 01 Sep 2010 13:27:15
Changed By: dgregor
Comments: Test visiting the template parameters of template template parameters,
support for which came in with the last commit.
Properties:
LOGS:
Last 10 lines of 'stdio':
build/gengenrtl > tmp-genrtl.c
/bin/sh: line 1: 37913 Bus error build/gengenrtl > tmp-genrtl.c
make[3]: *** [s-genrtl] Error 138
make[3]: *** Waiting for unfinished jobs....
/bin/sh: line 1: 37910 Bus error build/genmodes -m > tmp-min-modes.c
make[3]: *** [s-modes-m] Error 138
rm gpl.pod fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
Last 10 lines of 'warnings':
gengtype-lex.c:3433: warning: no previous prototype for 'yyget_out'
gengtype-lex.c:3441: warning: no previous prototype for 'yyget_leng'
gengtype-lex.c:3450: warning: no previous prototype for 'yyget_text'
gengtype-lex.c:3459: warning: no previous prototype for 'yyset_lineno'
gengtype-lex.c:3471: warning: no previous prototype for 'yyset_in'
gengtype-lex.c:3476: warning: no previous prototype for 'yyset_out'
gengtype-lex.c:3481: warning: no previous prototype for 'yyget_debug'
gengtype-lex.c:3486: warning: no previous prototype for 'yyset_debug'
gengtype-lex.c:3520: warning: no previous prototype for 'yylex_destroy'
../../llvm-gcc.src/gcc/gengtype-lex.l:594: warning: format not a string literal and no format arguments
More information about the llvm-testresults
mailing list