[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Jul 20 16:57:31 PDT 2009
The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/1431
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 76503
Blamelist: johannes
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: gcc/c-common.c
At: Mon 20 Jul 2009 16:27:04
Changed By: johannes
Comments: asm blocks used the P modifier for FUNCTION_DECLs,
whether we want the function's address or are calling it.
After struggling with this in the X86 BE for a while I
decided it shouldn't have to handle this; changing
FE to emit P only in the call context.
Files:
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
At: Mon 20 Jul 2009 16:29:04
Changed By: johannes
Comments: Move stripping of bitcasts in inline asm arguments
to a place where it affects everything. Occurs
only on calls AFAIK.
File: lib/Target/X86/X86ISelLowering.cpp
At: Mon 20 Jul 2009 16:41:04
Changed By: johannes
Comments: Make sure a global matching asm 'i' constraint gets its
flags set properly. (hasMemory is clearly irrelevant
when matching 'i', I don't understand what this was
supposed to be doing.)
gcc.apple/asm-block-25.c (test passed before by
accident, but generated code was wrong)
LOGS:
Last 10 lines of 'test-llvm.stdio':
Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/TailDup/dg.exp ...
Running /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 4360
# of unexpected failures 3
# of expected failures 30
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'test-llvm.fails':
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll for PR1761
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll for PR4152
FAIL: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/asm-global-imm.ll for PR882
More information about the llvm-testresults
mailing list