From evan.cheng at apple.com Wed Dec 1 00:29:50 2010 From: evan.cheng at apple.com (Evan Cheng) Date: Wed, 01 Dec 2010 00:29:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: References: <20101201021300.404EF13B2068@google1.osuosl.org> <4CF5FCDC.1010202@free.fr> Message-ID: <6C06ED80-6580-4C3C-9AF5-D92D9963C450@apple.com> I've disabled the change for now. But could one of you reproduce it and let me know what the issue is? Thanks, Evan On Dec 1, 2010, at 12:15 AM, Anton Korobeynikov wrote: > Well, as I saw previously, this kind of problems is usually due to 32 bit pcrel call emitted in wrongly. Not sure about this particular case though. > > Anton > >> On Dec 1, 2010 10:44 AM, "Duncan Sands" wrote: >> >> Hi Evan, >> >> /usr/bin/ld: .libs/_exp_r4.o: relocation R_X86_64_PC32 against `expf@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC >> /usr/bin/ld: final link failed: Bad value >> >> This could be due to my tail call change but I can't make sense of error >> message. Duncan, any idea? >> >> your tail call change does seem the likely culprit, but I can't make sense of >> the error either. Maybe Anton or Rafael can help out? >> >> Ciao, Duncan. >> >> On Nov 30, 2010, at 6:13 PM, buildbot at google1.osuosl.org >> wrote: >> >> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/3 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: gcc10 >> >> Build Reason: >> Build Source Stamp: 120504 >> Blamelist: >> akirtzidis,atrick,echristo,evancheng,fjahanian,grosbach,jasonwkim,johannes,kremenek,lattner,mspencer,resistor,rjmccall,void >> >> BUILD FAILED: failed compile.llvm-gcc.stage1 >> >> sincerely, >> -The Buildbot >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From llvm-testresults at cs.uiuc.edu Wed Dec 1 00:43:21 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Wed, 1 Dec 2010 02:43:21 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101201084321.292F22A6C12D@llvm.org> http://llvm.org/perf/db_default/simple/nts/37/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 37, Order: 120561, Start Time: 2010-12-01 08:00:09, End Time: 2010-12-01 08:45:30 To: 36, Order: 120407, Start Time: 2010-11-30 07:58:30, End Time: 2010-11-30 08:43:49 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 942 Total Tests: 943 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From evan.cheng at apple.com Wed Dec 1 00:59:20 2010 From: evan.cheng at apple.com (Evan Cheng) Date: Wed, 1 Dec 2010 00:59:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <6C06ED80-6580-4C3C-9AF5-D92D9963C450@apple.com> References: <20101201021300.404EF13B2068@google1.osuosl.org> <4CF5FCDC.1010202@free.fr> <6C06ED80-6580-4C3C-9AF5-D92D9963C450@apple.com> Message-ID: Nevermind, I think I know. For PIC mode, it was generating "jmp sin" when it should be "jmp sin at PLT"? Evan On Dec 1, 2010, at 12:29 AM, Evan Cheng wrote: > I've disabled the change for now. But could one of you reproduce it and let me know what the issue is? > > Thanks, > > Evan > > On Dec 1, 2010, at 12:15 AM, Anton Korobeynikov wrote: > >> Well, as I saw previously, this kind of problems is usually due to 32 bit pcrel call emitted in wrongly. Not sure about this particular case though. >> >> Anton >> >> >>> On Dec 1, 2010 10:44 AM, "Duncan Sands" wrote: >>> >>> Hi Evan, >>> >>> /usr/bin/ld: .libs/_exp_r4.o: relocation R_X86_64_PC32 against `expf@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC >>> /usr/bin/ld: final link failed: Bad value >>> >>> This could be due to my tail call change but I can't make sense of error >>> message. Duncan, any idea? >>> >>> your tail call change does seem the likely culprit, but I can't make sense of >>> the error either. Maybe Anton or Rafael can help out? >>> >>> Ciao, Duncan. >>> >>> On Nov 30, 2010, at 6:13 PM, buildbot at google1.osuosl.org >>> wrote: >>> >>> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. >>> Full details are available at: >>> http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/3 >>> >>> Buildbot URL: http://google1.osuosl.org:8011/ >>> >>> Buildslave for this Build: gcc10 >>> >>> Build Reason: >>> Build Source Stamp: 120504 >>> Blamelist: >>> akirtzidis,atrick,echristo,evancheng,fjahanian,grosbach,jasonwkim,johannes,kremenek,lattner,mspencer,resistor,rjmccall,void >>> >>> BUILD FAILED: failed compile.llvm-gcc.stage1 >>> >>> sincerely, >>> -The Buildbot >>> >>> >>> >> > _______________________________________________ > llvm-testresults mailing list > llvm-testresults at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults -------------- next part -------------- An HTML attachment was scrubbed... URL: From anton at korobeynikov.info Wed Dec 1 00:15:55 2010 From: anton at korobeynikov.info (Anton Korobeynikov) Date: Wed, 1 Dec 2010 11:15:55 +0300 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <4CF5FCDC.1010202@free.fr> References: <20101201021300.404EF13B2068@google1.osuosl.org> <4CF5FCDC.1010202@free.fr> Message-ID: Well, as I saw previously, this kind of problems is usually due to 32 bit pcrel call emitted in wrongly. Not sure about this particular case though. Anton On Dec 1, 2010 10:44 AM, "Duncan Sands" wrote: Hi Evan, /usr/bin/ld: .libs/_exp_r4.o: relocation R_X86_64_PC32 against `expf@@GLIBC_2.2.5' > can not be used when making a shared object; recompile with -fPIC > /usr/bin/ld: final link failed: Bad value > > This could be due to my tail call change but I can't make sense of error > message. Duncan, any idea? > your tail call change does seem the likely culprit, but I can't make sense of the error either. Maybe Anton or Rafael can help out? Ciao, Duncan. On Nov 30, 2010, at 6:13 PM, buildbot at google1.osuosl.org > wrote: > > The Buildbot has detected a new failure of llvm-x86_64-linux-checks on >> llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/3 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: gcc10 >> >> Build Reason: >> Build Source Stamp: 120504 >> Blamelist: >> >> akirtzidis,atrick,echristo,evancheng,fjahanian,grosbach,jasonwkim,johannes,kremenek,lattner,mspencer,resistor,rjmccall,void >> >> BUILD FAILED: failed compile.llvm-gcc.stage1 >> >> sincerely, >> -The Buildbot >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anton at korobeynikov.info Wed Dec 1 01:34:51 2010 From: anton at korobeynikov.info (Anton Korobeynikov) Date: Wed, 1 Dec 2010 12:34:51 +0300 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: References: <20101201021300.404EF13B2068@google1.osuosl.org> <4CF5FCDC.1010202@free.fr> <6C06ED80-6580-4C3C-9AF5-D92D9963C450@apple.com> Message-ID: Yes, this might yield such error. Anton On Dec 1, 2010 11:59 AM, "Evan Cheng" wrote: Nevermind, I think I know. For PIC mode, it was generating "jmp sin" when it should be "jmp sin at PLT"? Evan On Dec 1, 2010, at 12:29 AM, Evan Cheng wrote: > I've disabled the change for now. But could one of you reproduce it and let me know what the issue... _______________________________________________ llvm-testresults mailing list > llvm-testresults at cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Wed Dec 1 09:17:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 09:17:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101201171719.81B20BC2E2CC@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16366 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 120580 Blamelist: dpatel BUILD FAILED: failed test-llvm test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/X86/X86MCAsmInfo.cpp At: Wed 01 Dec 2010 09:06:40 Changed By: dpatel Comments: Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 8709290 are fixed. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: DebugInfo/2010-05-10-MultipleCU.ll LLVM :: DebugInfo/2010-06-29-InlinedFnLocalVar.ll LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll Expected Passes : 5084 Expected Failures : 44 Unsupported Tests : 557 Unexpected Failures: 13 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/dbg-byval-parameter.ll LLVM :: CodeGen/X86/unknown-location.ll LLVM :: DebugInfo/2010-03-24-MemberFn.ll LLVM :: DebugInfo/2010-04-13-PubType.ll LLVM :: DebugInfo/2010-04-19-FramePtr.ll LLVM :: DebugInfo/2010-04-06-NestedFnDbgInfo.ll LLVM :: DebugInfo/2010-04-25-CU-entry_pc.ll LLVM :: DebugInfo/2010-05-10-MultipleCU.ll LLVM :: DebugInfo/2010-06-29-InlinedFnLocalVar.ll LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2010-01-18-dbgvalue.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :1:13: note: possible intended match here .section __TEXT,__text,regular,pure_instructions ^ -- ******************** Last 10 lines of '2010-05-25-dotdebugloc.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :4:23: note: possible intended match here LCPI0_0: ## constant pool <4 x float> ^ -- ******************** Last 10 lines of '2010-08-10-dbgconstant.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :1:31: note: possible intended match here .section __TEXT,__text,regular,pure_instructions ^ -- ******************** Last 10 lines of 'dbg-byval-parameter.ll': ******************** TEST 'LLVM :: CodeGen/X86/dbg-byval-parameter.ll' FAILED ********************Script: -- llc -march=x86 -asm-verbose < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/dbg-byval-parameter.ll | grep DW_TAG_formal_parameter -- Exit Code: 1 ******************** Last 10 lines of 'unknown-location.ll': :7:2: note: scanning from here cltd ^ :8:5: note: possible intended match here idivl %r8d ^ -- ******************** Last 10 lines of '2010-03-24-memberfn.ll': ******************** TEST 'LLVM :: DebugInfo/2010-03-24-MemberFn.ll' FAILED ********************Script: -- llc -O0 < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-03-24-MemberFn.ll | grep AT_decl_file | grep 2 -- Exit Code: 1 ******************** Last 10 lines of '2010-04-13-pubtype.ll': ******************** TEST 'LLVM :: DebugInfo/2010-04-13-PubType.ll' FAILED ********************Script: -- llc -O0 -asm-verbose < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-04-13-PubType.ll > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp grep "External Name" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp | grep -v X grep "External Name" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-13-PubType.ll.tmp | grep Y | count 1 -- Exit Code: 1 ******************** Last 10 lines of '2010-04-19-frameptr.ll': -- llc -asm-verbose -O0 -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-19-FramePtr.ll.tmp < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-04-19-FramePtr.ll grep DW_AT_APPLE_omit_frame_ptr /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-19-FramePtr.ll.tmp llc -disable-fp-elim -asm-verbose -O0 -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-19-FramePtr.ll.tmp < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-04-19-FramePtr.ll grep -v DW_AT_APPLE_omit_frame_ptr /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/Output/2010-04-19-FramePtr.ll.tmp -- Exit Code: 1 ******************** Last 10 lines of '2010-04-06-nestedfndbginfo.ll': llvm-as < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll | llc -asm-verbose -O0 | grep AT_specification | count 2 -- Exit Code: 1 Command Output (stderr): -- Expected 2 lines, got 0. -- ******************** Last 10 lines of '2010-04-25-cu-entry_pc.ll': llc < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/DebugInfo/2010-04-25-CU-entry_pc.ll | grep entry_pc | count 2 -- Exit Code: 1 Command Output (stderr): -- Expected 2 lines, got 0. -- ******************** Last 10 lines of '2010-05-10-multiplecu.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :1:30: note: possible intended match here .section __TEXT,__text,regular,pure_instructions ^ -- ******************** Last 10 lines of '2010-06-29-inlinedfnlocalvar.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :1:35: note: possible intended match here .section __TEXT,__text,regular,pure_instructions ^ -- ******************** Last 10 lines of '2010-09-16-emptyfilename.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :1:36: note: possible intended match here .section __TEXT,__text,regular,pure_instructions ^ -- ******************** Last 10 lines of 'stdio': Clang :: CodeGenCXX/debug-info-template.cpp Clang :: CodeGenCXX/field-access-debug-info.cpp Clang :: CodeGenObjC/debug-info-self.m Clang :: CodeGenObjC/property-dbg.m Expected Passes : 2658 Expected Failures : 20 Unexpected Failures: 13 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': clang: warning: argument unused during compilation: '-dA' clang: warning: argument unused during compilation: '-cc1' clang: warning: argument unused during compilation: '-cc1' Last 10 lines of 'fail': Clang :: CodeGenCXX/debug-info-ctor2.cpp Clang :: CodeGenCXX/debug-info-enum.cpp Clang :: CodeGenCXX/debug-info-friend.cpp Clang :: CodeGenCXX/debug-info-member.cpp Clang :: CodeGenCXX/debug-info-method.cpp Clang :: CodeGenCXX/debug-info-namespace.cpp Clang :: CodeGenCXX/debug-info-template.cpp Clang :: CodeGenCXX/field-access-debug-info.cpp Clang :: CodeGenObjC/debug-info-self.m Clang :: CodeGenObjC/property-dbg.m Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of '2010-03-09-dbginfo.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -dA -S -O0 -g /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2010-03-09-DbgInfo.c -o - | grep DW_TAG_variable -- Exit Code: 1 Command Output (stderr): -- clang: warning: argument unused during compilation: '-dA' -- ******************** Last 10 lines of 'debug-info-var-location.c': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :10:147: note: possible intended match here ##DEBUG_VALUE: foo:s <- undef ## /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/debug-info-var-location.c:12:20 ^ -- ******************** Last 10 lines of 'debug-info-byval.cpp': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :13:2: note: possible intended match here pushl %esi ^ -- ******************** Last 10 lines of 'debug-info-ctor2.cpp': ******************** TEST 'Clang :: CodeGenCXX/debug-info-ctor2.cpp' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -g -S /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-ctor2.cpp -o - | grep AT_explicit -- Exit Code: 1 ******************** Last 10 lines of 'debug-info-enum.cpp': ******************** TEST 'Clang :: CodeGenCXX/debug-info-enum.cpp' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -S -g /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-enum.cpp -o - | grep DW_TAG_enumeration_type -- Exit Code: 1 ******************** Last 10 lines of 'debug-info-friend.cpp': ******************** TEST 'Clang :: CodeGenCXX/debug-info-friend.cpp' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -S -g /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-friend.cpp -o - | grep DW_TAG_friend -- Exit Code: 1 ******************** Last 10 lines of 'debug-info-member.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -cc1 -g -S /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-member.cpp -o - | grep DW_ACCESS_public -- Exit Code: 1 Command Output (stderr): -- clang: warning: argument unused during compilation: '-cc1' -- ******************** Last 10 lines of 'debug-info-method.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -cc1 -g -S /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-method.cpp -o - | grep DW_ACCESS_protected -- Exit Code: 1 Command Output (stderr): -- clang: warning: argument unused during compilation: '-cc1' -- ******************** Last 10 lines of 'debug-info-namespace.cpp': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :3:15: note: possible intended match here .zerofill __DATA,__common,_n,4,2 ^ -- ******************** Last 10 lines of 'debug-info-template.cpp': ******************** TEST 'Clang :: CodeGenCXX/debug-info-template.cpp' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-llvm-only -g -S /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/debug-info-template.cpp -o - | grep "TC" -- Exit Code: 1 ******************** Last 10 lines of 'field-access-debug-info.cpp': ******************** TEST 'Clang :: CodeGenCXX/field-access-debug-info.cpp' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -g -S -masm-verbose -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/Output/field-access-debug-info.cpp.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/field-access-debug-info.cpp grep DW_AT_accessibility /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/Output/field-access-debug-info.cpp.tmp -- Exit Code: 1 ******************** Last 10 lines of 'debug-info-self.m': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -fverbose-asm -g -S /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenObjC/debug-info-self.m -o - | grep DW_AT_artificial | count 3 -- Exit Code: 1 Command Output (stderr): -- Expected 3 lines, got 0. -- ******************** Last 10 lines of 'property-dbg.m': ******************** TEST 'Clang :: CodeGenObjC/property-dbg.m' FAILED ********************Script: -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -S -g -masm-verbose -x objective-c < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenObjC/property-dbg.m | grep DW_AT_name -- Exit Code: 1 ******************** From buildbot at google1.osuosl.org Wed Dec 1 09:36:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 09:36:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101201173618.A1BB313B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/8 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 120574 Blamelist: baldrick,clchiou BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From baldrick at free.fr Wed Dec 1 09:43:59 2010 From: baldrick at free.fr (Duncan Sands) Date: Wed, 01 Dec 2010 18:43:59 +0100 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <20101201173618.A1BB313B2068@google1.osuosl.org> References: <20101201173618.A1BB313B2068@google1.osuosl.org> Message-ID: <4CF6895F.7010307@free.fr> Uh oh, looks like LLVM started doing something non-deterministic :( Comparing stages 2 and 3 Bootstrap comparison failure! ./fortran/module.o differs ./fortran/trans-decl.o differs ./fortran/io.o differs ./fortran/dependency.o differs ./fortran/decl.o differs ./fortran/trans-openmp.o differs ./fortran/match.o differs ./fortran/trans-types.o differs ./fortran/iresolve.o differs ./fortran/trans-array.o differs ./fortran/options.o differs ./fortran/matchexp.o differs ./fortran/data.o differs ./fortran/array.o differs ./fortran/parse.o differs ./fortran/expr.o differs ./fortran/trans-expr.o differs ./fortran/openmp.o differs ./fortran/arith.o differs ./fortran/symbol.o differs ./fortran/dump-parse-tree.o differs ./fortran/trans-stmt.o differs ./fortran/resolve.o differs ./fortran/trans-common.o differs ./fortran/trans-intrinsic.o differs ./fortran/f95-lang.o differs ./fortran/trans-io.o differs ./fortran/trans.o differs ./fortran/primary.o differs ./fortran/error.o differs ./fortran/misc.o differs ./fortran/bbt.o differs ./fortran/check.o differs ./fortran/intrinsic.o differs ./fortran/trans-const.o differs ./fortran/scanner.o differs ./fortran/simplify.o differs make[2]: *** [compare] Error 1 make[2]: Leaving directory `/home/baldrick/osuosl/slave/llvm-x86_64-linux-checks/llvm-gcc.obj.2' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/home/baldrick/osuosl/slave/llvm-x86_64-linux-checks/llvm-gcc.obj.2' make: *** [all] Error 2 On 01/12/10 18:36, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/8 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: gcc10 > > Build Reason: > Build Source Stamp: 120574 > Blamelist: baldrick,clchiou > > BUILD FAILED: failed compile.llvm-gcc.stage2 > > sincerely, > -The Buildbot > From buildbot at google1.osuosl.org Wed Dec 1 10:46:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 10:46:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101201184629.0AEEF13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/12 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120582 Blamelist: dgregor,dpatel BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:03:08 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:03:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101201190308.C026213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/61 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 1 11:03:56 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 11:03:56 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101201190357.880CFBC389A7@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/5947 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 01 Dec 2010 10:56:40 Changed By: grosbach Comments: 10 bits, not 12.Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling VirtRegMap.cpp for Debug+Asserts build llvm[2]: Compiling VirtRegRewriter.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Debug+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build llvm[2]: Building Debug+Asserts Archive Library libLLVMCodeGen.a llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 From daniel_dunbar at apple.com Wed Dec 1 11:04:50 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 11:04:50 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101201190451.2F81DBC38A3F@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6747 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 01 Dec 2010 10:56:40 Changed By: grosbach Comments: 10 bits, not 12.Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Release+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a llvm[4]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 From buildbot at google1.osuosl.org Wed Dec 1 11:05:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:05:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101201190514.018D113B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/24 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:05:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:05:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101201190524.6D88213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/28 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:07:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:07:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101201190750.2463913B2068@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/27 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed run.build.step.make_llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:07:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:07:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101201190759.6897213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/45 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:08:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:08:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101201190815.84BBC13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/35 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:08:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:08:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101201190823.3DD5113B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/27 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:09:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:09:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101201190909.D848213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/42 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From grosbach at apple.com Wed Dec 1 11:09:15 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 1 Dec 2010 11:09:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux In-Reply-To: <20101201190308.C026213B2068@google1.osuosl.org> References: <20101201190308.C026213B2068@google1.osuosl.org> Message-ID: The blamelist is unfortunately spot-on accurate in this case. Fixed in r120585. Sorry about that. -j On Dec 1, 2010, at 11:03 AM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/61 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: gcc14 > > Build Reason: > Build Source Stamp: 120584 > Blamelist: grosbach > > BUILD FAILED: failed compile > > sincerely, > -The Buildbot > From daniel_dunbar at apple.com Wed Dec 1 11:09:44 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 11:09:44 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101201190945.5A6C8C10CEFB@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12197 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 01 Dec 2010 10:56:40 Changed By: grosbach Comments: 10 bits, not 12.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeAsmParser.a llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling MBlazeDisassembler.cpp for Debug+Asserts build llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build llvm[2]: Building Debug+Asserts Archive Library libLLVMTarget.a llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeDisassembler.a llvm[4]: Compiling MBlazeTargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeInfo.a make: *** [all] Error 1 From buildbot at google1.osuosl.org Wed Dec 1 11:10:58 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:10:58 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101201191059.04DB313B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/42 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:12:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:12:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101201191240.E176213B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/22 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 11:13:10 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 11:13:10 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101201191310.C5DA913B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/22 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120584 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot From gohman at apple.com Wed Dec 1 13:22:44 2010 From: gohman at apple.com (Dan Gohman) Date: Wed, 1 Dec 2010 13:22:44 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression Message-ID: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> Hello, The llvm-arm-linux buildbot saw two tests recently start failing these two tests: • test/ExecutionEngine/2005-12-02-TailCallBug.ll • test/ExecutionEngine/test-call.ll These weren't reported because the buildbot is already red because apm.ll has been failing for a while, for unrelated reasons. The first failed build where these two tests failed is here: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/3 I'm guessing it's related to one of the several ARM codegen commits included in that build. Can one of you look into this? Thanks, Dan From echristo at apple.com Wed Dec 1 13:29:34 2010 From: echristo at apple.com (Eric Christopher) Date: Wed, 1 Dec 2010 13:29:34 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> Message-ID: <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> On Dec 1, 2010, at 1:22 PM, Dan Gohman wrote: > Hello, > > The llvm-arm-linux buildbot saw two tests recently start failing > these two tests: > > • test/ExecutionEngine/2005-12-02-TailCallBug.ll > • test/ExecutionEngine/test-call.ll > > These weren't reported because the buildbot is already red because > apm.ll has been failing for a while, for unrelated reasons. > > The first failed build where these two tests failed is here: > > http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/3 > > I'm guessing it's related to one of the several ARM codegen > commits included in that build. > > Can one of you look into this? Going to guess Jim's change in 120438 since it deals with BX_CALL... -eric From gohman at apple.com Wed Dec 1 13:30:23 2010 From: gohman at apple.com (Dan Gohman) Date: Wed, 1 Dec 2010 13:30:23 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <20101201171719.81B20BC2E2CC@mail-out3.apple.com> References: <20101201171719.81B20BC2E2CC@mail-out3.apple.com> Message-ID: <5EDEF29A-06ED-4430-95BC-B977B5738635@apple.com> On Dec 1, 2010, at 9:17 AM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16366 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-15.apple.com > > Build Reason: > Build Source Stamp: 120580 > Blamelist: dpatel > > BUILD FAILED: failed test-llvm test-clang Hi Devang, These are still failing. Can you investigate? Thanks, Dan From grosbach at apple.com Wed Dec 1 13:32:29 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 1 Dec 2010 13:32:29 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> Message-ID: <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> On Dec 1, 2010, at 1:29 PM, Eric Christopher wrote: > > On Dec 1, 2010, at 1:22 PM, Dan Gohman wrote: > >> Hello, >> >> The llvm-arm-linux buildbot saw two tests recently start failing >> these two tests: >> >> • test/ExecutionEngine/2005-12-02-TailCallBug.ll >> • test/ExecutionEngine/test-call.ll >> >> These weren't reported because the buildbot is already red because >> apm.ll has been failing for a while, for unrelated reasons. >> >> The first failed build where these two tests failed is here: >> >> http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/3 >> >> I'm guessing it's related to one of the several ARM codegen >> commits included in that build. >> >> Can one of you look into this? > > Going to guess Jim's change in 120438 since it deals with BX_CALL... Very likely something of mine, yes. That's as likely a candidate as any. These are very tricky to fix, as those are Linux ARM JIT failures, so it's often not reproducible here. Hopefully I can get something similar to fail here. If not, we may need to xfail them until someone with access to a linux target board can look at it. From daniel_dunbar at apple.com Wed Dec 1 14:01:33 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 14:01:33 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101201220134.38857C114D2A@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12203 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120605 Blamelist: grosbach,kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 01 Dec 2010 13:16:40 Changed By: grosbach Comments: Use the correct fixup type for ARM VLDR*Properties: Files: include/clang/Checker/PathSensitive/Checker.h include/clang/Checker/PathSensitive/GRExprEngine.h include/clang/Checker/PathSensitive/SValBuilder.h include/clang/Checker/PathSensitive/SValuator.h include/clang/Checker/PathSensitive/ValueManager.h lib/Checker/AdjustedReturnValueChecker.cpp lib/Checker/BasicObjCFoundationChecks.cpp lib/Checker/BuiltinFunctionChecker.cpp lib/Checker/CMakeLists.txt lib/Checker/CStringChecker.cpp lib/Checker/CastSizeChecker.cpp lib/Checker/GRExprEngine.cpp lib/Checker/GRState.cpp lib/Checker/MallocChecker.cpp lib/Checker/OSAtomicChecker.cpp lib/Checker/RegionStore.cpp lib/Checker/SValBuilder.cpp lib/Checker/SValuator.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/Checker/SimpleSValuator.cpp lib/Checker/Store.cpp lib/Checker/UnixAPIChecker.cpp lib/Checker/VLASizeChecker.cpp lib/Checker/ValueManager.cpp At: Wed 01 Dec 2010 13:31:40 Changed By: kremenek Comments: Rename 'SValuator' to 'SValBuilder'. The new name reflects what the class actually does.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 111.40s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2671 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From kremenek at apple.com Wed Dec 1 14:30:19 2010 From: kremenek at apple.com (Ted Kremenek) Date: Wed, 01 Dec 2010 14:30:19 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 In-Reply-To: <0LCR00AZPRUMKDV0@postino.apple.com> References: <0LCR00AZPRUMKDV0@postino.apple.com> Message-ID: <94AD7167-438E-45BA-BCC1-3366E44D95C6@apple.com> None of these failures are in the static analyzer, so this is unrelated to my change. On Dec 1, 2010, at 2:01 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12203 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-04 > > Build Reason: > Build Source Stamp: 120605 > Blamelist: grosbach,kremenek > > BUILD FAILED: failed test-clang > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > File: lib/Target/ARM/ARMMCCodeEmitter.cpp > At: Wed 01 Dec 2010 13:16:40 > Changed By: grosbach > Comments: Use the correct fixup type for ARM VLDR*Properties: > > > > > Files: > include/clang/Checker/PathSensitive/Checker.h > include/clang/Checker/PathSensitive/GRExprEngine.h > include/clang/Checker/PathSensitive/SValBuilder.h > include/clang/Checker/PathSensitive/SValuator.h > include/clang/Checker/PathSensitive/ValueManager.h > lib/Checker/AdjustedReturnValueChecker.cpp > lib/Checker/BasicObjCFoundationChecks.cpp > lib/Checker/BuiltinFunctionChecker.cpp > lib/Checker/CMakeLists.txt > lib/Checker/CStringChecker.cpp > lib/Checker/CastSizeChecker.cpp > lib/Checker/GRExprEngine.cpp > lib/Checker/GRState.cpp > lib/Checker/MallocChecker.cpp > lib/Checker/OSAtomicChecker.cpp > lib/Checker/RegionStore.cpp > lib/Checker/SValBuilder.cpp > lib/Checker/SValuator.cpp > lib/Checker/SimpleConstraintManager.cpp > lib/Checker/SimpleSValBuilder.cpp > lib/Checker/SimpleSValuator.cpp > lib/Checker/Store.cpp > lib/Checker/UnixAPIChecker.cpp > lib/Checker/VLASizeChecker.cpp > lib/Checker/ValueManager.cpp > At: Wed 01 Dec 2010 13:31:40 > Changed By: kremenek > Comments: Rename 'SValuator' to 'SValBuilder'. The new name > reflects what the class actually does.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > Testing Time: 111.40s > ******************** > Failing Tests (1): > Clang :: Index/overrides.cpp > > Expected Passes : 2671 > Expected Failures : 20 > Unexpected Failures: 1 > make[1]: *** [all] Error 1 > make: *** [test] Error 2 > > Last 10 lines of 'fail': > Clang :: Index/overrides.cpp > > Last 10 lines of 'xfail': > Clang :: FixIt/fixit-errors.c > Clang :: FixIt/fixit-pmem.cpp > Clang :: FixIt/typo.m > Clang :: Lexer/hexfloat.cpp > Clang :: PCH/changed-files.c > Clang :: PCH/pr4489.c > Clang :: PCH/source-manager-stack.c > Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp > Clang :: SemaCXX/rval-references-xfail.cpp > Clang :: SemaTemplate/instantiate-function-1.mm > > Last 10 lines of 'overrides.cpp': > :21:1: note: scanning from here > // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] > ^ > :23:11: note: possible intended match here > // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] > ^ > -- > > ******************** > > From grosbach at apple.com Wed Dec 1 14:41:51 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 1 Dec 2010 14:41:51 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 In-Reply-To: <94AD7167-438E-45BA-BCC1-3366E44D95C6@apple.com> References: <0LCR00AZPRUMKDV0@postino.apple.com> <94AD7167-438E-45BA-BCC1-3366E44D95C6@apple.com> Message-ID: <0E868473-E0AF-418D-B6B0-85D5004F36D9@apple.com> This appears to be fixed on ToT? Doesn't reproduce locally for me. I suspect the blamelist is inaccurate here. I've seen stranger things, but otherwise a backend change to MC binary encoding for ARM somehow broke an indexing test. :) On Dec 1, 2010, at 2:30 PM, Ted Kremenek wrote: > None of these failures are in the static analyzer, so this is unrelated to my change. > > On Dec 1, 2010, at 2:01 PM, daniel_dunbar at apple.com wrote: > >> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12203 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-04 >> >> Build Reason: >> Build Source Stamp: 120605 >> Blamelist: grosbach,kremenek >> >> BUILD FAILED: failed test-clang >> >> sincerely, >> -The Buildbot >> >> >> ================================================================================ >> >> CHANGES: >> File: lib/Target/ARM/ARMMCCodeEmitter.cpp >> At: Wed 01 Dec 2010 13:16:40 >> Changed By: grosbach >> Comments: Use the correct fixup type for ARM VLDR*Properties: >> >> >> >> >> Files: >> include/clang/Checker/PathSensitive/Checker.h >> include/clang/Checker/PathSensitive/GRExprEngine.h >> include/clang/Checker/PathSensitive/SValBuilder.h >> include/clang/Checker/PathSensitive/SValuator.h >> include/clang/Checker/PathSensitive/ValueManager.h >> lib/Checker/AdjustedReturnValueChecker.cpp >> lib/Checker/BasicObjCFoundationChecks.cpp >> lib/Checker/BuiltinFunctionChecker.cpp >> lib/Checker/CMakeLists.txt >> lib/Checker/CStringChecker.cpp >> lib/Checker/CastSizeChecker.cpp >> lib/Checker/GRExprEngine.cpp >> lib/Checker/GRState.cpp >> lib/Checker/MallocChecker.cpp >> lib/Checker/OSAtomicChecker.cpp >> lib/Checker/RegionStore.cpp >> lib/Checker/SValBuilder.cpp >> lib/Checker/SValuator.cpp >> lib/Checker/SimpleConstraintManager.cpp >> lib/Checker/SimpleSValBuilder.cpp >> lib/Checker/SimpleSValuator.cpp >> lib/Checker/Store.cpp >> lib/Checker/UnixAPIChecker.cpp >> lib/Checker/VLASizeChecker.cpp >> lib/Checker/ValueManager.cpp >> At: Wed 01 Dec 2010 13:31:40 >> Changed By: kremenek >> Comments: Rename 'SValuator' to 'SValBuilder'. The new name >> reflects what the class actually does.Properties: >> >> >> >> >> LOGS: >> Last 10 lines of 'stdio': >> Testing Time: 111.40s >> ******************** >> Failing Tests (1): >> Clang :: Index/overrides.cpp >> >> Expected Passes : 2671 >> Expected Failures : 20 >> Unexpected Failures: 1 >> make[1]: *** [all] Error 1 >> make: *** [test] Error 2 >> >> Last 10 lines of 'fail': >> Clang :: Index/overrides.cpp >> >> Last 10 lines of 'xfail': >> Clang :: FixIt/fixit-errors.c >> Clang :: FixIt/fixit-pmem.cpp >> Clang :: FixIt/typo.m >> Clang :: Lexer/hexfloat.cpp >> Clang :: PCH/changed-files.c >> Clang :: PCH/pr4489.c >> Clang :: PCH/source-manager-stack.c >> Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >> Clang :: SemaCXX/rval-references-xfail.cpp >> Clang :: SemaTemplate/instantiate-function-1.mm >> >> Last 10 lines of 'overrides.cpp': >> :21:1: note: scanning from here >> // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] >> ^ >> :23:11: note: possible intended match here >> // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] >> ^ >> -- >> >> ******************** >> >> From daniel_dunbar at apple.com Wed Dec 1 14:42:11 2010 From: daniel_dunbar at apple.com (Daniel Dunbar) Date: Wed, 1 Dec 2010 14:42:11 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 In-Reply-To: <0E868473-E0AF-418D-B6B0-85D5004F36D9@apple.com> References: <0LCR00AZPRUMKDV0@postino.apple.com> <94AD7167-438E-45BA-BCC1-3366E44D95C6@apple.com> <0E868473-E0AF-418D-B6B0-85D5004F36D9@apple.com> Message-ID: <279345DB-C61D-4DB8-B39D-5BDB2F6BF527@apple.com> Or the test is non-deterministic. - Daniel On Dec 1, 2010, at 2:41 PM, Jim Grosbach wrote: > This appears to be fixed on ToT? Doesn't reproduce locally for me. > > I suspect the blamelist is inaccurate here. I've seen stranger things, but otherwise a backend change to MC binary encoding for ARM somehow broke an indexing test. :) > > On Dec 1, 2010, at 2:30 PM, Ted Kremenek wrote: > >> None of these failures are in the static analyzer, so this is unrelated to my change. >> >> On Dec 1, 2010, at 2:01 PM, daniel_dunbar at apple.com wrote: >> >>> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. >>> Full details are available at: >>> http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12203 >>> >>> Buildbot URL: http://smooshlab.apple.com:8010/ >>> >>> Buildslave for this Build: smoosh-04 >>> >>> Build Reason: >>> Build Source Stamp: 120605 >>> Blamelist: grosbach,kremenek >>> >>> BUILD FAILED: failed test-clang >>> >>> sincerely, >>> -The Buildbot >>> >>> >>> ================================================================================ >>> >>> CHANGES: >>> File: lib/Target/ARM/ARMMCCodeEmitter.cpp >>> At: Wed 01 Dec 2010 13:16:40 >>> Changed By: grosbach >>> Comments: Use the correct fixup type for ARM VLDR*Properties: >>> >>> >>> >>> >>> Files: >>> include/clang/Checker/PathSensitive/Checker.h >>> include/clang/Checker/PathSensitive/GRExprEngine.h >>> include/clang/Checker/PathSensitive/SValBuilder.h >>> include/clang/Checker/PathSensitive/SValuator.h >>> include/clang/Checker/PathSensitive/ValueManager.h >>> lib/Checker/AdjustedReturnValueChecker.cpp >>> lib/Checker/BasicObjCFoundationChecks.cpp >>> lib/Checker/BuiltinFunctionChecker.cpp >>> lib/Checker/CMakeLists.txt >>> lib/Checker/CStringChecker.cpp >>> lib/Checker/CastSizeChecker.cpp >>> lib/Checker/GRExprEngine.cpp >>> lib/Checker/GRState.cpp >>> lib/Checker/MallocChecker.cpp >>> lib/Checker/OSAtomicChecker.cpp >>> lib/Checker/RegionStore.cpp >>> lib/Checker/SValBuilder.cpp >>> lib/Checker/SValuator.cpp >>> lib/Checker/SimpleConstraintManager.cpp >>> lib/Checker/SimpleSValBuilder.cpp >>> lib/Checker/SimpleSValuator.cpp >>> lib/Checker/Store.cpp >>> lib/Checker/UnixAPIChecker.cpp >>> lib/Checker/VLASizeChecker.cpp >>> lib/Checker/ValueManager.cpp >>> At: Wed 01 Dec 2010 13:31:40 >>> Changed By: kremenek >>> Comments: Rename 'SValuator' to 'SValBuilder'. The new name >>> reflects what the class actually does.Properties: >>> >>> >>> >>> >>> LOGS: >>> Last 10 lines of 'stdio': >>> Testing Time: 111.40s >>> ******************** >>> Failing Tests (1): >>> Clang :: Index/overrides.cpp >>> >>> Expected Passes : 2671 >>> Expected Failures : 20 >>> Unexpected Failures: 1 >>> make[1]: *** [all] Error 1 >>> make: *** [test] Error 2 >>> >>> Last 10 lines of 'fail': >>> Clang :: Index/overrides.cpp >>> >>> Last 10 lines of 'xfail': >>> Clang :: FixIt/fixit-errors.c >>> Clang :: FixIt/fixit-pmem.cpp >>> Clang :: FixIt/typo.m >>> Clang :: Lexer/hexfloat.cpp >>> Clang :: PCH/changed-files.c >>> Clang :: PCH/pr4489.c >>> Clang :: PCH/source-manager-stack.c >>> Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >>> Clang :: SemaCXX/rval-references-xfail.cpp >>> Clang :: SemaTemplate/instantiate-function-1.mm >>> >>> Last 10 lines of 'overrides.cpp': >>> :21:1: note: scanning from here >>> // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] >>> ^ >>> :23:11: note: possible intended match here >>> // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] >>> ^ >>> -- >>> >>> ******************** >>> >>> > From grosbach at apple.com Wed Dec 1 14:43:19 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 1 Dec 2010 14:43:19 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 In-Reply-To: <279345DB-C61D-4DB8-B39D-5BDB2F6BF527@apple.com> References: <0LCR00AZPRUMKDV0@postino.apple.com> <94AD7167-438E-45BA-BCC1-3366E44D95C6@apple.com> <0E868473-E0AF-418D-B6B0-85D5004F36D9@apple.com> <279345DB-C61D-4DB8-B39D-5BDB2F6BF527@apple.com> Message-ID: <0AFB91D8-D116-4498-83B0-C53D535A1C0E@apple.com> Ewwwww.... I hope not... On Dec 1, 2010, at 2:42 PM, Daniel Dunbar wrote: > Or the test is non-deterministic. > > - Daniel > > On Dec 1, 2010, at 2:41 PM, Jim Grosbach wrote: > >> This appears to be fixed on ToT? Doesn't reproduce locally for me. >> >> I suspect the blamelist is inaccurate here. I've seen stranger things, but otherwise a backend change to MC binary encoding for ARM somehow broke an indexing test. :) >> >> On Dec 1, 2010, at 2:30 PM, Ted Kremenek wrote: >> >>> None of these failures are in the static analyzer, so this is unrelated to my change. >>> >>> On Dec 1, 2010, at 2:01 PM, daniel_dunbar at apple.com wrote: >>> >>>> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. >>>> Full details are available at: >>>> http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12203 >>>> >>>> Buildbot URL: http://smooshlab.apple.com:8010/ >>>> >>>> Buildslave for this Build: smoosh-04 >>>> >>>> Build Reason: >>>> Build Source Stamp: 120605 >>>> Blamelist: grosbach,kremenek >>>> >>>> BUILD FAILED: failed test-clang >>>> >>>> sincerely, >>>> -The Buildbot >>>> >>>> >>>> ================================================================================ >>>> >>>> CHANGES: >>>> File: lib/Target/ARM/ARMMCCodeEmitter.cpp >>>> At: Wed 01 Dec 2010 13:16:40 >>>> Changed By: grosbach >>>> Comments: Use the correct fixup type for ARM VLDR*Properties: >>>> >>>> >>>> >>>> >>>> Files: >>>> include/clang/Checker/PathSensitive/Checker.h >>>> include/clang/Checker/PathSensitive/GRExprEngine.h >>>> include/clang/Checker/PathSensitive/SValBuilder.h >>>> include/clang/Checker/PathSensitive/SValuator.h >>>> include/clang/Checker/PathSensitive/ValueManager.h >>>> lib/Checker/AdjustedReturnValueChecker.cpp >>>> lib/Checker/BasicObjCFoundationChecks.cpp >>>> lib/Checker/BuiltinFunctionChecker.cpp >>>> lib/Checker/CMakeLists.txt >>>> lib/Checker/CStringChecker.cpp >>>> lib/Checker/CastSizeChecker.cpp >>>> lib/Checker/GRExprEngine.cpp >>>> lib/Checker/GRState.cpp >>>> lib/Checker/MallocChecker.cpp >>>> lib/Checker/OSAtomicChecker.cpp >>>> lib/Checker/RegionStore.cpp >>>> lib/Checker/SValBuilder.cpp >>>> lib/Checker/SValuator.cpp >>>> lib/Checker/SimpleConstraintManager.cpp >>>> lib/Checker/SimpleSValBuilder.cpp >>>> lib/Checker/SimpleSValuator.cpp >>>> lib/Checker/Store.cpp >>>> lib/Checker/UnixAPIChecker.cpp >>>> lib/Checker/VLASizeChecker.cpp >>>> lib/Checker/ValueManager.cpp >>>> At: Wed 01 Dec 2010 13:31:40 >>>> Changed By: kremenek >>>> Comments: Rename 'SValuator' to 'SValBuilder'. The new name >>>> reflects what the class actually does.Properties: >>>> >>>> >>>> >>>> >>>> LOGS: >>>> Last 10 lines of 'stdio': >>>> Testing Time: 111.40s >>>> ******************** >>>> Failing Tests (1): >>>> Clang :: Index/overrides.cpp >>>> >>>> Expected Passes : 2671 >>>> Expected Failures : 20 >>>> Unexpected Failures: 1 >>>> make[1]: *** [all] Error 1 >>>> make: *** [test] Error 2 >>>> >>>> Last 10 lines of 'fail': >>>> Clang :: Index/overrides.cpp >>>> >>>> Last 10 lines of 'xfail': >>>> Clang :: FixIt/fixit-errors.c >>>> Clang :: FixIt/fixit-pmem.cpp >>>> Clang :: FixIt/typo.m >>>> Clang :: Lexer/hexfloat.cpp >>>> Clang :: PCH/changed-files.c >>>> Clang :: PCH/pr4489.c >>>> Clang :: PCH/source-manager-stack.c >>>> Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >>>> Clang :: SemaCXX/rval-references-xfail.cpp >>>> Clang :: SemaTemplate/instantiate-function-1.mm >>>> >>>> Last 10 lines of 'overrides.cpp': >>>> :21:1: note: scanning from here >>>> // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] >>>> ^ >>>> :23:11: note: possible intended match here >>>> // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] >>>> ^ >>>> -- >>>> >>>> ******************** >>>> >>>> >> > From dpatel at apple.com Wed Dec 1 15:07:22 2010 From: dpatel at apple.com (Devang Patel) Date: Wed, 1 Dec 2010 15:07:22 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <5EDEF29A-06ED-4430-95BC-B977B5738635@apple.com> References: <20101201171719.81B20BC2E2CC@mail-out3.apple.com> <5EDEF29A-06ED-4430-95BC-B977B5738635@apple.com> Message-ID: On Dec 1, 2010, at 1:30 PM, Dan Gohman wrote: > > On Dec 1, 2010, at 9:17 AM, daniel_dunbar at apple.com wrote: > >> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16366 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-15.apple.com >> >> Build Reason: >> Build Source Stamp: 120580 >> Blamelist: dpatel >> >> BUILD FAILED: failed test-llvm test-clang > > Hi Devang, > > These are still failing. Can you investigate? This is being tracked by PR 8715. _ Devang From daniel_dunbar at apple.com Wed Dec 1 17:17:55 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 01 Dec 2010 17:17:55 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101202011756.804FCC11CED4@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6760 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120636 Blamelist: bwilson,dgregor,dpatel,grosbach,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/X86/X86MCAsmInfo.cpp At: Wed 01 Dec 2010 16:26:40 Changed By: dpatel Comments: Revert r120580. Properties: Files: include/clang/AST/DeclBase.h include/clang/AST/DeclCXX.h lib/AST/DeclBase.cpp lib/AST/DeclCXX.cpp At: Wed 01 Dec 2010 16:26:40 Changed By: dgregor Comments: Eliminate two uses of NDEBUG in headers that cause different symbols to be available in debug vs. release builds. Properties: File: utils/TableGen/NeonEmitter.cpp At: Wed 01 Dec 2010 16:31:40 Changed By: bwilson Comments: Cast scalar results of Neon macros to the correct type.Properties: File: utils/TableGen/NeonEmitter.cpp At: Wed 01 Dec 2010 16:31:40 Changed By: bwilson Comments: Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Properties: Files: lib/MC/ELFObjectWriter.cpp lib/MC/MachObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 01 Dec 2010 16:31:40 Changed By: grosbach Comments: Add support for binary encoding of ARM 'adr' instructions referencing constant pool entries (LEApcrel pseudo). Ongoing saga of rdar://8542291.Properties: File: lib/Sema/SemaExpr.cpp At: Wed 01 Dec 2010 16:31:40 Changed By: bwilson Comments: Swap order of checking for compatible vector types. Check for compatible gcc, Altivec and Neon vectors before handling the lax-vector-conversions case. Otherwise there is no way to avoid the warnings from -Wvector-conversions.Properties: File: test/Headers/arm-neon-header.c At: Wed 01 Dec 2010 16:31:40 Changed By: bwilson Comments: Add a testcase for Radar 8228022. Make sure the -Wvector-conversions does not cause unnecessary warnings when using Neon intrinsics with the correct types.Properties: Files: include/llvm/CodeGen/SlotIndexes.h lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LiveDebugVariables.h lib/CodeGen/SimpleRegisterCoalescing.cpp lib/CodeGen/SimpleRegisterCoalescing.h At: Wed 01 Dec 2010 16:41:40 Changed By: stoklund Comments: Implement the first half of LiveDebugVariables. Scan the MachineFunction for DBG_VALUE instructions, and replace them with a data structure similar to LiveIntervals. The live range of a DBG_VALUE is determined by propagating it down the dominator tree until a new DBG_VALUE is found. When a DBG_VALUE lives in a register, its live range is confined to the live range of the register's value. LiveDebugVariables runs before coalescing, so DBG_VALUEs are not artificially extended when registers are joined. The missing half will recreate DBG_VALUE instructions from the intervals when register allocation is complete. The pass is disabled by default. It can be enabled with the temporary command line option -live-debug-variables.Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling StackSlotColoring.cpp for Release+Asserts build llvm[2]: Compiling StrongPHIElimination.cpp for Release+Asserts build llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a From buildbot at google1.osuosl.org Wed Dec 1 18:52:51 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 18:52:51 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101202025251.D4C0F13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/16 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120643 Blamelist: bwilson,dgregor,dpatel,grosbach,rjmccall,stoklund BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 20:08:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 20:08:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101202040849.BE8C213B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/16 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120644 Blamelist: bwilson,dgregor,dpatel,grosbach,lattner,rjmccall,stoklund BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 1 23:01:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 01 Dec 2010 23:01:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101202070137.CE87B13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/13 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120683 Blamelist: bwilson,dpatel,echristo,lattner,rafael,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Thu Dec 2 00:41:44 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Thu, 2 Dec 2010 02:41:44 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101202084144.C20AE2A6C131@llvm.org> http://llvm.org/perf/db_default/simple/nts/38/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 38, Order: 120694, Start Time: 2010-12-02 07:58:35, End Time: 2010-12-02 08:43:55 To: 37, Order: 120561, Start Time: 2010-12-01 08:00:09, End Time: 2010-12-01 08:45:30 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 942 Total Tests: 943 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Thu Dec 2 02:31:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 02:31:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101202103115.BD7C213B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/21 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120695 Blamelist: bwilson,lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 05:20:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 05:20:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101202132038.A4B7913B2068@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/11 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 120701 Blamelist: bwilson,chapuni,kremenek,rafael,rjmccall BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 09:41:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 09:41:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101202174114.555DE13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/26 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120706 Blamelist: dgregor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 10:47:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 10:47:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101202184740.8715013B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/19 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120716 Blamelist: bwilson,dgregor,fjahanian,grosbach,peckw BUILD FAILED: failed install.clang.stage1 sincerely, -The Buildbot From gohman at apple.com Thu Dec 2 11:03:00 2010 From: gohman at apple.com (Dan Gohman) Date: Thu, 2 Dec 2010 11:03:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel In-Reply-To: <20101202025251.D4C0F13B2068@google1.osuosl.org> References: <20101202025251.D4C0F13B2068@google1.osuosl.org> Message-ID: On Dec 1, 2010, at 6:52 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/16 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: osu7 > > Build Reason: > Build Source Stamp: 120643 > Blamelist: bwilson,dgregor,dpatel,grosbach,rjmccall,stoklund > > BUILD FAILED: failed test-clang test-clang_1 Bob, these tests are failing on clang-x86_64-linux-selfhost-rel: tools/clang/test/Headers/arm-neon-header.c tools/clang/test/Headers/arm-neon-header.c Can you investigate? Thanks, Dan From bob.wilson at apple.com Thu Dec 2 11:10:42 2010 From: bob.wilson at apple.com (Bob Wilson) Date: Thu, 2 Dec 2010 11:10:42 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel In-Reply-To: References: <20101202025251.D4C0F13B2068@google1.osuosl.org> Message-ID: <0CBBF4B1-CB35-4C31-BC27-612C9E434492@apple.com> I attempted a fix earlier this morning but the buildbot hasn't run again since then. I don't have a linux machine to verify it myself. There's a build in progress now, and I'm watching it to check the result when it finishes. On Dec 2, 2010, at 11:03 AM, Dan Gohman wrote: > On Dec 1, 2010, at 6:52 PM, buildbot at google1.osuosl.org wrote: > >> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/16 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: osu7 >> >> Build Reason: >> Build Source Stamp: 120643 >> Blamelist: bwilson,dgregor,dpatel,grosbach,rjmccall,stoklund >> >> BUILD FAILED: failed test-clang test-clang_1 > > Bob, these tests are failing on clang-x86_64-linux-selfhost-rel: > > tools/clang/test/Headers/arm-neon-header.c > tools/clang/test/Headers/arm-neon-header.c > > Can you investigate? > > Thanks, > > Dan > > From gohman at apple.com Thu Dec 2 11:32:34 2010 From: gohman at apple.com (Dan Gohman) Date: Thu, 2 Dec 2010 11:32:34 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> Message-ID: On Dec 1, 2010, at 1:32 PM, Jim Grosbach wrote: > > On Dec 1, 2010, at 1:29 PM, Eric Christopher wrote: > >> >> On Dec 1, 2010, at 1:22 PM, Dan Gohman wrote: >> >>> >>> Can one of you look into this? >> >> Going to guess Jim's change in 120438 since it deals with BX_CALL... > > > Very likely something of mine, yes. That's as likely a candidate as any. > > These are very tricky to fix, as those are Linux ARM JIT failures, so it's often not reproducible here. Hopefully I can get something similar to fail here. If not, we may need to xfail them until someone with access to a linux target board can look at it. Ping. These are still failing, and this buildbot recently saw new unrelated regressions, which weren't consequently weren't reported, so this is a substantial inconvenience. Dan From grosbach at apple.com Thu Dec 2 12:23:58 2010 From: grosbach at apple.com (Jim Grosbach) Date: Thu, 2 Dec 2010 12:23:58 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> Message-ID: On Dec 2, 2010, at 11:32 AM, Dan Gohman wrote: > > On Dec 1, 2010, at 1:32 PM, Jim Grosbach wrote: > >> >> On Dec 1, 2010, at 1:29 PM, Eric Christopher wrote: >> >>> >>> On Dec 1, 2010, at 1:22 PM, Dan Gohman wrote: >>> >>>> >>>> Can one of you look into this? >>> >>> Going to guess Jim's change in 120438 since it deals with BX_CALL... >> >> >> Very likely something of mine, yes. That's as likely a candidate as any. >> >> These are very tricky to fix, as those are Linux ARM JIT failures, so it's often not reproducible here. Hopefully I can get something similar to fail here. If not, we may need to xfail them until someone with access to a linux target board can look at it. > > Ping. These are still failing, and this buildbot recently saw new > unrelated regressions, which weren't consequently weren't reported, > so this is a substantial inconvenience. I agree. Not being able to reproduce the failures locally is indeed very inconvenient. I marked the ARM ExecutionEngine tests as XFAIL for now. There is one other failure which looks unrelated and is likely a bug of a different sort. ******************** TEST 'LLVM :: CodeGen/X86/apm.ll' FAILED ********************Script: -- llc < /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll -o - -march=x86-64 | FileCheck /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll -- Exit Code: 1 Command Output (stderr): -- llc: X86ISelLowering.cpp:9441: llvm::MachineBasicBlock* llvm::X86TargetLowering::EmitMonitor(llvm::MachineInstr*, llvm::MachineBasicBlock*) const: Assertion `Subtarget->hasSSE3() && "Target must have SSE3 features enabled"' failed. 0 llc 0x0112e01c 1 llc 0x0112e9a4 2 libc.so.6 0x4021cc10 __default_sa_restorer_v2 + 0 Stack dump: 0. Program arguments: llc -o - -march=x86-64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Expand ISel Pseudo-instructions' on function '@foo' /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll:4:10: error: expected string not found in input ; CHECK: foo: ^ :1:1: note: scanning from here From echristo at apple.com Thu Dec 2 12:47:12 2010 From: echristo at apple.com (Eric Christopher) Date: Thu, 2 Dec 2010 12:47:12 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> Message-ID: <26B9C095-775C-4C6C-95B4-CE4A76CB8AAF@apple.com> > > I agree. Not being able to reproduce the failures locally is indeed very inconvenient. > > I marked the ARM ExecutionEngine tests as XFAIL for now. > > There is one other failure which looks unrelated and is likely a bug of a different sort. > > ******************** TEST 'LLVM :: CodeGen/X86/apm.ll' FAILED ********************Script: > -- > llc < /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll -o - -march=x86-64 | FileCheck /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll > -- > Exit Code: 1 > Command Output (stderr): > -- > llc: X86ISelLowering.cpp:9441: llvm::MachineBasicBlock* llvm::X86TargetLowering::EmitMonitor(llvm::MachineInstr*, llvm::MachineBasicBlock*) const: Assertion `Subtarget->hasSSE3() && "Target must have SSE3 features enabled"' failed. > 0 llc 0x0112e01c > 1 llc 0x0112e9a4 > 2 libc.so.6 0x4021cc10 __default_sa_restorer_v2 + 0 > Stack dump: > 0. Program arguments: llc -o - -march=x86-64 > 1. Running pass 'Function Pass Manager' on module ''. > 2. Running pass 'Expand ISel Pseudo-instructions' on function '@foo' > /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll:4:10: error: expected string not found in input > ; CHECK: foo: > ^ > :1:1: note: scanning from here This one is definitely me, but I think Duncan fixed them a couple days ago? If not I'll look. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From grosbach at apple.com Thu Dec 2 12:54:07 2010 From: grosbach at apple.com (Jim Grosbach) Date: Thu, 2 Dec 2010 12:54:07 -0800 Subject: [llvm-testresults] llvm-arm-linux buildbot regression In-Reply-To: <26B9C095-775C-4C6C-95B4-CE4A76CB8AAF@apple.com> References: <8646C8DA-DCBA-49AB-9C0F-FFAB67AA63A6@apple.com> <44A90DF8-636F-47F9-85DE-B4EA41721B28@apple.com> <1D95E7FA-2D0A-496B-B674-C0CAEF1A6E0E@apple.com> <26B9C095-775C-4C6C-95B4-CE4A76CB8AAF@apple.com> Message-ID: <4B18E103-DC49-4157-A30D-004B8D7B40FE@apple.com> On Dec 2, 2010, at 12:47 PM, Eric Christopher wrote: >> >> I agree. Not being able to reproduce the failures locally is indeed very inconvenient. >> >> I marked the ARM ExecutionEngine tests as XFAIL for now. >> >> There is one other failure which looks unrelated and is likely a bug of a different sort. >> >> ******************** TEST 'LLVM :: CodeGen/X86/apm.ll' FAILED ********************Script: >> -- >> llc < /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll -o - -march=x86-64 | FileCheck /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll >> -- >> Exit Code: 1 >> Command Output (stderr): >> -- >> llc: X86ISelLowering.cpp:9441: llvm::MachineBasicBlock* llvm::X86TargetLowering::EmitMonitor(llvm::MachineInstr*, llvm::MachineBasicBlock*) const: Assertion `Subtarget->hasSSE3() && "Target must have SSE3 features enabled"' failed. >> 0 llc 0x0112e01c >> 1 llc 0x0112e9a4 >> 2 libc.so.6 0x4021cc10 __default_sa_restorer_v2 + 0 >> Stack dump: >> 0. Program arguments: llc -o - -march=x86-64 >> 1. Running pass 'Function Pass Manager' on module ''. >> 2. Running pass 'Expand ISel Pseudo-instructions' on function '@foo' >> /wd/buildbot/llvm-arm-linux/llvm/test/CodeGen/X86/apm.ll:4:10: error: expected string not found in input >> ; CHECK: foo: >> ^ >> :1:1: note: scanning from here > > This one is definitely me, but I think Duncan fixed them a couple days ago? If not I'll look. Very possible it's just lagging behind. I just clicked on the most recent failing build and looked at the failures. That arm tester runs veeeeerrrrryyyyyy slooooowwwwwwwllllly. It takes a while to cycle, too. From buildbot at google1.osuosl.org Thu Dec 2 14:46:26 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 14:46:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101202224627.4599013B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/30 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120742 Blamelist: baldrick,dpatel,evancheng,fjahanian,grosbach,grosser,kremenek,pcc,stuart BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 2 15:17:11 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 15:17:11 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101202231713.45BA4C155098@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16440 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 120747 Blamelist: dpatel BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: tools/llc/llc.cpp At: Thu 02 Dec 2010 15:06:40 Changed By: dpatel Comments: Disable .loc support on older darwin OSes. Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/unknown-location.ll LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/unknown-location.ll LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'unknown-location.ll': :35:1: note: scanning from here Ltmp4: ^ :81:2: note: possible intended match here .long 104 ^ -- ******************** Last 10 lines of '2010-09-16-emptyfilename.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :102:2: note: possible intended match here .byte 4 ## Address Size (in bytes) ^ -- ******************** From dpatel at apple.com Thu Dec 2 15:33:16 2010 From: dpatel at apple.com (Devang Patel) Date: Thu, 2 Dec 2010 15:33:16 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <0LCT0024TQ0P7TS0@postino.apple.com> References: <0LCT0024TQ0P7TS0@postino.apple.com> Message-ID: Fixed. On Dec 2, 2010, at 3:17 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16440 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-15.apple.com > > Build Reason: > Build Source Stamp: 120747 > Blamelist: dpatel > > BUILD FAILED: failed test-llvm > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > File: tools/llc/llc.cpp > At: Thu 02 Dec 2010 15:06:40 > Changed By: dpatel > Comments: Disable .loc support on older darwin OSes. > Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > Failing Tests (2): > LLVM :: CodeGen/X86/unknown-location.ll > LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll > > Expected Passes : 5099 > Expected Failures : 43 > Unsupported Tests : 557 > Unexpected Failures: 2 > make[1]: *** [check-local-lit] Error 1 > make: *** [check] Error 2 > > Last 10 lines of 'fail': > LLVM :: CodeGen/X86/unknown-location.ll > LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll > > Last 10 lines of 'xfail': > LLVM :: MC/ARM/neont2-vld-encoding.s > LLVM :: MC/ARM/neont2-vst-encoding.s > LLVM :: MC/ARM/thumb2.s > LLVM :: MC/AsmParser/directive_lsym.s > LLVM :: MC/AsmParser/exprs-invalid.s > LLVM :: Transforms/DeadArgElim/deadexternal.ll > LLVM :: Transforms/GVN/rle-no-phi-translate.ll > LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll > LLVM :: Transforms/TailCallElim/nocapture.ll > LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll > > Last 10 lines of 'unsupported': > LLVM :: LLVMC/C++/unknown_suffix.unk > LLVM :: LLVMC/C/emit-llvm-opt.c > LLVM :: LLVMC/C++/just-compile.cpp > LLVM :: LLVMC/C/hello.c > LLVM :: LLVMC/C/include.c > LLVM :: LLVMC/C/opt-test.c > LLVM :: LLVMC/C/sink.c > LLVM :: LLVMC/C/wall.c > LLVM :: LLVMC/ObjC++/hello.mm > LLVM :: LLVMC/ObjC/hello.m > > Last 10 lines of 'unknown-location.ll': > :35:1: note: scanning from here > Ltmp4: > ^ > :81:2: note: possible intended match here > .long 104 > ^ > -- > > ******************** > > > Last 10 lines of '2010-09-16-emptyfilename.ll': > :1:2: note: scanning from here > .section __TEXT,__text,regular,pure_instructions > ^ > :102:2: note: possible intended match here > .byte 4 ## Address Size (in bytes) > ^ > -- > > ******************** > > From daniel_dunbar at apple.com Thu Dec 2 15:35:16 2010 From: daniel_dunbar at apple.com (Daniel Dunbar) Date: Thu, 2 Dec 2010 15:35:16 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: References: <0LCT0024TQ0P7TS0@postino.apple.com> Message-ID: <277979A7-71B7-476E-A95C-5A4C7F167CD8@apple.com> Woot! On Dec 2, 2010, at 3:33 PM, Devang Patel wrote: > Fixed. > On Dec 2, 2010, at 3:17 PM, daniel_dunbar at apple.com wrote: > >> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16440 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-15.apple.com >> >> Build Reason: >> Build Source Stamp: 120747 >> Blamelist: dpatel >> >> BUILD FAILED: failed test-llvm >> >> sincerely, >> -The Buildbot >> >> >> ================================================================================ >> >> CHANGES: >> File: tools/llc/llc.cpp >> At: Thu 02 Dec 2010 15:06:40 >> Changed By: dpatel >> Comments: Disable .loc support on older darwin OSes. >> Properties: >> >> >> >> >> LOGS: >> Last 10 lines of 'stdio': >> Failing Tests (2): >> LLVM :: CodeGen/X86/unknown-location.ll >> LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll >> >> Expected Passes : 5099 >> Expected Failures : 43 >> Unsupported Tests : 557 >> Unexpected Failures: 2 >> make[1]: *** [check-local-lit] Error 1 >> make: *** [check] Error 2 >> >> Last 10 lines of 'fail': >> LLVM :: CodeGen/X86/unknown-location.ll >> LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll >> >> Last 10 lines of 'xfail': >> LLVM :: MC/ARM/neont2-vld-encoding.s >> LLVM :: MC/ARM/neont2-vst-encoding.s >> LLVM :: MC/ARM/thumb2.s >> LLVM :: MC/AsmParser/directive_lsym.s >> LLVM :: MC/AsmParser/exprs-invalid.s >> LLVM :: Transforms/DeadArgElim/deadexternal.ll >> LLVM :: Transforms/GVN/rle-no-phi-translate.ll >> LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll >> LLVM :: Transforms/TailCallElim/nocapture.ll >> LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll >> >> Last 10 lines of 'unsupported': >> LLVM :: LLVMC/C++/unknown_suffix.unk >> LLVM :: LLVMC/C/emit-llvm-opt.c >> LLVM :: LLVMC/C++/just-compile.cpp >> LLVM :: LLVMC/C/hello.c >> LLVM :: LLVMC/C/include.c >> LLVM :: LLVMC/C/opt-test.c >> LLVM :: LLVMC/C/sink.c >> LLVM :: LLVMC/C/wall.c >> LLVM :: LLVMC/ObjC++/hello.mm >> LLVM :: LLVMC/ObjC/hello.m >> >> Last 10 lines of 'unknown-location.ll': >> :35:1: note: scanning from here >> Ltmp4: >> ^ >> :81:2: note: possible intended match here >> .long 104 >> ^ >> -- >> >> ******************** >> >> >> Last 10 lines of '2010-09-16-emptyfilename.ll': >> :1:2: note: scanning from here >> .section __TEXT,__text,regular,pure_instructions >> ^ >> :102:2: note: possible intended match here >> .byte 4 ## Address Size (in bytes) >> ^ >> -- >> >> ******************** >> >> > From dpatel at apple.com Thu Dec 2 15:37:20 2010 From: dpatel at apple.com (Devang Patel) Date: Thu, 2 Dec 2010 15:37:20 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <277979A7-71B7-476E-A95C-5A4C7F167CD8@apple.com> References: <0LCT0024TQ0P7TS0@postino.apple.com> <277979A7-71B7-476E-A95C-5A4C7F167CD8@apple.com> Message-ID: <53909A08-C697-44CD-9A41-FD3F6B65202D@apple.com> On Dec 2, 2010, at 3:35 PM, Daniel Dunbar wrote: > Woot! > These tests were expecting .loc and .file in output assembly. By now we all know that we do not emit .loc on darwin9 :) - Devang > On Dec 2, 2010, at 3:33 PM, Devang Patel wrote: > >> Fixed. >> On Dec 2, 2010, at 3:17 PM, daniel_dunbar at apple.com wrote: >> >>> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. >>> Full details are available at: >>> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16440 >>> >>> Buildbot URL: http://smooshlab.apple.com:8010/ >>> >>> Buildslave for this Build: smoosh-15.apple.com >>> >>> Build Reason: >>> Build Source Stamp: 120747 >>> Blamelist: dpatel >>> >>> BUILD FAILED: failed test-llvm >>> >>> sincerely, >>> -The Buildbot >>> >>> >>> ================================================================================ >>> >>> CHANGES: >>> File: tools/llc/llc.cpp >>> At: Thu 02 Dec 2010 15:06:40 >>> Changed By: dpatel >>> Comments: Disable .loc support on older darwin OSes. >>> Properties: >>> >>> >>> >>> >>> LOGS: >>> Last 10 lines of 'stdio': >>> Failing Tests (2): >>> LLVM :: CodeGen/X86/unknown-location.ll >>> LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll >>> >>> Expected Passes : 5099 >>> Expected Failures : 43 >>> Unsupported Tests : 557 >>> Unexpected Failures: 2 >>> make[1]: *** [check-local-lit] Error 1 >>> make: *** [check] Error 2 >>> >>> Last 10 lines of 'fail': >>> LLVM :: CodeGen/X86/unknown-location.ll >>> LLVM :: DebugInfo/2010-09-16-EmptyFilename.ll >>> >>> Last 10 lines of 'xfail': >>> LLVM :: MC/ARM/neont2-vld-encoding.s >>> LLVM :: MC/ARM/neont2-vst-encoding.s >>> LLVM :: MC/ARM/thumb2.s >>> LLVM :: MC/AsmParser/directive_lsym.s >>> LLVM :: MC/AsmParser/exprs-invalid.s >>> LLVM :: Transforms/DeadArgElim/deadexternal.ll >>> LLVM :: Transforms/GVN/rle-no-phi-translate.ll >>> LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll >>> LLVM :: Transforms/TailCallElim/nocapture.ll >>> LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll >>> >>> Last 10 lines of 'unsupported': >>> LLVM :: LLVMC/C++/unknown_suffix.unk >>> LLVM :: LLVMC/C/emit-llvm-opt.c >>> LLVM :: LLVMC/C++/just-compile.cpp >>> LLVM :: LLVMC/C/hello.c >>> LLVM :: LLVMC/C/include.c >>> LLVM :: LLVMC/C/opt-test.c >>> LLVM :: LLVMC/C/sink.c >>> LLVM :: LLVMC/C/wall.c >>> LLVM :: LLVMC/ObjC++/hello.mm >>> LLVM :: LLVMC/ObjC/hello.m >>> >>> Last 10 lines of 'unknown-location.ll': >>> :35:1: note: scanning from here >>> Ltmp4: >>> ^ >>> :81:2: note: possible intended match here >>> .long 104 >>> ^ >>> -- >>> >>> ******************** >>> >>> >>> Last 10 lines of '2010-09-16-emptyfilename.ll': >>> :1:2: note: scanning from here >>> .section __TEXT,__text,regular,pure_instructions >>> ^ >>> :102:2: note: possible intended match here >>> .byte 4 ## Address Size (in bytes) >>> ^ >>> -- >>> >>> ******************** >>> >>> >> > From daniel_dunbar at apple.com Thu Dec 2 16:20:58 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 16:20:58 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101203002100.25EEEC158EB2@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12241 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120750 Blamelist: dpatel BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/CodeGen/X86/2010-09-16-EmptyFilename.ll test/CodeGen/X86/unknown-location.ll test/DebugInfo/2010-09-16-EmptyFilename.ll At: Thu 02 Dec 2010 15:36:40 Changed By: dpatel Comments: Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 111.44s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2674 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Thu Dec 2 17:11:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 17:11:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101203011123.5B28B13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/19 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120744 Blamelist: baldrick,dgregor,dpatel,evancheng,fjahanian,grosbach,grosser,kremenek,pcc,stuart BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 17:37:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 17:37:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101203013757.7E63813B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/138 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 120777 Blamelist: akirtzidis,mspencer,rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 17:57:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 17:57:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101203015706.4A06513B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/48 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120777 Blamelist: akirtzidis,bwilson,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 2 18:10:28 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 18:10:28 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101203021029.5E910BCA4F95@mail-out3.apple.com> 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/11650 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 120777 Blamelist: akirtzidis,lattner,mspencer,nicholas,rafael BUILD FAILED: failed test.llvm.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: include/llvm/Constants.h At: Thu 02 Dec 2010 17:16:40 Changed By: lattner Comments: clarify comment Properties: Files: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td At: Thu 02 Dec 2010 17:16:40 Changed By: nicholas Comments: Add a flag to control the "indirection of non-volatile null pointer will be deleted, not trap" warning. Fixed PR8729. Patch by Elias Pipping! Properties: Files: lib/Checker/AnalysisConsumer.cpp lib/Checker/TextPathDiagnostics.cpp At: Thu 02 Dec 2010 17:21:40 Changed By: akirtzidis Comments: Remove leftover code and use the text path diagnostic client even without a specified output file since it just uses diagnostic notes.Properties: Files: lib/MC/MCAsmStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp At: Thu 02 Dec 2010 17:26:40 Changed By: rafael Comments: Do with uleb the same trick we now do with dwarf line/address advances. This avoids creating leb128 fragments and speeds up the test in PR8711 to 33s.Properties: File: include/llvm/Support/FileSystem.h At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/FileSystem: Remove temp_directory_path.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/Unix/PathV2.inc lib/Support/Windows/PathV2.inc lib/Support/Windows/system_error.inc unittests/Support/Path.cpp At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/FileSystem: Add unique_file and exists implementations.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM-Unit :: Support/Release+Asserts/SupportTests/Support.Path Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM-Unit :: Support/Release+Asserts/SupportTests/Support.Path Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'support.path': [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (15 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] Support.Path 1 FAILED TEST ******************** From daniel_dunbar at apple.com Thu Dec 2 18:12:06 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 18:12:06 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101203021207.AED77BCA522C@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16450 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 120780 Blamelist: void BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: utils/TableGen/ARMDecoderEmitter.cpp At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr instructions. They are handled as special moves, but encoded as a normal move. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Add Thumb encoding for some more instructions. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: MC/Disassembler/ARM/thumb-tests.txt Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'thumb-tests.txt': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/MC/Disassembler/ARM/thumb-tests.txt:39:10: error: expected string not found in input # CHECK: mov r11, r7 ^ :13:2: note: scanning from here mov r3, r7 ^ -- ******************** From daniel_dunbar at apple.com Thu Dec 2 18:26:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 18:26:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101203022622.BFD28C15DC82@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6798 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120780 Blamelist: void BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: File: utils/TableGen/ARMDecoderEmitter.cpp At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr instructions. They are handled as special moves, but encoded as a normal move. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Add Thumb encoding for some more instructions. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: MC/Disassembler/ARM/thumb-tests.txt Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/dash-x.cpp LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'thumb-tests.txt': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/thumb-tests.txt:39:10: error: expected string not found in input # CHECK: mov r11, r7 ^ :13:2: note: scanning from here mov r3, r7 ^ -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: MC/Disassembler/ARM/thumb-tests.txt Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/filelist.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'thumb-tests.txt': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/thumb-tests.txt:39:10: error: expected string not found in input # CHECK: mov r11, r7 ^ :13:2: note: scanning from here mov r3, r7 ^ -- ******************** From buildbot at google1.osuosl.org Thu Dec 2 18:26:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 18:26:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101203022657.6B0E613B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/85 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120780 Blamelist: void BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From wendling at apple.com Thu Dec 2 18:28:49 2010 From: wendling at apple.com (Bill Wendling) Date: Thu, 2 Dec 2010 18:28:49 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel In-Reply-To: <0LCT00FVCYRYK9C0@postino.apple.com> References: <0LCT00FVCYRYK9C0@postino.apple.com> Message-ID: <08193697-93D7-4B07-92FA-BC0A124DC3E9@apple.com> Mine…Sorry. It's fixed now. -bw On Dec 2, 2010, at 6:26 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6798 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 120780 > Blamelist: void > > BUILD FAILED: failed test-llvm test-llvm_1 > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > File: utils/TableGen/ARMDecoderEmitter.cpp > At: Thu 02 Dec 2010 18:01:40 > Changed By: void > Comments: Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr > instructions. They are handled as special moves, but encoded as a normal move. > Properties: > > > > > File: lib/Target/ARM/ARMInstrThumb.td > At: Thu 02 Dec 2010 18:01:40 > Changed By: void > Comments: Add Thumb encoding for some more instructions. > Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > ******************** > Failing Tests (1): > LLVM :: MC/Disassembler/ARM/thumb-tests.txt > > Expected Passes : 5100 > Expected Failures : 43 > Unsupported Tests : 557 > Unexpected Failures: 1 > make[1]: *** [check-local-lit] Error 1 > make: *** [check] Error 2 > > Last 10 lines of 'fail': > LLVM :: MC/Disassembler/ARM/thumb-tests.txt > > Last 10 lines of 'xfail': > LLVM :: MC/ARM/neont2-vld-encoding.s > LLVM :: MC/ARM/neont2-vst-encoding.s > LLVM :: MC/ARM/thumb2.s > LLVM :: MC/AsmParser/directive_lsym.s > LLVM :: MC/AsmParser/exprs-invalid.s > LLVM :: Transforms/DeadArgElim/deadexternal.ll > LLVM :: Transforms/GVN/rle-no-phi-translate.ll > LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll > LLVM :: Transforms/TailCallElim/nocapture.ll > LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll > > Last 10 lines of 'unsupported': > LLVM :: LLVMC/C/sink.c > LLVM :: LLVMC/C/hello.c > LLVM :: LLVMC/C++/together.cpp > LLVM :: LLVMC/C/include.c > LLVM :: LLVMC/C/wall.c > LLVM :: LLVMC/C++/hello.cpp > LLVM :: LLVMC/C++/dash-x.cpp > LLVM :: LLVMC/C++/just-compile.cpp > LLVM :: LLVMC/ObjC++/hello.mm > LLVM :: LLVMC/ObjC/hello.m > > Last 10 lines of 'thumb-tests.txt': > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/thumb-tests.txt:39:10: error: expected string not found in input > # CHECK: mov r11, r7 > ^ > :13:2: note: scanning from here > mov r3, r7 > ^ > -- > > ******************** > > > Last 10 lines of 'stdio': > ******************** > Failing Tests (1): > LLVM :: MC/Disassembler/ARM/thumb-tests.txt > > Expected Passes : 5100 > Expected Failures : 43 > Unsupported Tests : 557 > Unexpected Failures: 1 > make[1]: *** [check-local-lit] Error 1 > make: *** [check] Error 2 > > Last 10 lines of 'fail': > LLVM :: MC/Disassembler/ARM/thumb-tests.txt > > Last 10 lines of 'xfail': > LLVM :: MC/ARM/neont2-table-encoding.s > LLVM :: MC/ARM/neont2-vst-encoding.s > LLVM :: MC/ARM/thumb2.s > LLVM :: MC/AsmParser/directive_lsym.s > LLVM :: MC/AsmParser/exprs-invalid.s > LLVM :: Transforms/DeadArgElim/deadexternal.ll > LLVM :: Transforms/GVN/rle-no-phi-translate.ll > LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll > LLVM :: Transforms/TailCallElim/nocapture.ll > LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll > > Last 10 lines of 'unsupported': > LLVM :: LLVMC/C/opt-test.c > LLVM :: LLVMC/C/sink.c > LLVM :: LLVMC/C++/just-compile.cpp > LLVM :: LLVMC/C++/unknown_suffix.unk > LLVM :: LLVMC/C/emit-llvm-opt.c > LLVM :: LLVMC/C/wall.c > LLVM :: LLVMC/C++/hello.cpp > LLVM :: LLVMC/C++/filelist.cpp > LLVM :: LLVMC/ObjC++/hello.mm > LLVM :: LLVMC/ObjC/hello.m > > Last 10 lines of 'thumb-tests.txt': > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/MC/Disassembler/ARM/thumb-tests.txt:39:10: error: expected string not found in input > # CHECK: mov r11, r7 > ^ > :13:2: note: scanning from here > mov r3, r7 > ^ > -- > > ******************** > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Thu Dec 2 18:30:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 18:30:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101203023035.14F9713B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/62 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120777 Blamelist: akirtzidis,lattner,mspencer,nicholas,rafael BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 18:30:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 18:30:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101203023059.8B59213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/65 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120783 Blamelist: akirtzidis,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 2 18:41:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 18:41:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101203024120.B444AC15E49E@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12246 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120783 Blamelist: akirtzidis,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: utils/TableGen/ARMDecoderEmitter.cpp At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr instructions. They are handled as special moves, but encoded as a normal move. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Add Thumb encoding for some more instructions. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:06:40 Changed By: void Comments: Don't overwrite the opcode passed into the T1Special pattern. Properties: File: lib/Checker/TextPathDiagnostics.cpp At: Thu 02 Dec 2010 18:06:40 Changed By: akirtzidis Comments: Also show notes about the taken path in TextPathDiagnostics.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/MC/Disassembler/ARM/thumb-tests.txt:40:1: warning: invalid instruction encoding Last 10 lines of 'fail': LLVM :: MC/Disassembler/ARM/thumb-tests.txt Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'thumb-tests.txt': :13:2: note: scanning from here pkhtb r2, r4, r6, asr #16 ^ :15:19: note: possible intended match here pop {r2, r4, r6, r8, r10, r12} ^ -- ******************** From buildbot at google1.osuosl.org Thu Dec 2 18:54:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 18:54:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101203025434.F09B513B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/56 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120784 Blamelist: akirtzidis,mspencer,rafael,void BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 18:58:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 18:58:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101203025833.67D6213B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120785 Blamelist: akirtzidis,mspencer,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 19:00:42 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 19:00:42 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101203030042.CD82113B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/47 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 120777 Blamelist: akirtzidis,bwilson,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 19:30:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 19:30:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101203033054.D82FE13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/27 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120783 Blamelist: akirtzidis,bwilson,dpatel,kremenek,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 2 19:36:32 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 02 Dec 2010 19:36:32 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101203033633.99F2FBCA9570@mail-out3.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6887 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120785 Blamelist: akirtzidis,mspencer,rafael,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/MC/MCAsmStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp At: Thu 02 Dec 2010 17:26:40 Changed By: rafael Comments: Do with uleb the same trick we now do with dwarf line/address advances. This avoids creating leb128 fragments and speeds up the test in PR8711 to 33s.Properties: File: include/llvm/Support/FileSystem.h At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/FileSystem: Remove temp_directory_path.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/Unix/PathV2.inc lib/Support/Windows/PathV2.inc lib/Support/Windows/system_error.inc unittests/Support/Path.cpp At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/FileSystem: Add unique_file and exists implementations.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 02 Dec 2010 17:26:40 Changed By: mspencer Comments: Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.Properties: File: utils/TableGen/ARMDecoderEmitter.cpp At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Ignore decode table conflicts in the tMOVgpr2tgpr, tMOVgpr2gpr, and tMOVtgpr2gpr instructions. They are handled as special moves, but encoded as a normal move. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:01:40 Changed By: void Comments: Add Thumb encoding for some more instructions. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Thu 02 Dec 2010 18:06:40 Changed By: void Comments: Don't overwrite the opcode passed into the T1Special pattern. Properties: File: lib/Checker/TextPathDiagnostics.cpp At: Thu 02 Dec 2010 18:06:40 Changed By: akirtzidis Comments: Also show notes about the taken path in TextPathDiagnostics.Properties: File: unittests/Support/Path.cpp At: Thu 02 Dec 2010 18:16:41 Changed By: mspencer Comments: unittests/Support/PathV2: Comment out test because some systems are saying that a file exists when it shouldn't.Properties: File: unittests/Support/Path.cpp At: Thu 02 Dec 2010 18:26:40 Changed By: mspencer Comments: Unittests/Support/PathV2: Cleanup and remove output.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5609 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/MC/Disassembler/ARM/thumb-tests.txt:40:1: warning: invalid instruction encoding From buildbot at google1.osuosl.org Thu Dec 2 20:36:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 20:36:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101203043647.438D113B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/26 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120783 Blamelist: akirtzidis,bwilson,dpatel,kremenek,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 21:23:45 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 21:23:45 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101203052345.9F5BF13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/23 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 120786 Blamelist: akirtzidis,bwilson,dpatel,kremenek,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 22:35:03 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 22:35:03 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101203063504.4009013B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/32 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120750 Blamelist: dpatel,grosbach,lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 2 23:20:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 02 Dec 2010 23:20:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101203072029.753C113B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/21 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120787 Blamelist: akirtzidis,lattner,mspencer,nicholas,rafael,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Fri Dec 3 00:41:24 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Fri, 3 Dec 2010 02:41:24 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101203084124.1BE062A6C12D@llvm.org> http://llvm.org/perf/db_default/simple/nts/39/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 39, Order: 120800, Start Time: 2010-12-03 07:58:31, End Time: 2010-12-03 08:43:33 To: 38, Order: 120694, Start Time: 2010-12-02 07:58:35, End Time: 2010-12-02 08:43:55 =============== Tests Summary =============== New Failures: 2 Performance Regressions: 1 Removed Tests: 2 Added Tests: 2 Existing Failures: 1 Unchanged Tests: 939 Total Tests: 947 ============== Changes Detail ============== New Failures ------------ SingleSource/UnitTests/block-byref-cxxobj-test.exec SingleSource/UnitTests/block-copied-in-cxxobj.exec Performance Regressions ----------------------- SingleSource/Benchmarks/Dhrystone/dry.exec: 12.07%(0.5800 => 0.6500, std. dev.: 0.0185) Removed Tests ------------- SingleSource/UnitTests/black-copied-in-cxxobj.compile SingleSource/UnitTests/black-copied-in-cxxobj.exec Added Tests ----------- SingleSource/UnitTests/block-byref-cxxobj-test.compile SingleSource/UnitTests/block-copied-in-cxxobj.compile Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Fri Dec 3 10:02:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 10:02:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101203180207.1597B13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/117 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120819 Blamelist: bwilson,mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 10:38:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 10:38:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101203183818.ABD9113B2068@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/69 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120821 Blamelist: bwilson,mspencer BUILD FAILED: failed run.build.step.make_llvm_2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 14:12:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:12:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101203221243.DBC8F13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/172 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 120844 Blamelist: sampo BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 3 14:14:44 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 03 Dec 2010 14:14:44 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101203221446.472E4C18DD8A@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16484 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 120844 Blamelist: sampo BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/X86/X86InstrInfo.td At: Fri 03 Dec 2010 13:56:40 Changed By: sampo Comments: Remove SSE1-4 disable when AVX is enabled. While this may be useful for development, it completely breaks scalar fp in xmm regs when AVX is enabled. Properties: File: lib/Target/X86/X86InstrSSE.td At: Fri 03 Dec 2010 14:01:40 Changed By: sampo Comments: Scalar f32/f64 are also subregs of ymm regs Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** From buildbot at google1.osuosl.org Fri Dec 3 14:31:10 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:31:10 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101203223111.0D11613B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/71 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 14:33:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:33:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101203223329.EAEE313B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/61 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 14:40:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:40:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101203224047.C3DFE13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/106 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120844 Blamelist: sampo,stoklund BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 3 14:41:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 03 Dec 2010 14:41:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101203224156.09D05BCE8556@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6820 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120844 Blamelist: sampo,stoklund BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/LiveDebugVariables.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Also update virtRegMap when renaming virtual registers.Properties: Files: lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LiveDebugVariables.h lib/CodeGen/RegAllocLinearScan.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Emit DBG_VALUE instructions from LiveDebugVariables.Properties: File: lib/Target/X86/X86InstrInfo.td At: Fri 03 Dec 2010 13:56:40 Changed By: sampo Comments: Remove SSE1-4 disable when AVX is enabled. While this may be useful for development, it completely breaks scalar fp in xmm regs when AVX is enabled. Properties: File: lib/Target/X86/X86InstrSSE.td At: Fri 03 Dec 2010 14:01:40 Changed By: sampo Comments: Scalar f32/f64 are also subregs of ymm regs Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** From daniel_dunbar at apple.com Fri Dec 3 14:42:35 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 03 Dec 2010 14:42:35 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101203224238.06BADC18ED90@mail-out4.apple.com> 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/11673 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 120844 Blamelist: sampo,stoklund BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/LiveDebugVariables.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Also update virtRegMap when renaming virtual registers.Properties: Files: lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LiveDebugVariables.h lib/CodeGen/RegAllocLinearScan.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Emit DBG_VALUE instructions from LiveDebugVariables.Properties: File: lib/Target/X86/X86InstrInfo.td At: Fri 03 Dec 2010 13:56:40 Changed By: sampo Comments: Remove SSE1-4 disable when AVX is enabled. While this may be useful for development, it completely breaks scalar fp in xmm regs when AVX is enabled. Properties: File: lib/Target/X86/X86InstrSSE.td At: Fri 03 Dec 2010 14:01:40 Changed By: sampo Comments: Scalar f32/f64 are also subregs of ymm regs Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5579 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** From daniel_dunbar at apple.com Fri Dec 3 14:44:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 03 Dec 2010 14:44:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101203224433.2BF41BCE86D7@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12267 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120844 Blamelist: sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/LiveDebugVariables.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Also update virtRegMap when renaming virtual registers.Properties: Files: lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LiveDebugVariables.h lib/CodeGen/RegAllocLinearScan.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Emit DBG_VALUE instructions from LiveDebugVariables.Properties: File: lib/Target/X86/X86InstrInfo.td At: Fri 03 Dec 2010 13:56:40 Changed By: sampo Comments: Remove SSE1-4 disable when AVX is enabled. While this may be useful for development, it completely breaks scalar fp in xmm regs when AVX is enabled. Properties: File: lib/Target/X86/X86InstrSSE.td At: Fri 03 Dec 2010 14:01:40 Changed By: sampo Comments: Scalar f32/f64 are also subregs of ymm regs Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5099 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'avx-128.ll': :1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ :6:2: note: possible intended match here pxor %xmm0, %xmm0 ^ -- ******************** Last 10 lines of 'avx-intrinsics-x86.ll': :2198:13: note: scanning from here vcvttps2dq %ymm0, %ymm0 ^ :2200:6: note: possible intended match here Leh_func_end232: ^ -- ******************** From buildbot at google1.osuosl.org Fri Dec 3 14:48:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:48:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101203224845.363DC13B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/82 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120846 Blamelist: sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 14:49:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 14:49:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101203224943.D8BCD13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,sampo,stoklund BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 3 15:06:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 03 Dec 2010 15:06:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101203230628.EA738C18FC57@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6901 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120843 Blamelist: abramo,sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Sema/SemaExpr.cpp At: Fri 03 Dec 2010 13:46:40 Changed By: abramo Comments: Fixed typo.Properties: File: lib/CodeGen/LiveDebugVariables.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Also update virtRegMap when renaming virtual registers.Properties: Files: lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LiveDebugVariables.h lib/CodeGen/RegAllocLinearScan.cpp At: Fri 03 Dec 2010 13:51:40 Changed By: stoklund Comments: Emit DBG_VALUE instructions from LiveDebugVariables.Properties: File: lib/Target/X86/X86InstrInfo.td At: Fri 03 Dec 2010 13:56:40 Changed By: sampo Comments: Remove SSE1-4 disable when AVX is enabled. While this may be useful for development, it completely breaks scalar fp in xmm regs when AVX is enabled. Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/X86/avx-128.ll LLVM :: CodeGen/X86/avx-intrinsics-x86.ll Expected Passes : 5608 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Fri Dec 3 15:07:19 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 15:07:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101203230720.0713413B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/78 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120846 Blamelist: sampo,stoklund BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 15:13:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 15:13:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101203231304.C534C13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,sampo,stoklund BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 15:19:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 15:19:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101203231901.6DF5113B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/35 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,d0k,grosbach,jasonwkim,sampo,stoklund BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 16:46:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 16:46:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101204004653.6B0FC13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/34 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120844 Blamelist: abramo,d0k,grosbach,sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 17:36:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 17:36:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101204013658.40A7713B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/27 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120846 Blamelist: abramo,d0k,grosbach,jasonwkim,sampo,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 3 20:52:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 03 Dec 2010 20:52:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101204045207.85EE413B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/67 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120890 Blamelist: rjmccall BUILD FAILED: failed test-clang sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Sat Dec 4 00:40:50 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sat, 4 Dec 2010 02:40:50 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101204084050.B5FD62A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/40/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 40, Order: 120895, Start Time: 2010-12-04 07:57:58, End Time: 2010-12-04 08:43:03 To: 39, Order: 120800, Start Time: 2010-12-03 07:58:31, End Time: 2010-12-03 08:43:33 =============== Tests Summary =============== New Passes: 2 Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 941 Total Tests: 945 ============== Changes Detail ============== New Passes ---------- SingleSource/UnitTests/block-byref-cxxobj-test.exec SingleSource/UnitTests/block-copied-in-cxxobj.exec Performance Improvements ------------------------ SingleSource/Benchmarks/Shootout/lists.exec: -1.14%(6.1500 => 6.0800, std. dev.: 0.0240) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Sat Dec 4 01:19:40 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 01:19:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101204091941.77178BD08BFB@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12284 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120898 Blamelist: rjmccall BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/AST/Expr.cpp At: Sat 04 Dec 2010 00:26:40 Changed By: rjmccall Comments: Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens(). Abramo noticed this. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 110.49s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2673 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: Rewriter/properties.m Clang :: Rewriter/rewrite-nested-property-in-blocks.mm Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Sat Dec 4 06:32:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 06:32:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101204143248.0AEE713B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/199 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 06:37:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 06:37:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101204143733.10AA8BD11F57@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16513 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Constants.cpp At: Sat 04 Dec 2010 06:26:40 Changed By: d0k Comments: Simplify code. No functionality change. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-07-15-fabs.ll': 26 llc 0x00001f36 start + 54 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 58959 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of '2008-07-17-fneg.ll': 26 llc 0x00001f36 start + 54 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 58962 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 58978 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 58979 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of 'ppcf128-2.ll': 27 llc 0x00000002 start + 18446744073709543682 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 59512 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** From buildbot at google1.osuosl.org Sat Dec 4 06:43:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 06:43:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101204144338.C719F13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/101 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 06:47:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 06:47:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101204144746.F186513B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/129 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 06:55:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 06:55:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101204145549.3702BBD12785@mail-out3.apple.com> 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/11696 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Constants.cpp At: Sat 04 Dec 2010 06:26:40 Changed By: d0k Comments: Simplify code. No functionality change. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-07-15-fabs.ll': 23 llc 0x00000001 start + 18446744073709542401 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 31571 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of '2008-07-17-fneg.ll': 23 llc 0x00000001 start + 18446744073709542401 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 31575 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 31587 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 31588 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of 'ppcf128-2.ll': 22 llc 0x00002436 start + 54 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 32125 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5580 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-07-15-fabs.ll': 24 llc 0x00000001 start + 18446744073709544961 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 88083 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of '2008-07-17-fneg.ll': 24 llc 0x00000001 start + 18446744073709544961 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 88087 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 88099 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 88100 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of 'ppcf128-2.ll': 23 llc 0x00001a36 start + 54 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 88637 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** From daniel_dunbar at apple.com Sat Dec 4 06:57:34 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 06:57:34 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101204145736.4F097BD128A1@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12290 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Constants.cpp At: Sat 04 Dec 2010 06:26:40 Changed By: d0k Comments: Simplify code. No functionality change. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-07-17-fneg.ll': 27 llc 0x0000000000000001 start + 4294785117 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 98061 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-07-15-fabs.ll': 27 llc 0x0000000000000001 start + 4294785117 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 98058 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 98075 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 98077 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of 'ppcf128-2.ll': 27 llc 0x0000000000000002 start + 4294785118 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 98615 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** From daniel_dunbar at apple.com Sat Dec 4 06:59:37 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 06:59:37 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101204145939.754E8BD12A64@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6843 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Constants.cpp At: Sat 04 Dec 2010 06:26:40 Changed By: d0k Comments: Simplify code. No functionality change. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 86570 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 86571 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of '2008-07-17-fneg.ll': 23 llc 0x0000000000000001 start + 4294833469 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 86568 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-07-15-fabs.ll': 23 llc 0x0000000000000001 start + 4294833469 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 86548 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of 'ppcf128-2.ll': 23 llc 0x0000000000000002 start + 4294833470 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 87189 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-07-15-Fabs.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C++/filelist.cpp LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2008-07-17-fneg.ll': 24 llc 0x0000000000000001 start + 4294834497 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-07-17-Fneg.ll.script: line 2: 94222 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-07-17-Fneg.ll' -- ******************** Last 10 lines of '2008-07-15-fabs.ll': 24 llc 0x0000000000000001 start + 4294834497 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__divtc3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-07-15-Fabs.ll.script: line 2: 94227 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-07-15-Fabs.ll' -- ******************** Last 10 lines of '2008-10-28-f128-i32.ll': Stack dump: 0. Program arguments: llc -march=ppc32 -o - 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixunstfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/PowerPC/Output/2008-10-28-f128-i32.ll.script: line 3: 94274 Illegal instruction 'llc' '-march=ppc32' '-o' '-' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll' 94275 Done | 'not' 'grep' 'fixunstfsi' -- ******************** Last 10 lines of 'ppcf128-2.ll': 24 llc 0x0000000000000002 start + 4294834498 Stack dump: 0. Program arguments: llc -march=ppc64 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@__fixtfdi' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/PowerPC/Output/ppcf128-2.ll.script: line 2: 94979 Illegal instruction 'llc' '-march=ppc64' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/PowerPC/ppcf128-2.ll' -- ******************** From buildbot at google1.osuosl.org Sat Dec 4 06:59:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 06:59:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101204145951.657FE13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/84 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 07:00:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 07:00:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101204150050.B73C213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/96 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 07:11:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 07:11:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101204151109.96F7613B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/87 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120908 Blamelist: d0k,fpichet BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 07:22:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 07:22:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101204152254.9F70A13B2068@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/91 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed run.build.step.test_llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 07:30:05 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 07:30:05 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101204153007.4EBECC1A620D@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6916 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120907 Blamelist: d0k BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Constants.cpp At: Sat 04 Dec 2010 06:26:40 Changed By: d0k Comments: Simplify code. No functionality change. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/PowerPC/2008-07-17-Fneg.ll LLVM :: CodeGen/PowerPC/2008-10-28-f128-i32.ll LLVM :: CodeGen/PowerPC/ppcf128-2.ll Expected Passes : 5609 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Sat Dec 4 09:25:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 09:25:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101204172506.3655C13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/41 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120910 Blamelist: abramo,akirtzidis,bwilson,d0k,dpatel,fjahanian,fpichet,grosbach,mspencer,pcc,rafael,rjmccall,sampo,stoklund,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 12:05:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 12:05:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101204200535.4707613B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/43 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120912 Blamelist: d0k BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 12:31:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 12:31:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101204203107.4CFFE13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/56 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 120916 Blamelist: void BUILD FAILED: failed run.build.step.configure_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 15:17:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 15:17:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101204231734.2A5D013B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/38 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 120918 Blamelist: d0k,mspencer,void,zwarich BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 16:27:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 16:27:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101205002759.BBA2513B2068@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/25 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 120919 Blamelist: d0k,fjahanian,mspencer,void,zwarich BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 16:52:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 16:52:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101205005300.5976813B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/44 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120920 Blamelist: d0k,fjahanian,rafael,void,zwarich BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 17:27:02 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 17:27:02 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101205012703.0ECC213B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/216 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 120928 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 17:51:21 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 17:51:21 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101205015122.83DDB13B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/98 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120928 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 17:52:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 17:52:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101205015223.AFCBF13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/35 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120921 Blamelist: d0k,fjahanian,rafael,void,zwarich BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 17:58:40 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 17:58:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101205015842.71A9EBD353DA@mail-out3.apple.com> 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/11710 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 120929 Blamelist: lattner BUILD FAILED: failed test.llvm.stage2 compile.llvm-gcc.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/CodeGen/X86/2007-10-16-fp80_select.ll test/CodeGen/X86/const-select.ll test/CodeGen/X86/select.ll test/CodeGen/X86/sext-select.ll test/CodeGen/X86/split-select.ll test/CodeGen/X86/vec_select.ll test/CodeGen/X86/widen_select-1.ll At: Sat 04 Dec 2010 17:16:41 Changed By: lattner Comments: merge some tests into select.ll and make them more specific. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:26:40 Changed By: lattner Comments: Improve an integer select optimization in two ways: 1. generalize (select (x == 0), -1, 0) -> (sign_bit (x - 1)) to: (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y 2. Handle the identical pattern that happens with !=: (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y cmov is often high latency and can't fold immediates or memory operands. For example for (x == 0) ? -1 : 1, before we got: < testb %sil, %sil < movl $-1, %ecx < movl $1, %eax < cmovel %ecx, %eax now we get: > cmpb $1, %sil > sbbl %eax, %eax > orl $1, %eax Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/SimplifyCFG/switch_formation.dbg.ll LLVM :: Transforms/SimplifyCFG/switch_formation.ll LLVM :: Transforms/SimplifyCFG/switch_thread.ll Expected Passes : 5546 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 31 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/2008-12-16-DCECond.ll LLVM :: Transforms/SimplifyCFG/2009-03-05-Speculative-Hoist-Dbg.ll LLVM :: Transforms/SimplifyCFG/MagicPointer.ll LLVM :: Transforms/SimplifyCFG/SpeculativeExec.ll LLVM :: Transforms/SimplifyCFG/branch_fold_dbg.ll LLVM :: Transforms/SimplifyCFG/iterative-simplify.ll LLVM :: Transforms/SimplifyCFG/switch_create.ll LLVM :: Transforms/SimplifyCFG/switch_formation.dbg.ll LLVM :: Transforms/SimplifyCFG/switch_formation.ll LLVM :: Transforms/SimplifyCFG/switch_thread.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'nancvt.ll': Stack dump: 0. Program arguments: opt -std-compile-opts 1. Running pass 'CallGraph Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/X86/Output/nancvt.ll.script: line 15: 1331 Illegal instruction 'opt' '-std-compile-opts' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/nancvt.ll' 1332 Done | 'llc' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/X86/Output/nancvt.ll.tmp' -- ******************** Last 10 lines of 'byval.ll': Stack dump: 0. Program arguments: opt -argpromotion -scalarrepl -S 1. Running pass 'CallGraph Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@f' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ArgumentPromotion/Output/byval.ll.script: line 3: 8401 Illegal instruction 'opt' '-argpromotion' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ArgumentPromotion/byval.ll' 8402 Done | 'not' 'grep' 'load' -- ******************** Last 10 lines of 'basictest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/Inline/basictest.ll:12:10: error: expected string not found in input ; CHECK: @test1( ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'devirtualize-3.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/Inline/devirtualize-3.ll:4:10: error: expected string not found in input ; CHECK: define i32 @main() ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'devirtualize.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/Inline/devirtualize.ll:17:10: error: expected string not found in input ; CHECK: @foo ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2009-02-20-instcombine-sroa.ll': Stack dump: 0. Program arguments: opt -instcombine -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_Z3fooRSt6vectorIiSaIiEE' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/InstCombine/Output/2009-02-20-InstCombine-SROA.ll.script: line 3: 10235 Illegal instruction 'opt' '-instcombine' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll' 10236 Done | 'not' 'grep' ' = alloca' -- ******************** Last 10 lines of 'crash.ll': 13 opt 0x00001ed6 start + 54 Stack dump: 0. Program arguments: opt -jump-threading -disable-output 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Module Verifier' on function '@test3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/JumpThreading/Output/crash.ll.script: line 2: 11086 Illegal instruction 'opt' '-jump-threading' '-disable-output' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/JumpThreading/crash.ll' -- ******************** Last 10 lines of '2006-12-11-sroa-crash.ll': 15 opt 0x00001ed6 start + 54 Stack dump: 0. Program arguments: opt -scalarrepl -disable-output 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_ZN9__gnu_cxx16bitmap_allocatorIwE27_M_deallocate_single_objectEPw' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/2006-12-11-SROA-Crash.ll.script: line 2: 11962 Illegal instruction 'opt' '-scalarrepl' '-disable-output' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll' -- ******************** Last 10 lines of '2008-06-05-loadstore-agg.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@foo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/2008-06-05-loadstore-agg.ll.script: line 3: 11983 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll' 11984 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of '2009-02-02-scalarpromoteoutofrange.ll': 14 opt 0x00009a7b main + 4667 15 opt 0x00001ed6 start + 54 Stack dump: 0. Program arguments: opt -scalarrepl -instcombine -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@f' -- ******************** Last 10 lines of '2009-12-11-neontypes.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll:13:10: error: expected string not found in input ; CHECK: @test ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'address-space.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/address-space.ll:9:10: error: expected string not found in input ; CHECK: define void @Test( ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'arraytest.ll': Stack dump: 0. Program arguments: opt -scalarrepl -mem2reg -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/arraytest.ll.script: line 3: 12042 Illegal instruction 'opt' '-scalarrepl' '-mem2reg' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/arraytest.ll' 12043 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'basictest.ll': Stack dump: 0. Program arguments: opt -scalarrepl -mem2reg -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/basictest.ll.script: line 3: 12049 Illegal instruction 'opt' '-scalarrepl' '-mem2reg' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/basictest.ll' 12050 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'copy-aggregate.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/copy-aggregate.ll.script: line 3: 12057 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/copy-aggregate.ll' 12058 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'debuginfo.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_ZN6Sphere10ray_sphereERK3Vec' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/debuginfo.ll.script: line 3: 12061 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/debuginfo.ll' 12062 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'load-store-aggregate.ll': 16 opt 0x00000003 start + 18446744073709543779 Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/load-store-aggregate.ll.script: line 5: 12065 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/load-store-aggregate.ll' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/load-store-aggregate.ll.tmp' -- ******************** Last 10 lines of 'memset-aggregate-byte-leader.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/memset-aggregate-byte-leader.ll.script: line 6: 12073 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll' 12074 Done | 'not' 'grep' 'call void @llvm.memcpy.i32' -- ******************** Last 10 lines of 'memset-aggregate.ll': 15 opt 0x00001ed6 start + 54 16 opt 0x00000003 start + 18446744073709543779 Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' -- ******************** Last 10 lines of 'union-pointer.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/ScalarRepl/Output/union-pointer.ll.script: line 6: 12118 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/ScalarRepl/union-pointer.ll' 12119 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'stdio': Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [crt3.o] Error 1 make[4]: *** [extra] Error 2 make[3]: *** [stmp-multilib] Error 2 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.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': warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' From daniel_dunbar at apple.com Sat Dec 4 18:03:03 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 18:03:03 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101205020304.D7DE3BD35628@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6857 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120930 Blamelist: lattner BUILD FAILED: failed test-llvm_1 test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/CodeGen/X86/2007-10-16-fp80_select.ll test/CodeGen/X86/const-select.ll test/CodeGen/X86/select.ll test/CodeGen/X86/sext-select.ll test/CodeGen/X86/split-select.ll test/CodeGen/X86/vec_select.ll test/CodeGen/X86/widen_select-1.ll At: Sat 04 Dec 2010 17:16:41 Changed By: lattner Comments: merge some tests into select.ll and make them more specific. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:26:40 Changed By: lattner Comments: Improve an integer select optimization in two ways: 1. generalize (select (x == 0), -1, 0) -> (sign_bit (x - 1)) to: (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y 2. Handle the identical pattern that happens with !=: (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y cmov is often high latency and can't fold immediates or memory operands. For example for (x == 0) ? -1 : 1, before we got: < testb %sil, %sil < movl $-1, %ecx < movl $1, %eax < cmovel %ecx, %eax now we get: > cmpb $1, %sil > sbbl %eax, %eax > orl $1, %eax Properties: File: test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:36:40 Changed By: lattner Comments: relax this to handle linux defaulting to -static. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/SimplifyCFG/switch_formation.dbg.ll LLVM :: Transforms/SimplifyCFG/switch_formation.ll LLVM :: Transforms/SimplifyCFG/switch_thread.ll Expected Passes : 5066 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 31 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/2008-12-16-DCECond.ll LLVM :: Transforms/SimplifyCFG/2009-03-05-Speculative-Hoist-Dbg.ll LLVM :: Transforms/SimplifyCFG/MagicPointer.ll LLVM :: Transforms/SimplifyCFG/SpeculativeExec.ll LLVM :: Transforms/SimplifyCFG/branch_fold_dbg.ll LLVM :: Transforms/SimplifyCFG/iterative-simplify.ll LLVM :: Transforms/SimplifyCFG/switch_formation.ll LLVM :: Transforms/SimplifyCFG/switch_formation.dbg.ll LLVM :: Transforms/SimplifyCFG/switch_create.ll LLVM :: Transforms/SimplifyCFG/switch_thread.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C++/dash-x.cpp LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'nancvt.ll': Stack dump: 0. Program arguments: opt -std-compile-opts 1. Running pass 'CallGraph Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/X86/Output/nancvt.ll.script: line 15: 92436 Illegal instruction 'opt' '-std-compile-opts' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/X86/nancvt.ll' 92437 Done | 'llc' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/X86/Output/nancvt.ll.tmp' -- ******************** Last 10 lines of 'byval.ll': Stack dump: 0. Program arguments: opt -argpromotion -scalarrepl -S 1. Running pass 'CallGraph Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@f' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ArgumentPromotion/Output/byval.ll.script: line 3: 99205 Illegal instruction 'opt' '-argpromotion' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ArgumentPromotion/byval.ll' 99206 Done | 'not' 'grep' 'load' -- ******************** Last 10 lines of 'basictest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/Inline/basictest.ll:12:10: error: expected string not found in input ; CHECK: @test1( ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'devirtualize-3.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/Inline/devirtualize-3.ll:4:10: error: expected string not found in input ; CHECK: define i32 @main() ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'devirtualize.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/Inline/devirtualize.ll:17:10: error: expected string not found in input ; CHECK: @foo ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2009-02-20-instcombine-sroa.ll': Stack dump: 0. Program arguments: opt -instcombine -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_Z3fooRSt6vectorIiSaIiEE' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/InstCombine/Output/2009-02-20-InstCombine-SROA.ll.script: line 3: 1908 Illegal instruction 'opt' '-instcombine' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll' 1909 Done | 'not' 'grep' ' = alloca' -- ******************** Last 10 lines of 'crash.ll': 14 opt 0x0000000000000003 start + 4294748355 Stack dump: 0. Program arguments: opt -jump-threading -disable-output 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Module Verifier' on function '@test3' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/JumpThreading/Output/crash.ll.script: line 2: 2913 Illegal instruction 'opt' '-jump-threading' '-disable-output' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/JumpThreading/crash.ll' -- ******************** Last 10 lines of '2008-06-05-loadstore-agg.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@foo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/2008-06-05-loadstore-agg.ll.script: line 3: 4187 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll' 4188 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of '2006-12-11-sroa-crash.ll': 15 opt 0x0000000100035774 start + 52 Stack dump: 0. Program arguments: opt -scalarrepl -disable-output 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_ZN9__gnu_cxx16bitmap_allocatorIwE27_M_deallocate_single_objectEPw' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/2006-12-11-SROA-Crash.ll.script: line 2: 4172 Illegal instruction 'opt' '-scalarrepl' '-disable-output' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll' -- ******************** Last 10 lines of '2009-02-02-scalarpromoteoutofrange.ll': 15 opt 0x0000000100035774 start + 52 16 opt 0x0000000000000004 start + 4294748356 Stack dump: 0. Program arguments: opt -scalarrepl -instcombine -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@f' -- ******************** Last 10 lines of '2009-12-11-neontypes.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll:13:10: error: expected string not found in input ; CHECK: @test ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'arraytest.ll': Stack dump: 0. Program arguments: opt -scalarrepl -mem2reg -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/arraytest.ll.script: line 3: 4264 Illegal instruction 'opt' '-scalarrepl' '-mem2reg' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/arraytest.ll' 4266 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'address-space.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/address-space.ll:9:10: error: expected string not found in input ; CHECK: define void @Test( ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'basictest.ll': Stack dump: 0. Program arguments: opt -scalarrepl -mem2reg -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/basictest.ll.script: line 3: 4279 Illegal instruction 'opt' '-scalarrepl' '-mem2reg' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/basictest.ll' 4280 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'copy-aggregate.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/copy-aggregate.ll.script: line 3: 4302 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/copy-aggregate.ll' 4303 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'debuginfo.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@_ZN6Sphere10ray_sphereERK3Vec' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/debuginfo.ll.script: line 3: 4305 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/debuginfo.ll' 4306 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'load-store-aggregate.ll': 15 opt 0x0000000100035774 start + 52 Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/load-store-aggregate.ll.script: line 5: 4322 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/load-store-aggregate.ll' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/load-store-aggregate.ll.tmp' -- ******************** Last 10 lines of 'memset-aggregate.ll': 14 opt 0x000000010003af02 main + 4658 15 opt 0x0000000100035774 start + 52 Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' -- ******************** Last 10 lines of 'memset-aggregate-byte-leader.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/memset-aggregate-byte-leader.ll.script: line 6: 4328 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll' 4329 Done | 'not' 'grep' 'call void @llvm.memcpy.i32' -- ******************** Last 10 lines of 'union-pointer.ll': Stack dump: 0. Program arguments: opt -scalarrepl -S 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Scalar Replacement of Aggregates' on function '@test2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Transforms/ScalarRepl/Output/union-pointer.ll.script: line 6: 4386 Illegal instruction 'opt' '-scalarrepl' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/ScalarRepl/union-pointer.ll' 4387 Done | 'not' 'grep' 'alloca' -- ******************** Last 10 lines of 'stdio': Clang :: CodeGen/parameter-passing.c Clang :: CodeGenCXX/DynArrayInit.cpp Clang :: CodeGenCXX/member-function-pointer-calls.cpp Clang :: CodeGenCXX/temp-order.cpp Expected Passes : 2669 Expected Failures : 20 Unexpected Failures: 7 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/enum.c:14:13: warning: comparison of unsigned expression < 0 is always false 1 warning generated. Last 10 lines of 'fail': Clang :: CodeGen/bitfield-2.c Clang :: CodeGen/cleanup-stack.c Clang :: CodeGen/enum.c Clang :: CodeGen/parameter-passing.c Clang :: CodeGenCXX/DynArrayInit.cpp Clang :: CodeGenCXX/member-function-pointer-calls.cpp Clang :: CodeGenCXX/temp-order.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/fixit-errors.c Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'bitfield-2.c': FileCheck -check-prefix=CHECK-OPT < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/bitfield-2.c.tmp.opt.ll /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/bitfield-2.c -- Exit Code: 132 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/bitfield-2.c.script: line 3: 8010 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -triple x86_64 -O3 -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/bitfield-2.c.tmp.opt.ll /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/bitfield-2.c -fdump-record-layouts 2> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/bitfield-2.c.tmp.dump.txt -- ******************** Last 10 lines of 'cleanup-stack.c': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-unknown-unknown -O3 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cleanup-stack.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cleanup-stack.c.tmp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'CallGraph Pass Manager' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cleanup-stack.c'. 4. Running pass 'Scalar Replacement of Aggregates' on function '@f1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cleanup-stack.c.script: line 2: 8218 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-unknown-unknown -O3 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cleanup-stack.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cleanup-stack.c.tmp -- ******************** Last 10 lines of 'enum.c': Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/enum.c:14:13: warning: comparison of unsigned expression < 0 is always false if (z - 1 < 0) ~~~~~ ^ ~ 1 warning generated. -- ******************** Last 10 lines of 'parameter-passing.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/parameter-passing.c -triple i386-unknown-unknown -O3 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/parameter-passing.c.tmp 1. parser at end of file 2. Per-function optimization 3. Running pass 'Scalar Replacement of Aggregates' on function '@f0' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/parameter-passing.c.script: line 6: 8598 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/parameter-passing.c -triple i386-unknown-unknown -O3 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/parameter-passing.c.tmp -- ******************** Last 10 lines of 'dynarrayinit.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/DynArrayInit.cpp:4:11: error: expected string not found in input // CHECK: define signext i8 @_Z2f0v ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'member-function-pointer-calls.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/member-function-pointer-calls.cpp:11:11: error: expected string not found in input // CHECK: define i32 @_Z2g1v() ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'temp-order.cpp': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/temp-order.cpp.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/temp-order.cpp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'CallGraph Pass Manager' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/temp-order.cpp'. 4. Running pass 'Scalar Replacement of Aggregates' on function '@_Z2f0b' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/temp-order.cpp.script: line 2: 9742 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/temp-order.cpp.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/temp-order.cpp -- ******************** From buildbot at google1.osuosl.org Sat Dec 4 18:08:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 18:08:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101205020848.E128D13B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/115 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 120930 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 18:20:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 18:20:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101205022033.5B3C0BD35D50@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6039 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 120930 Blamelist: lattner BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/CodeGen/X86/2007-10-16-fp80_select.ll test/CodeGen/X86/const-select.ll test/CodeGen/X86/select.ll test/CodeGen/X86/sext-select.ll test/CodeGen/X86/split-select.ll test/CodeGen/X86/vec_select.ll test/CodeGen/X86/widen_select-1.ll At: Sat 04 Dec 2010 17:16:41 Changed By: lattner Comments: merge some tests into select.ll and make them more specific. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:26:40 Changed By: lattner Comments: Improve an integer select optimization in two ways: 1. generalize (select (x == 0), -1, 0) -> (sign_bit (x - 1)) to: (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y 2. Handle the identical pattern that happens with !=: (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y cmov is often high latency and can't fold immediates or memory operands. For example for (x == 0) ? -1 : 1, before we got: < testb %sil, %sil < movl $-1, %ecx < movl $1, %eax < cmovel %ecx, %eax now we get: > cmpb $1, %sil > sbbl %eax, %eax > orl $1, %eax Properties: File: test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:36:40 Changed By: lattner Comments: relax this to handle linux defaulting to -static. Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0454 544 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2218 3360 0.0831 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0504 720 0.0050 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0149 1088 0.0203 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0230 528 0.0057 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0334 544 0.0054 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3658 656 0.0077 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0162 976 0.0284 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0637 560 0.0056 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1391 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0454 544 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2218 3360 0.0831 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0504 720 0.0050 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0149 1088 0.0203 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0230 528 0.0057 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0334 544 0.0054 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3658 656 0.0077 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0162 976 0.0284 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0637 560 0.0056 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1391 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/FreeBench/pifft/pifft Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/FreeBench/pifft/pifft Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Sat Dec 4 18:28:51 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 18:28:51 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101205022852.9B3E013B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/96 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 120930 Blamelist: lattner BUILD FAILED: failed test.llvm.stage2 compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 18:37:26 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 18:37:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101205023727.73A8113B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/39 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120930 Blamelist: andersca,lattner,void BUILD FAILED: failed make.test-suite sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 18:41:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 18:41:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101205024130.8024813B2068@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/48 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120930 Blamelist: andersca,lattner,void BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 4 18:41:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 04 Dec 2010 18:41:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101205024139.3D66613B2068@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/48 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 120928 Blamelist: andersca,lattner,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 4 19:01:51 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 04 Dec 2010 19:01:51 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101205030153.38ABCC1B9EC8@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6928 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120930 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/CodeGen/X86/select-zero-one.ll test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:06:40 Changed By: lattner Comments: remove two tests that aren't really testing anything. Properties: Files: test/CodeGen/X86/select-aggregate.ll test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:06:40 Changed By: lattner Comments: rename test Properties: Files: test/CodeGen/X86/2007-10-16-fp80_select.ll test/CodeGen/X86/const-select.ll test/CodeGen/X86/select.ll test/CodeGen/X86/sext-select.ll test/CodeGen/X86/split-select.ll test/CodeGen/X86/vec_select.ll test/CodeGen/X86/widen_select-1.ll At: Sat 04 Dec 2010 17:16:41 Changed By: lattner Comments: merge some tests into select.ll and make them more specific. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:26:40 Changed By: lattner Comments: Improve an integer select optimization in two ways: 1. generalize (select (x == 0), -1, 0) -> (sign_bit (x - 1)) to: (select (x == 0), -1, y) -> (sign_bit (x - 1)) | y 2. Handle the identical pattern that happens with !=: (select (x != 0), y, -1) -> (sign_bit (x - 1)) | y cmov is often high latency and can't fold immediates or memory operands. For example for (x == 0) ? -1 : 1, before we got: < testb %sil, %sil < movl $-1, %ecx < movl $1, %eax < cmovel %ecx, %eax now we get: > cmpb $1, %sil > sbbl %eax, %eax > orl $1, %eax Properties: File: test/CodeGen/X86/select.ll At: Sat 04 Dec 2010 17:36:40 Changed By: lattner Comments: relax this to handle linux defaulting to -static. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/SimplifyCFG/switch_formation.dbg.ll LLVM :: Transforms/SimplifyCFG/switch_formation.ll LLVM :: Transforms/SimplifyCFG/switch_thread.ll Expected Passes : 5575 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 31 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From llvm-testresults at cs.uiuc.edu Sun Dec 5 00:43:26 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sun, 5 Dec 2010 02:43:26 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101205084326.346ED2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/41/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 41, Order: 120935, Start Time: 2010-12-05 08:00:30, End Time: 2010-12-05 08:45:39 To: 40, Order: 120895, Start Time: 2010-12-04 07:57:58, End Time: 2010-12-04 08:43:03 =============== Tests Summary =============== Performance Regressions: 1 Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 942 Total Tests: 945 ============== Changes Detail ============== Performance Regressions ----------------------- External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec: 3.99%(8.7800 => 9.1300, std. dev.: 0.0049) Performance Improvements ------------------------ External/SPEC/CINT2006/400_perlbench/400_perlbench.exec: -1.62%(9.8900 => 9.7300, std. dev.: 0.0000) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Sun Dec 5 14:22:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 05 Dec 2010 14:22:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101205222220.F30BDC1D6222@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12315 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 120959 Blamelist: zwarich BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/CodeGen/PHIElimination.cpp lib/CodeGen/PHIElimination.h At: Sun 05 Dec 2010 13:46:40 Changed By: zwarich Comments: Remove the PHIElimination.h header, as it is no longer needed. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 108.70s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Sun Dec 5 20:42:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 05 Dec 2010 20:42:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101206044251.6F89F13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/193 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120989 Blamelist: mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 5 20:58:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 05 Dec 2010 20:58:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101206045846.AC3C713B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/62 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 120989 Blamelist: clchiou,mspencer,rafael BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 5 21:06:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 05 Dec 2010 21:06:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101206050601.4666913B2065@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/120 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 120989 Blamelist: clchiou,mspencer BUILD FAILED: failed run.build.step.make_llvm_2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 5 21:49:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 05 Dec 2010 21:49:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101206054912.E316513B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/70 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 120990 Blamelist: clchiou,mspencer,rafael,rjmccall BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Mon Dec 6 00:43:11 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Mon, 6 Dec 2010 02:43:11 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101206084311.238CA2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/42/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 42, Order: 120993, Start Time: 2010-12-06 08:00:15, End Time: 2010-12-06 08:45:25 To: 41, Order: 120935, Start Time: 2010-12-05 08:00:30, End Time: 2010-12-05 08:45:39 =============== Tests Summary =============== Performance Regressions: 1 Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 942 Total Tests: 945 ============== Changes Detail ============== Performance Regressions ----------------------- External/Povray/povray.exec: 1.37%(4.3900 => 4.4500, std. dev.: 0.0160) Performance Improvements ------------------------ SingleSource/Benchmarks/Shootout/methcall.exec: -1.13%(7.9700 => 7.8800, std. dev.: 0.0206) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Mon Dec 6 01:39:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 01:39:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101206093907.A537613B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/44 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 120992 Blamelist: clchiou,mspencer,rafael,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 03:16:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 03:16:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101206111633.18FE913B2065@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/33 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 120998 Blamelist: chandlerc,fvbommel,lattner,rjmccall BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 07:07:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 07:07:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101206150731.90643C1F2313@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16570 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/MC/MCDwarf.cpp lib/MC/MCStreamer.cpp At: Mon 06 Dec 2010 06:56:40 Changed By: rafael Comments: Add an EmitAbsValue helper method and use it in cases where we want to be sure that no relocations are used (on MochO). Fixes llc producing different output from llc + llvm-mc.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 07:09:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:09:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101206150931.91AAD13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/255 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:14:10 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:14:10 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101206151411.6CF4213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/61 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:16:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:16:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101206151623.C079F13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/139 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:19:42 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:19:42 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101206151942.D950B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/175 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:20:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:20:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101206152051.2374C13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/98 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 07:26:16 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 07:26:16 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101206152618.811E2C1F2EFC@mail-out4.apple.com> 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/11742 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/MC/MCDwarf.cpp lib/MC/MCStreamer.cpp At: Mon 06 Dec 2010 06:56:40 Changed By: rafael Comments: Add an EmitAbsValue helper method and use it in cases where we want to be sure that no relocations are used (on MochO). Fixes llc producing different output from llc + llvm-mc.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5580 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** From daniel_dunbar at apple.com Mon Dec 6 07:27:37 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 07:27:37 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101206152739.E7AFDC1F306C@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12336 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/MC/MCDwarf.cpp lib/MC/MCStreamer.cpp At: Mon 06 Dec 2010 06:56:40 Changed By: rafael Comments: Add an EmitAbsValue helper method and use it in cases where we want to be sure that no relocations are used (on MochO). Fixes llc producing different output from llc + llvm-mc.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** From daniel_dunbar at apple.com Mon Dec 6 07:28:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 07:28:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101206152820.A9BFABD89273@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6890 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/MC/MCDwarf.cpp lib/MC/MCStreamer.cpp At: Mon 06 Dec 2010 06:56:40 Changed By: rafael Comments: Add an EmitAbsValue helper method and use it in cases where we want to be sure that no relocations are used (on MochO). Fixes llc producing different output from llc + llvm-mc.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll LLVM :: Transforms/TailCallElim/nocapture.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5100 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/aliases.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'aliases.ll': grep protected /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/X86/Output/aliases.ll.tmp | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 16 lines, got 17. -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 07:31:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:31:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101206153138.51E6213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/118 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:32:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:32:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101206153224.D47D713B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/132 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:33:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:33:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101206153311.C937F13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/137 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121001 Blamelist: rafael BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:45:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:45:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101206154506.DFBA213B2065@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:53:58 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:53:58 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101206155359.964B313B2065@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/128 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed run.build.step.test_llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 07:55:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 07:55:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101206155544.B5C6D13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/59 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 08:03:34 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 08:03:34 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101206160336.7A376BD8C42A@mail-out3.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6950 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/MC/MCDwarf.cpp lib/MC/MCStreamer.cpp At: Mon 06 Dec 2010 06:56:40 Changed By: rafael Comments: Add an EmitAbsValue helper method and use it in cases where we want to be sure that no relocations are used (on MochO). Fixes llc producing different output from llc + llvm-mc.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/X86/aliases.ll Expected Passes : 5609 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Mon Dec 6 08:18:17 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 08:18:17 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101206161817.EF9E713B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/65 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 09:24:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 09:24:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101206172457.D07C713B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/57 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121000 Blamelist: rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 09:46:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 09:46:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101206174623.E05FD13B2065@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/35 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 121001 Blamelist: rafael BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 10:53:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 10:53:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101206185331.4A30E13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/264 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121023 Blamelist: dgregor,resistor,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 11:08:19 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 11:08:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101206190820.2DC4513B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/108 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121024 Blamelist: dgregor,dpatel,grosbach,resistor,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 11:18:07 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 11:18:07 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101206191808.01E2B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/181 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121025 Blamelist: dgregor,grosbach,resistor,rjmccall BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 11:27:49 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 11:27:49 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101206192752.27FB5BD9EE2D@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12342 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121025 Blamelist: dgregor,grosbach,resistor,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/AsmParser/ARMAsmParser.cpp At: Mon 06 Dec 2010 10:36:40 Changed By: grosbach Comments: Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if the instruction is predicated, reg0 otherwise.Properties: Files: lib/Sema/SemaExpr.cpp test/CodeGenObjC/property.m At: Mon 06 Dec 2010 10:41:43 Changed By: rjmccall Comments: Do unary conversions on vararg arguments and *then* special-case float. Fixes PR8742. Properties: Files: include/clang/AST/Decl.h include/clang/AST/DeclBase.h include/clang/AST/Redeclarable.h lib/AST/Decl.cpp lib/Serialization/ASTReaderDecl.cpp At: Mon 06 Dec 2010 10:41:43 Changed By: dgregor Comments: Re-implement caching for the linkage calculation of declarations. My previous attempt at solving the compile-time problem with many redeclarations of the same entity cached both linkage and visibility, while this patch only tackles linkage. There are several reasons for this difference: - Linkage is a language concept, and is evaluated many times during semantic analysis and codegen, while visibility is only a code-generation concept that is evaluated only once per (unique) declaration. Hence, we *must* optimize linkage calculations but don't need to optimize visibility computation. - Once we know the linkage of a declaration, subsequent redeclarations can't change that linkage. Hence, cache invalidation is far simpler than for visibility, where a later redeclaration can completely change the visibility. - We have 3 spare bits in Decl to store the linkage cache, so the cache doesn't increase the size of declarations. With the visibility+linkage cache, NamedDecl got larger. Properties: Files: lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMInstrThumb2.td At: Mon 06 Dec 2010 10:41:43 Changed By: resistor Comments: Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friends) to Pseudos. Properties: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Mon 06 Dec 2010 10:51:42 Changed By: grosbach Comments: Trailing whitespace.Properties: File: lib/AST/Decl.cpp At: Mon 06 Dec 2010 10:56:40 Changed By: dgregor Comments: Use the unused merge() function, fixing an minor, unintended change I introduced in r121023. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/tls1.ll LLVM :: CodeGen/Thumb2/tls2.ll LLVM :: MC/Disassembler/ARM/thumb-tests.txt Expected Passes : 5055 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 46 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb2/thumb2-call.ll LLVM :: CodeGen/Thumb2/thumb2-ifcvt1.ll LLVM :: CodeGen/Thumb2/thumb2-ldm.ll LLVM :: CodeGen/Thumb2/thumb2-ldrd.ll LLVM :: CodeGen/Thumb2/thumb2-ifcvt3.ll LLVM :: CodeGen/Thumb2/thumb2-smul.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll LLVM :: CodeGen/Thumb2/tls1.ll LLVM :: CodeGen/Thumb2/tls2.ll LLVM :: MC/Disassembler/ARM/thumb-tests.txt Last 10 lines of 'xfail': LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2010-06-25-thumb2itinvaliditerator.ll': 22 llc 0x000000010002c674 start + 52 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Post RA top-down list latency scheduler' on function '@x0' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2010-06-25-Thumb2ITInvalidIterator.ll.script: line 2: 20484 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll' -- ******************** Last 10 lines of '2010-07-26-globalmerge.ll': 22 llc 0x000000010002c674 start + 52 Stack dump: 0. Program arguments: llc -enable-correct-eh-support 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Post RA top-down list latency scheduler' on function '@_ZN1AD1Ev' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2010-07-26-GlobalMerge.ll.script: line 2: 20501 Illegal instruction 'llc' '-enable-correct-eh-support' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll' -- ******************** Last 10 lines of 'indirectbr.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/indirectbr.ll:10:10: error: expected string not found in input ; THUMB: foo: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2007-01-31-reginfoassert.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -mtriple=thumb-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-01-31-RegInfoAssert.ll.script: line 2: 29074 Illegal instruction 'llc' '-mtriple=thumb-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll' -- ******************** Last 10 lines of '2007-02-02-joinintervalscrash.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -mtriple=thumb-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@zcvrs' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-02-02-JoinIntervalsCrash.ll.script: line 2: 29082 Illegal instruction 'llc' '-mtriple=thumb-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll' -- ******************** Last 10 lines of '2009-12-17-pre-regalloc-taildup.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll:8:10: error: expected string not found in input ; CHECK: bx lr ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2007-03-06-addr7.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-03-06-AddR7.ll.script: line 5: 29083 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-03-06-AddR7.ll' -- ******************** Last 10 lines of '2010-01-15-local-alloc-spill-physical.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll:9:10: error: expected string not found in input ; CHECK: str r0, [sp ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'dyn-stackalloc.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll:7:10: error: expected string not found in input ; CHECK: t1: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'fpconv.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/fpconv.ll.script: line 2: 29383 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/fpconv.ll' -- ******************** Last 10 lines of 'fpow.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@t' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/fpow.ll.script: line 2: 29386 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/fpow.ll' -- ******************** Last 10 lines of 'select.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f7' Expected 1 lines, got 0. -- ******************** Last 10 lines of 'long.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f7' Expected 1 lines, got 0. -- ******************** Last 10 lines of 'machine-licm.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/machine-licm.ll:12:10: error: expected string not found in input ; CHECK: t: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'unord.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f1' Expected 1 lines, got 0. -- ******************** Last 10 lines of '2009-07-21-iselbug.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll:8:10: error: expected string not found in input ; CHECK: t: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2009-08-04-coalescerbug.ll': 24 llc 0x000000010002c674 start + 52 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@PS_PrintGraphicInclude' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2009-08-04-CoalescerBug.ll.script: line 2: 29570 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll' -- ******************** Last 10 lines of '2009-08-01-wrongldrbopc.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll:10:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'vargs.ll': 25 llc 0x0000000000000002 start + 4294785474 Stack dump: 0. Program arguments: llc -march=thumb 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@f' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/vargs.ll.script: line 10: 29544 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/vargs.ll' -- ******************** Last 10 lines of '2009-08-21-postrakill4.ll': 24 llc 0x000000010002c674 start + 52 Stack dump: 0. Program arguments: llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2009-08-21-PostRAKill4.ll.script: line 2: 29606 Illegal instruction 'llc' '-asm-verbose=false' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-post-RA-scheduler' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll' -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 11:55:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 11:55:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101206195523.71E3113B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/102 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121023 Blamelist: akirtzidis,dgregor,dpatel,grosbach,resistor,rjmccall BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 12:03:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 12:03:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101206200328.8A6A013B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/61 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121023 Blamelist: akirtzidis,dgregor,dpatel,fjahanian,grosbach,rafael,resistor,rjmccall BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 12:16:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 12:16:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101206201634.C568913B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/68 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121024 Blamelist: akirtzidis,dgregor,dpatel,grosbach,resistor,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 13:52:20 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 13:52:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101206215222.079B813B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/48 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121023 Blamelist: akirtzidis,dgregor,dpatel,fjahanian,grosbach,rafael,resistor,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 15:16:56 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 15:16:56 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101206231659.06668C208A18@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12350 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121050 Blamelist: peckw,rafael BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/MBlaze/MBlazeISelLowering.cpp At: Mon 06 Dec 2010 14:26:40 Changed By: peckw Comments: Adding bug fix that was suppose to be part of 121044. patch contributed by Jack Whitham! Properties: Files: include/llvm/MC/MCExpr.h lib/MC/MCAssembler.cpp lib/MC/MCExpr.cpp lib/MC/MCObjectStreamer.cpp At: Mon 06 Dec 2010 14:36:40 Changed By: rafael Comments: Use references to simplify the code a bit.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 112.97s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From daniel_dunbar at apple.com Mon Dec 6 16:17:55 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 16:17:55 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101207001758.8EE27C20AD9D@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16598 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121074 Blamelist: dgregor,fpichet BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Frontend/ASTUnit.cpp tools/libclang/CIndexCodeCompletion.cpp At: Mon 06 Dec 2010 16:11:40 Changed By: dgregor Comments: Use atomic operations for libclang's object count tracking. Properties: Files: include/clang/AST/ExprCXX.h include/clang/AST/RecursiveASTVisitor.h include/clang/Basic/StmtNodes.td include/clang/Basic/TypeTraits.h include/clang/Parse/Parser.h include/clang/Sema/Sema.h include/clang/Serialization/ASTBitCodes.h lib/AST/ExprCXX.cpp lib/AST/ExprClassification.cpp lib/AST/ExprConstant.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtProfile.cpp lib/Checker/GRExprEngine.cpp lib/CodeGen/CGExprScalar.cpp lib/CodeGen/Mangle.cpp lib/Parse/ParseExpr.cpp lib/Parse/ParseExprCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/TreeTransform.h lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp test/SemaCXX/type-traits.cpp tools/libclang/CIndex.cpp tools/libclang/CXCursor.cpp At: Mon 06 Dec 2010 16:11:40 Changed By: fpichet Comments: Type traits intrinsic implementation: __is_base_of(T, U) New AST node introduced: BinaryTypeTraitExpr; to be reused for more intrinsics.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling PreprocessorLexer.cpp for Debug+Asserts build make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/lib/CodeGen/Debug+Asserts/CGBuiltin.o] Error 1 make[3]: *** [CodeGen/.makeall] Error 2 llvm[4]: Compiling ScratchBuffer.cpp for Debug+Asserts build llvm[4]: Compiling TokenConcatenation.cpp for Debug+Asserts build llvm[4]: Compiling TokenLexer.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangLex.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From daniel_dunbar at apple.com Mon Dec 6 16:31:48 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 16:31:48 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101207003150.C31C6C20B728@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6907 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121072 Blamelist: grosbach BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/MC/ELFObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 06 Dec 2010 16:01:40 Changed By: grosbach Comments: Add fixup for Thumb1 BL/BLX instructions.Properties: LOGS: Last 10 lines of 'stdio': llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build llvm[2]: Compiling SparsePropagation.cpp for Release+Asserts build llvm[2]: Compiling Trace.cpp for Release+Asserts build llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build llvm[2]: Compiling ValueTracking.cpp for Release+Asserts build llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a From daniel_dunbar at apple.com Mon Dec 6 16:39:45 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 16:39:45 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207003947.F3E5BC20BDCB@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12353 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121072 Blamelist: grosbach BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/MC/ELFObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 06 Dec 2010 16:01:40 Changed By: grosbach Comments: Add fixup for Thumb1 BL/BLX instructions.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 100.61s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 16:56:07 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 16:56:07 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101207005608.519D313B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/72 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121074 Blamelist: dgregor,fpichet,fvbommel,grosbach BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 18:17:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 18:17:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101207021730.13308C20F449@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16608 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121100 Blamelist: lattner BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/IPO/GlobalOpt.cpp test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll At: Mon 06 Dec 2010 18:06:40 Changed By: lattner Comments: fix PR8710 - teach global opt that some constantexprs are too complex to put in a global variable's initializer. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 44.95s ******************** Failing Tests (1): Clang :: CodeGenCXX/virtual-base-ctor.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/virtual-base-ctor.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'virtual-base-ctor.cpp': :1:1: note: scanning from here ; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/virtual-base-ctor.cpp' ^ :10:1: note: possible intended match here @y = global i8 0, align 1 ^ -- ******************** From daniel_dunbar at apple.com Mon Dec 6 18:34:02 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 18:34:02 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101207023405.1DE7FBDB889B@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6912 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121100 Blamelist: lattner BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/IPO/GlobalOpt.cpp test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll At: Mon 06 Dec 2010 18:06:40 Changed By: lattner Comments: fix PR8710 - teach global opt that some constantexprs are too complex to put in a global variable's initializer. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 32.06s ******************** Failing Tests (1): Clang :: CodeGenCXX/virtual-base-ctor.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/virtual-base-ctor.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/fixit-errors.c Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'virtual-base-ctor.cpp': :1:1: note: scanning from here ; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/virtual-base-ctor.cpp' ^ :10:1: note: possible intended match here @y = global i8 0, align 1 ^ -- ******************** Last 10 lines of 'stdio': Testing Time: 18.55s ******************** Failing Tests (1): Clang :: CodeGenCXX/virtual-base-ctor.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/virtual-base-ctor.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'virtual-base-ctor.cpp': :1:1: note: scanning from here ; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/virtual-base-ctor.cpp' ^ :10:1: note: possible intended match here @y = global i8 0, align 1 ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 18:40:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 18:40:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101207024022.C935513B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/116 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121101 Blamelist: echristo,lattner,stoklund BUILD FAILED: failed test-clang sincerely, -The Buildbot From echristo at apple.com Mon Dec 6 18:45:01 2010 From: echristo at apple.com (Eric Christopher) Date: Mon, 6 Dec 2010 18:45:01 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel In-Reply-To: <20101207023405.1DE7FBDB889B@mail-out3.apple.com> References: <20101207023405.1DE7FBDB889B@mail-out3.apple.com> Message-ID: <3E57063F-D81E-4196-9F4A-322AEF888789@apple.com> On Dec 6, 2010, at 6:34 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6912 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 121100 > Blamelist: lattner I've gone ahead and reverted this since I wasn't sure if this is an intended change for this test case (whether or not it hits the complexity threshold). -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Mon Dec 6 18:54:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 18:54:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101207025456.1E5CF13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/135 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121101 Blamelist: echristo,lattner BUILD FAILED: failed test-clang sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 6 18:59:25 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 18:59:25 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207025928.426BEBDB9BD1@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12358 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121101 Blamelist: echristo,lattner BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/IPO/GlobalOpt.cpp test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll At: Mon 06 Dec 2010 18:06:40 Changed By: lattner Comments: fix PR8710 - teach global opt that some constantexprs are too complex to put in a global variable's initializer. Properties: Files: autoconf/configure.ac configure At: Mon 06 Dec 2010 18:11:40 Changed By: echristo Comments: Two things: Fix testcase to use extern - otherwise the link will always succeed. Also make the testcase clearer as to what we're doing and emit a checking notification to the log. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 111.70s ******************** Failing Tests (1): Clang :: CodeGenCXX/virtual-base-ctor.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/virtual-base-ctor.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'virtual-base-ctor.cpp': :1:1: note: scanning from here ; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CodeGenCXX/virtual-base-ctor.cpp' ^ :10:1: note: possible intended match here @y = global i8 0, align 1 ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 6 19:37:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 19:37:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101207033737.597A013B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/74 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121101 Blamelist: bwilson,dgregor,echristo,fpichet,lattner,mspencer,rafael,stoklund BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 6 19:58:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 06 Dec 2010 19:58:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101207035831.1FB6B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/155 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121106 Blamelist: chapuni BUILD FAILED: failed test-llvm sincerely, -The Buildbot From clattner at apple.com Mon Dec 6 20:15:04 2010 From: clattner at apple.com (Chris Lattner) Date: Mon, 6 Dec 2010 20:15:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel In-Reply-To: <3E57063F-D81E-4196-9F4A-322AEF888789@apple.com> References: <20101207023405.1DE7FBDB889B@mail-out3.apple.com> <3E57063F-D81E-4196-9F4A-322AEF888789@apple.com> Message-ID: <6B919109-48BF-469F-8EFC-3E4735AE160D@apple.com> On Dec 6, 2010, at 6:45 PM, Eric Christopher wrote: >> >> Build Reason: >> Build Source Stamp: 121100 >> Blamelist: lattner > > I've gone ahead and reverted this since I wasn't sure if this is an intended change for this test case (whether or not it hits the complexity threshold). > Thanks Eric, I'll take a look! -Chris From geek4civic at gmail.com Mon Dec 6 22:03:33 2010 From: geek4civic at gmail.com (NAKAMURA Takumi) Date: Tue, 7 Dec 2010 15:03:33 +0900 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux In-Reply-To: <20101207035831.1FB6B13B2065@google1.osuosl.org> References: <20101207035831.1FB6B13B2065@google1.osuosl.org> Message-ID: I reverted r121106 as r121113. ******************** TEST 'LLVM :: Archive/check_binary_output.ll' FAILED ********************Script: -- llvm-ar p /home/buildslave-osuosl/llvm/llvm-i686/llvm/test/Archive/GNU.a very_long_bytecode_file_name.bc | cmp -s /home/buildslave-osuosl/llvm/llvm-i686/llvm/test/Archive/very_long_bytecode_file_name.bc - -- Exit Code: 1 ******************** I don't know why. It fails only on llvm-i686-linux. ...Takumi From daniel_dunbar at apple.com Mon Dec 6 22:33:35 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 06 Dec 2010 22:33:35 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207063338.2E62DC2194E2@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12363 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121114 Blamelist: chapuni,rafael BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: test/Archive/check_binary_output.ll At: Mon 06 Dec 2010 22:01:40 Changed By: chapuni Comments: Revert test/Archive/check_binary_output.ll". It fails on a buildbot.Properties: Files: lib/MC/MachObjectWriter.cpp test/MC/MachO/weakdef.s At: Mon 06 Dec 2010 22:01:40 Changed By: rafael Comments: Fix relocations with weak definitions.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 105.88s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2675 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From daniel_dunbar at apple.com Tue Dec 7 00:42:23 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 00:42:23 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101207084227.74864C21C122@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16618 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121120 Blamelist: foad BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: gcc/llvm-convert.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprConstant.cpp lib/AST/Type.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/CodeGen/CGExprCXX.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaChecking.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaInit.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateDeduction.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: include/llvm/ADT/APInt.h include/llvm/ADT/APSInt.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Support/APFloat.cpp lib/Support/APInt.cpp lib/Support/ConstantRange.cpp lib/Support/StringRef.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/VMCore/ConstantFold.cpp unittests/Support/ConstantRangeTest.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2135 Expected Failures : 20 Unexpected Failures: 541 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-function-1.cpp Clang :: SemaTemplate/instantiate-member-pointers.cpp Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/instantiation-default-1.cpp Clang :: SemaTemplate/self-comparison.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'exprs.c': 31 clang 0x00001d36 start + 54 32 clang 0x00000006 start + 18446744073709544198 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 90292 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c -- ******************** Last 10 lines of 'var.c': 28 clang 0x00009ecd main + 495 29 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 90329 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c -- ******************** Last 10 lines of 'cfnumber.c': 28 clang 0x00009ecd main + 495 29 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 90332 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c -- ******************** Last 10 lines of 'cfdategc.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 90330 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration -- ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': 34 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 90335 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic -- ******************** Last 10 lines of 'struct.c': 33 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 90339 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c -- ******************** Last 10 lines of 'checknserror.m': 34 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 90348 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m -- ******************** Last 10 lines of 'noreturn.m': 36 clang 0x00009ecd main + 495 37 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 90358 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m -- ******************** Last 10 lines of 'pr2599.m': 29 clang 0x00001d36 start + 54 30 clang 0x0000000a start + 18446744073709544202 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 90365 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m -- ******************** Last 10 lines of 'nsstring.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 90354 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m -- ******************** Last 10 lines of 'pr3991.m': 35 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 90372 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m -- ******************** Last 10 lines of 'additive-folding-range-constraints.c': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 90380 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c -- ******************** Last 10 lines of 'additive-folding.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 90382 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c -- ******************** Last 10 lines of 'analyzer-stats.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 90388 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c -- ******************** Last 10 lines of 'array-struct.c': 32 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 90392 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c -- ******************** Last 10 lines of 'array-struct-region.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 90390 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c -- ******************** Last 10 lines of 'bstring.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 90399 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c -- ******************** Last 10 lines of 'cfref_rdar6080742.c': 28 clang 0x00009ecd main + 495 29 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c:20:78: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_rdar6080742.c.script: line 4: 90407 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c -- ******************** Last 10 lines of 'cfref_pr2519.c': 28 clang 0x00009ecd main + 495 29 clang 0x00001d36 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 90406 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c -- ******************** Last 10 lines of 'casts.c': 35 clang 0x0000000a start + 18446744073709544202 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c:38:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/casts.c.script: line 2: 90401 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c -- ******************** From jay.foad at gmail.com Tue Dec 7 01:00:53 2010 From: jay.foad at gmail.com (Jay Foad) Date: Tue, 7 Dec 2010 09:00:53 +0000 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <20101207084227.74864C21C122@mail-out4.apple.com> References: <20101207084227.74864C21C122@mail-out4.apple.com> Message-ID: I tested my changes with "make check-all" in my LLVM objdir. Do I need to do something else to run these Clang regression tests? I may not be able to look at this until about 5pm GMT today (probably in the middle of your working day) so in the meantime I'm happy for my changes to be reverted if necessary. Thanks, Jay. On 7 December 2010 08:42, wrote: > The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. > Full details are available at: >  http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16618 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-15.apple.com > > Build Reason: > Build Source Stamp: 121120 > Blamelist: foad > > BUILD FAILED: failed test-clang > > sincerely, >  -The Buildbot > > > ================================================================================ > > CHANGES: > File: gcc/llvm-convert.cpp > At: Tue 07 Dec 2010 00:31:40 > Changed By: foad > Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and > zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method > trunc(), to be const and to return a new value instead of modifying the > object in place.Properties: > > > > > Files: >  lib/AST/ASTContext.cpp >  lib/AST/ASTImporter.cpp >  lib/AST/ExprConstant.cpp >  lib/AST/Type.cpp >  lib/Checker/SimpleConstraintManager.cpp >  lib/Checker/SimpleSValBuilder.cpp >  lib/CodeGen/CGExprCXX.cpp >  lib/CodeGen/CGExprConstant.cpp >  lib/Sema/SemaChecking.cpp >  lib/Sema/SemaDecl.cpp >  lib/Sema/SemaDeclCXX.cpp >  lib/Sema/SemaExpr.cpp >  lib/Sema/SemaInit.cpp >  lib/Sema/SemaStmt.cpp >  lib/Sema/SemaTemplate.cpp >  lib/Sema/SemaTemplateDeduction.cpp > At: Tue 07 Dec 2010 00:31:40 > Changed By: foad > Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and > zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method > trunc(), to be const and to return a new value instead of modifying the > object in place.Properties: > > > > > Files: >  include/llvm/ADT/APInt.h >  include/llvm/ADT/APSInt.h >  lib/Analysis/BasicAliasAnalysis.cpp >  lib/Analysis/ConstantFolding.cpp >  lib/Analysis/ScalarEvolution.cpp >  lib/Analysis/ValueTracking.cpp >  lib/AsmParser/LLLexer.cpp >  lib/AsmParser/LLParser.cpp >  lib/CodeGen/SelectionDAG/DAGCombiner.cpp >  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp >  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp >  lib/CodeGen/SelectionDAG/SelectionDAG.cpp >  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp >  lib/CodeGen/SelectionDAG/TargetLowering.cpp >  lib/Support/APFloat.cpp >  lib/Support/APInt.cpp >  lib/Support/ConstantRange.cpp >  lib/Support/StringRef.cpp >  lib/Target/ARM/ARMISelLowering.cpp >  lib/Transforms/InstCombine/InstCombineCompares.cpp >  lib/Transforms/InstCombine/InstCombineMulDivRem.cpp >  lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp >  lib/Transforms/Scalar/MemCpyOptimizer.cpp >  lib/VMCore/ConstantFold.cpp >  unittests/Support/ConstantRangeTest.cpp > At: Tue 07 Dec 2010 00:31:40 > Changed By: foad > Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and > zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method > trunc(), to be const and to return a new value instead of modifying the > object in place.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': >            Clang :: SemaTemplate/temp_arg_type.cpp >            Clang :: SemaTemplate/temp_class_spec.cpp >            Clang :: SemaTemplate/temp_class_spec_neg.cpp >            Clang :: SemaTemplate/virtual-member-functions.cpp > >          Expected Passes    : 2135 >          Expected Failures  : 20 >          Unexpected Failures: 541 >        make[1]: *** [all] Error 1 >        make: *** [test] Error 2 > > Last 10 lines of 'warnings': >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) :  warning: unknown attribute 'dllexport' ignored >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) :  warning: unknown attribute 'dllexport' ignored >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) :  warning: expression result unused >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) :  warning: cannot find interface declaration for 'I1' >        1 warning generated. >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) :  warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') >        1 warning generated. >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) :  warning: '__NSCFType' may not respond to 'UTF8String' >        1 warning generated. >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' > > Last 10 lines of 'fail': >        Clang :: SemaTemplate/instantiate-function-1.cpp >        Clang :: SemaTemplate/instantiate-member-pointers.cpp >        Clang :: SemaTemplate/instantiate-static-var.cpp >        Clang :: SemaTemplate/instantiation-default-1.cpp >        Clang :: SemaTemplate/self-comparison.cpp >        Clang :: SemaTemplate/temp_arg_nontype.cpp >        Clang :: SemaTemplate/temp_arg_type.cpp >        Clang :: SemaTemplate/temp_class_spec_neg.cpp >        Clang :: SemaTemplate/temp_class_spec.cpp >        Clang :: SemaTemplate/virtual-member-functions.cpp > > Last 10 lines of 'xfail': >        Clang :: FixIt/fixit-errors.c >        Clang :: FixIt/fixit-pmem.cpp >        Clang :: FixIt/typo.m >        Clang :: Lexer/hexfloat.cpp >        Clang :: PCH/changed-files.c >        Clang :: PCH/pr4489.c >        Clang :: PCH/source-manager-stack.c >        Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >        Clang :: SemaCXX/rval-references-xfail.cpp >        Clang :: SemaTemplate/instantiate-function-1.mm > > Last 10 lines of 'exprs.c': >        31 clang             0x00001d36 start + 54 >        32 clang             0x00000006 start + 18446744073709544198 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 90292 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >        -- > >        ******************** > > > Last 10 lines of 'var.c': >        28 clang             0x00009ecd main + 495 >        29 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 90329 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >        -- > >        ******************** > > > Last 10 lines of 'cfnumber.c': >        28 clang             0x00009ecd main + 495 >        29 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 90332 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >        -- > >        ******************** > > > Last 10 lines of 'cfdategc.m': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 90330 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >        -- > >        ******************** > > > Last 10 lines of 'cfretainrelease_nsassertionhandler.m': >        34 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 90335 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >        -- > >        ******************** > > > Last 10 lines of 'struct.c': >        33 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 90339 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >        -- > >        ******************** > > > Last 10 lines of 'checknserror.m': >        34 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 90348 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >        -- > >        ******************** > > > Last 10 lines of 'noreturn.m': >        36 clang             0x00009ecd main + 495 >        37 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 90358 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >        -- > >        ******************** > > > Last 10 lines of 'pr2599.m': >        29 clang             0x00001d36 start + 54 >        30 clang             0x0000000a start + 18446744073709544202 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 90365 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >        -- > >        ******************** > > > Last 10 lines of 'nsstring.m': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 90354 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >        -- > >        ******************** > > > Last 10 lines of 'pr3991.m': >        35 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 90372 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >        -- > >        ******************** > > > Last 10 lines of 'additive-folding-range-constraints.c': >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >        4.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 90380 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >        -- > >        ******************** > > > Last 10 lines of 'additive-folding.c': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 90382 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >        -- > >        ******************** > > > Last 10 lines of 'analyzer-stats.c': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 90388 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >        -- > >        ******************** > > > Last 10 lines of 'array-struct.c': >        32 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 90392 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >        -- > >        ******************** > > > Last 10 lines of 'array-struct-region.c': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 90390 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >        -- > >        ******************** > > > Last 10 lines of 'bstring.c': >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' >        3.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 90399 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >        -- > >        ******************** > > > Last 10 lines of 'cfref_rdar6080742.c': >        28 clang             0x00009ecd main + 495 >        29 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c:20:78: current parser token ',' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_rdar6080742.c.script: line 4: 90407 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >        -- > >        ******************** > > > Last 10 lines of 'cfref_pr2519.c': >        28 clang             0x00009ecd main + 495 >        29 clang             0x00001d36 start + 54 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >        1.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 90406 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >        -- > >        ******************** > > > Last 10 lines of 'casts.c': >        35 clang             0x0000000a start + 18446744073709544202 >        Stack dump: >        0.      Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >        1.       parser at end of file >        2.      /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c:38:7: Error evaluating branch >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/casts.c.script: line 2: 90401 Illegal instruction     /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >        -- > >        ******************** > > > From daniel_dunbar at apple.com Tue Dec 7 01:06:48 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 01:06:48 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101207090650.E466DBDCBCF5@mail-out3.apple.com> 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/11772 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121120 Blamelist: foad BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: gcc/llvm-convert.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprConstant.cpp lib/AST/Type.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/CodeGen/CGExprCXX.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaChecking.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaInit.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateDeduction.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: include/llvm/ADT/APInt.h include/llvm/ADT/APSInt.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Support/APFloat.cpp lib/Support/APInt.cpp lib/Support/ConstantRange.cpp lib/Support/StringRef.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/VMCore/ConstantFold.cpp unittests/Support/ConstantRangeTest.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: LOGS: Last 10 lines of 'stdio': ../../llvm-gcc.src/gcc/c-parser.c: In function 'c_parse_init': ../../llvm-gcc.src/gcc/c-parser.c:272: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [c-parser.o] Error 1 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From daniel_dunbar at apple.com Tue Dec 7 01:08:04 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 01:08:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101207090807.195D4BDCBE22@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6921 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121120 Blamelist: foad BUILD FAILED: failed test-clang configure.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: gcc/llvm-convert.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprConstant.cpp lib/AST/Type.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/CodeGen/CGExprCXX.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaChecking.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaInit.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateDeduction.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: include/llvm/ADT/APInt.h include/llvm/ADT/APSInt.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Support/APFloat.cpp lib/Support/APInt.cpp lib/Support/ConstantRange.cpp lib/Support/StringRef.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/VMCore/ConstantFold.cpp unittests/Support/ConstantRangeTest.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2095 Expected Failures : 20 Unexpected Failures: 581 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-function-1.cpp Clang :: SemaTemplate/instantiate-member-pointers.cpp Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/instantiation-default-1.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/self-comparison.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'var.c': 21 clang 0x0000000100022bd4 main + 4580 22 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/var1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 75386 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/var1.c -- ******************** Last 10 lines of 'exprs.c': 24 clang 0x000000010001a728 start + 52 25 clang 0x0000000000000006 start + 4294859026 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/exprs1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 75382 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/exprs1.c -- ******************** Last 10 lines of 'cfnumber.c': 22 clang 0x0000000100022bd4 main + 4580 23 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFNumber.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 75395 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFNumber.c -- ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': 25 clang 0x0000000000000009 start + 4294859029 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 75404 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic -- ******************** Last 10 lines of 'cfdategc.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 75393 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration -- ******************** Last 10 lines of 'checknserror.m': 24 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CheckNSError.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 75428 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/CheckNSError.m -- ******************** Last 10 lines of 'struct.c': 28 clang 0x0000000000000006 start + 4294859026 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/struct2.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 75402 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/struct2.c -- ******************** Last 10 lines of 'nsstring.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NSString.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 75447 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NSString.m -- ******************** Last 10 lines of 'noreturn.m': 29 clang 0x000000010001a728 start + 52 30 clang 0x0000000000000009 start + 4294859029 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NoReturn.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 75450 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/NoReturn.m -- ******************** Last 10 lines of 'pr2599.m': 22 clang 0x0000000100022bd4 main + 4580 23 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR2599.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 75455 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR2599.m -- ******************** Last 10 lines of 'pr3991.m': 26 clang 0x000000000000000b start + 4294859031 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR3991.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 75463 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/PR3991.m -- ******************** Last 10 lines of 'additive-folding.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 75471 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding.c -- ******************** Last 10 lines of 'additive-folding-range-constraints.c': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding-range-constraints.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 75478 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/additive-folding-range-constraints.c -- ******************** Last 10 lines of 'analyzer-stats.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/analyzer-stats.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 75484 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/analyzer-stats.c -- ******************** Last 10 lines of 'array-struct.c': 26 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 75483 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct.c -- ******************** Last 10 lines of 'array-struct-region.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct-region.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct-region.c:29:65: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct-region.c:27:40: parsing function body 'nested_compound_literals' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct-region.c:27:40: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 75486 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/array-struct-region.c -- ******************** Last 10 lines of 'bstring.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/bstring.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 75489 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/bstring.c -- ******************** Last 10 lines of 'casts.c': 25 clang 0x000000000000000a start + 4294859030 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.c:38:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/casts.c.script: line 2: 75493 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.c -- ******************** Last 10 lines of 'casts.m': 24 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.m:14:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/casts.m.script: line 2: 75499 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/casts.m -- ******************** Last 10 lines of 'cfref_pr2519.c': 22 clang 0x0000000100022bd4 main + 4580 23 clang 0x000000010001a728 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/cfref_PR2519.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 75495 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/cfref_PR2519.c -- ******************** Last 10 lines of 'stdio': checking CrashReporterClient.h usability... no checking CrashReporterClient.h presence... no checking for CrashReporterClient.h... no checking __crashreporter_info__... no checking for HUGE_VAL sanity... no checking for pid_t... no checking for size_t... no checking whether struct tm is in sys/time.h or time.h... sys/time.h checking for int64_t... no configure: error: Type int64_t required but not found From daniel_dunbar at apple.com Tue Dec 7 01:28:44 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 01:28:44 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207092846.E78B7C21D5A9@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12366 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121120 Blamelist: foad BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: gcc/llvm-convert.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprConstant.cpp lib/AST/Type.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/CodeGen/CGExprCXX.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaChecking.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaInit.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateDeduction.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: include/llvm/ADT/APInt.h include/llvm/ADT/APSInt.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Support/APFloat.cpp lib/Support/APInt.cpp lib/Support/ConstantRange.cpp lib/Support/StringRef.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/VMCore/ConstantFold.cpp unittests/Support/ConstantRangeTest.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2095 Expected Failures : 20 Unexpected Failures: 581 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/instantiation-default-1.cpp Clang :: SemaTemplate/instantiate-member-pointers.cpp Clang :: SemaTemplate/instantiate-function-1.cpp Clang :: SemaTemplate/temp_class_spec.cpp Clang :: SemaTemplate/temp_arg_type.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/self-comparison.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'exprs.c': 30 clang 0x0000000100029d15 main + 450 31 clang 0x0000000100021a94 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 56073 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c -- ******************** Last 10 lines of 'cfnumber.c': 28 clang 0x0000000100029d15 main + 450 29 clang 0x0000000100021a94 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFNumber.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 56116 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFNumber.c -- ******************** Last 10 lines of 'struct.c': 34 clang 0x0000000000000006 start + 4294829478 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 56109 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c -- ******************** Last 10 lines of 'var.c': 29 clang 0x0000000100021a94 start + 52 30 clang 0x0000000000000006 start + 4294829478 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/var1.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 56108 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/var1.c -- ******************** Last 10 lines of 'cfdategc.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 56114 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration -- ******************** Last 10 lines of 'nsstring.m': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NSString.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 56146 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NSString.m -- ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': 35 clang 0x0000000000000009 start + 4294829481 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 56125 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic -- ******************** Last 10 lines of 'checknserror.m': 35 clang 0x0000000000000009 start + 4294829481 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CheckNSError.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 56139 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/CheckNSError.m -- ******************** Last 10 lines of 'noreturn.m': 36 clang 0x0000000100029d15 main + 450 37 clang 0x0000000100021a94 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NoReturn.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 56157 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/NoReturn.m -- ******************** Last 10 lines of 'pr3991.m': 36 clang 0x000000000000000b start + 4294829483 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR3991.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 56171 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR3991.m -- ******************** Last 10 lines of 'additive-folding.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 56183 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding.c -- ******************** Last 10 lines of 'additive-folding-range-constraints.c': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 56176 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c -- ******************** Last 10 lines of 'pr2599.m': 29 clang 0x0000000100021a94 start + 52 30 clang 0x000000000000000a start + 4294829482 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR2599.m 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 56165 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/PR2599.m -- ******************** Last 10 lines of 'analyzer-stats.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/analyzer-stats.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 56199 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/analyzer-stats.c -- ******************** Last 10 lines of 'array-struct-region.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct-region.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct-region.c:29:65: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct-region.c:27:40: parsing function body 'nested_compound_literals' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct-region.c:27:40: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 56200 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct-region.c -- ******************** Last 10 lines of 'bstring.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/bstring.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 56211 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/bstring.c -- ******************** Last 10 lines of 'array-struct.c': 33 clang 0x0000000000000009 start + 4294829481 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 56204 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/array-struct.c -- ******************** Last 10 lines of 'casts.m': 34 clang 0x0000000100021a94 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/casts.m 1. parser at end of file 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/casts.m:14:7: Error evaluating branch /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/casts.m.script: line 2: 56223 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/casts.m -- ******************** Last 10 lines of 'cfref_rdar6080742.c': 29 clang 0x0000000100021a94 start + 52 30 clang 0x0000000000000009 start + 4294829481 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c:20:78: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/cfref_rdar6080742.c.script: line 4: 56226 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c -- ******************** Last 10 lines of 'cfref_pr2519.c': 29 clang 0x0000000100021a94 start + 52 30 clang 0x0000000000000009 start + 4294829481 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_PR2519.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 56224 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/cfref_PR2519.c -- ******************** From daniel_dunbar at apple.com Tue Dec 7 01:38:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 01:38:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101207093849.A0538BDCD035@mail-out3.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/6966 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121120 Blamelist: foad,resistor BUILD FAILED: failed buildit-llvmgcc42 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Support/DynamicLibrary.cpp At: Tue 07 Dec 2010 00:01:40 Changed By: resistor Comments: Don't leak the mutex when loading dynamic libraries. Properties: File: gcc/llvm-convert.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprConstant.cpp lib/AST/Type.cpp lib/Checker/SimpleConstraintManager.cpp lib/Checker/SimpleSValBuilder.cpp lib/CodeGen/CGExprCXX.cpp lib/CodeGen/CGExprConstant.cpp lib/Sema/SemaChecking.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaInit.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateDeduction.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: Files: include/llvm/ADT/APInt.h include/llvm/ADT/APSInt.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Support/APFloat.cpp lib/Support/APInt.cpp lib/Support/ConstantRange.cpp lib/Support/StringRef.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/VMCore/ConstantFold.cpp unittests/Support/ConstantRangeTest.cpp At: Tue 07 Dec 2010 00:31:40 Changed By: foad Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place.Properties: LOGS: Last 10 lines of 'stdio': with preprocessed source if appropriate. See for instructions. make[4]: *** [c-parser.o] Error 1 make[4]: *** Waiting for unfinished jobs.... rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[3]: *** [all-stage2-gcc] Error 2 make[2]: *** [stage2-bubble] Error 2 make[1]: *** [all] Error 2 + exit 1 make: *** [llvmgcc42] Error 1 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From buildbot at google1.osuosl.org Tue Dec 7 06:09:35 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 06:09:35 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101207140936.A855613B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/87 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121133 Blamelist: fvbommel BUILD FAILED: failed run.build.step.configure_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 7 07:45:50 2010 From: daniel_dunbar at apple.com (Daniel Dunbar) Date: Tue, 7 Dec 2010 07:45:50 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: References: <20101207084227.74864C21C122@mail-out4.apple.com> Message-ID: On Dec 7, 2010, at 1:00 AM, Jay Foad wrote: > I tested my changes with "make check-all" in my LLVM objdir. Do I need > to do something else to run these Clang regression tests? check-all does it, if you have Clang checked out and built. > I may not be able to look at this until about 5pm GMT today (probably > in the middle of your working day) so in the meantime I'm happy for my > changes to be reverted if necessary. I'll take a look. - Daniel > Thanks, > Jay. > > On 7 December 2010 08:42, wrote: >> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16618 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-15.apple.com >> >> Build Reason: >> Build Source Stamp: 121120 >> Blamelist: foad >> >> BUILD FAILED: failed test-clang >> >> sincerely, >> -The Buildbot >> >> >> ================================================================================ >> >> CHANGES: >> File: gcc/llvm-convert.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> Files: >> lib/AST/ASTContext.cpp >> lib/AST/ASTImporter.cpp >> lib/AST/ExprConstant.cpp >> lib/AST/Type.cpp >> lib/Checker/SimpleConstraintManager.cpp >> lib/Checker/SimpleSValBuilder.cpp >> lib/CodeGen/CGExprCXX.cpp >> lib/CodeGen/CGExprConstant.cpp >> lib/Sema/SemaChecking.cpp >> lib/Sema/SemaDecl.cpp >> lib/Sema/SemaDeclCXX.cpp >> lib/Sema/SemaExpr.cpp >> lib/Sema/SemaInit.cpp >> lib/Sema/SemaStmt.cpp >> lib/Sema/SemaTemplate.cpp >> lib/Sema/SemaTemplateDeduction.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> Files: >> include/llvm/ADT/APInt.h >> include/llvm/ADT/APSInt.h >> lib/Analysis/BasicAliasAnalysis.cpp >> lib/Analysis/ConstantFolding.cpp >> lib/Analysis/ScalarEvolution.cpp >> lib/Analysis/ValueTracking.cpp >> lib/AsmParser/LLLexer.cpp >> lib/AsmParser/LLParser.cpp >> lib/CodeGen/SelectionDAG/DAGCombiner.cpp >> lib/CodeGen/SelectionDAG/LegalizeDAG.cpp >> lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp >> lib/CodeGen/SelectionDAG/SelectionDAG.cpp >> lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp >> lib/CodeGen/SelectionDAG/TargetLowering.cpp >> lib/Support/APFloat.cpp >> lib/Support/APInt.cpp >> lib/Support/ConstantRange.cpp >> lib/Support/StringRef.cpp >> lib/Target/ARM/ARMISelLowering.cpp >> lib/Transforms/InstCombine/InstCombineCompares.cpp >> lib/Transforms/InstCombine/InstCombineMulDivRem.cpp >> lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp >> lib/Transforms/Scalar/MemCpyOptimizer.cpp >> lib/VMCore/ConstantFold.cpp >> unittests/Support/ConstantRangeTest.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> LOGS: >> Last 10 lines of 'stdio': >> Clang :: SemaTemplate/temp_arg_type.cpp >> Clang :: SemaTemplate/temp_class_spec.cpp >> Clang :: SemaTemplate/temp_class_spec_neg.cpp >> Clang :: SemaTemplate/virtual-member-functions.cpp >> >> Expected Passes : 2135 >> Expected Failures : 20 >> Unexpected Failures: 541 >> make[1]: *** [all] Error 1 >> make: *** [test] Error 2 >> >> Last 10 lines of 'warnings': >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' >> >> Last 10 lines of 'fail': >> Clang :: SemaTemplate/instantiate-function-1.cpp >> Clang :: SemaTemplate/instantiate-member-pointers.cpp >> Clang :: SemaTemplate/instantiate-static-var.cpp >> Clang :: SemaTemplate/instantiation-default-1.cpp >> Clang :: SemaTemplate/self-comparison.cpp >> Clang :: SemaTemplate/temp_arg_nontype.cpp >> Clang :: SemaTemplate/temp_arg_type.cpp >> Clang :: SemaTemplate/temp_class_spec_neg.cpp >> Clang :: SemaTemplate/temp_class_spec.cpp >> Clang :: SemaTemplate/virtual-member-functions.cpp >> >> Last 10 lines of 'xfail': >> Clang :: FixIt/fixit-errors.c >> Clang :: FixIt/fixit-pmem.cpp >> Clang :: FixIt/typo.m >> Clang :: Lexer/hexfloat.cpp >> Clang :: PCH/changed-files.c >> Clang :: PCH/pr4489.c >> Clang :: PCH/source-manager-stack.c >> Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >> Clang :: SemaCXX/rval-references-xfail.cpp >> Clang :: SemaTemplate/instantiate-function-1.mm >> >> Last 10 lines of 'exprs.c': >> 31 clang 0x00001d36 start + 54 >> 32 clang 0x00000006 start + 18446744073709544198 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 90292 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'var.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 90329 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfnumber.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 90332 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfdategc.m': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 90330 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfretainrelease_nsassertionhandler.m': >> 34 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 90335 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >> -- >> >> ******************** >> >> >> Last 10 lines of 'struct.c': >> 33 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 90339 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'checknserror.m': >> 34 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 90348 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'noreturn.m': >> 36 clang 0x00009ecd main + 495 >> 37 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 90358 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'pr2599.m': >> 29 clang 0x00001d36 start + 54 >> 30 clang 0x0000000a start + 18446744073709544202 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 90365 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'nsstring.m': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 90354 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'pr3991.m': >> 35 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 90372 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'additive-folding-range-constraints.c': >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >> 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 90380 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'additive-folding.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 90382 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'analyzer-stats.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 90388 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'array-struct.c': >> 32 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 90392 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'array-struct-region.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 90390 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'bstring.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 90399 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfref_rdar6080742.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c:20:78: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_rdar6080742.c.script: line 4: 90407 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfref_pr2519.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 90406 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'casts.c': >> 35 clang 0x0000000a start + 18446744073709544202 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c:38:7: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/casts.c.script: line 2: 90401 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >> -- >> >> ******************** >> >> >> From daniel_dunbar at apple.com Tue Dec 7 07:47:18 2010 From: daniel_dunbar at apple.com (Daniel Dunbar) Date: Tue, 7 Dec 2010 07:47:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: References: <20101207084227.74864C21C122@mail-out4.apple.com> Message-ID: <4F1E31F2-464A-4C6E-A916-526EA8C479CA@apple.com> Looks like it has already been resolved, actually... Thanks, whomever. - Daniel On Dec 7, 2010, at 1:00 AM, Jay Foad wrote: > I tested my changes with "make check-all" in my LLVM objdir. Do I need > to do something else to run these Clang regression tests? > > I may not be able to look at this until about 5pm GMT today (probably > in the middle of your working day) so in the meantime I'm happy for my > changes to be reverted if necessary. > > Thanks, > Jay. > > On 7 December 2010 08:42, wrote: >> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16618 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-15.apple.com >> >> Build Reason: >> Build Source Stamp: 121120 >> Blamelist: foad >> >> BUILD FAILED: failed test-clang >> >> sincerely, >> -The Buildbot >> >> >> ================================================================================ >> >> CHANGES: >> File: gcc/llvm-convert.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> Files: >> lib/AST/ASTContext.cpp >> lib/AST/ASTImporter.cpp >> lib/AST/ExprConstant.cpp >> lib/AST/Type.cpp >> lib/Checker/SimpleConstraintManager.cpp >> lib/Checker/SimpleSValBuilder.cpp >> lib/CodeGen/CGExprCXX.cpp >> lib/CodeGen/CGExprConstant.cpp >> lib/Sema/SemaChecking.cpp >> lib/Sema/SemaDecl.cpp >> lib/Sema/SemaDeclCXX.cpp >> lib/Sema/SemaExpr.cpp >> lib/Sema/SemaInit.cpp >> lib/Sema/SemaStmt.cpp >> lib/Sema/SemaTemplate.cpp >> lib/Sema/SemaTemplateDeduction.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> Files: >> include/llvm/ADT/APInt.h >> include/llvm/ADT/APSInt.h >> lib/Analysis/BasicAliasAnalysis.cpp >> lib/Analysis/ConstantFolding.cpp >> lib/Analysis/ScalarEvolution.cpp >> lib/Analysis/ValueTracking.cpp >> lib/AsmParser/LLLexer.cpp >> lib/AsmParser/LLParser.cpp >> lib/CodeGen/SelectionDAG/DAGCombiner.cpp >> lib/CodeGen/SelectionDAG/LegalizeDAG.cpp >> lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp >> lib/CodeGen/SelectionDAG/SelectionDAG.cpp >> lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp >> lib/CodeGen/SelectionDAG/TargetLowering.cpp >> lib/Support/APFloat.cpp >> lib/Support/APInt.cpp >> lib/Support/ConstantRange.cpp >> lib/Support/StringRef.cpp >> lib/Target/ARM/ARMISelLowering.cpp >> lib/Transforms/InstCombine/InstCombineCompares.cpp >> lib/Transforms/InstCombine/InstCombineMulDivRem.cpp >> lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp >> lib/Transforms/Scalar/MemCpyOptimizer.cpp >> lib/VMCore/ConstantFold.cpp >> unittests/Support/ConstantRangeTest.cpp >> At: Tue 07 Dec 2010 00:31:40 >> Changed By: foad >> Comments: PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and >> zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method >> trunc(), to be const and to return a new value instead of modifying the >> object in place.Properties: >> >> >> >> >> LOGS: >> Last 10 lines of 'stdio': >> Clang :: SemaTemplate/temp_arg_type.cpp >> Clang :: SemaTemplate/temp_class_spec.cpp >> Clang :: SemaTemplate/temp_class_spec_neg.cpp >> Clang :: SemaTemplate/virtual-member-functions.cpp >> >> Expected Passes : 2135 >> Expected Failures : 20 >> Unexpected Failures: 541 >> make[1]: *** [all] Error 1 >> make: *** [test] Error 2 >> >> Last 10 lines of 'warnings': >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' >> 1 warning generated. >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaObjC/at-defs.m:24:23: warning: implicitly declaring C library function 'malloc' with type 'void *(unsigned int)' >> >> Last 10 lines of 'fail': >> Clang :: SemaTemplate/instantiate-function-1.cpp >> Clang :: SemaTemplate/instantiate-member-pointers.cpp >> Clang :: SemaTemplate/instantiate-static-var.cpp >> Clang :: SemaTemplate/instantiation-default-1.cpp >> Clang :: SemaTemplate/self-comparison.cpp >> Clang :: SemaTemplate/temp_arg_nontype.cpp >> Clang :: SemaTemplate/temp_arg_type.cpp >> Clang :: SemaTemplate/temp_class_spec_neg.cpp >> Clang :: SemaTemplate/temp_class_spec.cpp >> Clang :: SemaTemplate/virtual-member-functions.cpp >> >> Last 10 lines of 'xfail': >> Clang :: FixIt/fixit-errors.c >> Clang :: FixIt/fixit-pmem.cpp >> Clang :: FixIt/typo.m >> Clang :: Lexer/hexfloat.cpp >> Clang :: PCH/changed-files.c >> Clang :: PCH/pr4489.c >> Clang :: PCH/source-manager-stack.c >> Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp >> Clang :: SemaCXX/rval-references-xfail.cpp >> Clang :: SemaTemplate/instantiate-function-1.mm >> >> Last 10 lines of 'exprs.c': >> 31 clang 0x00001d36 start + 54 >> 32 clang 0x00000006 start + 18446744073709544198 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c:4:17: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.script: line 3: 90292 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/exprs.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/exprs1.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'var.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c:4:16: current parser token ';' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.script: line 3: 90329 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/var.c.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/var1.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfnumber.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c:12:52: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFNumber.c.script: line 4: 90332 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFNumber.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfdategc.m': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m:44:3: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFDateGC.m.script: line 5: 90330 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify -fobjc-gc -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFDateGC.m -Wno-implicit-function-declaration >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfretainrelease_nsassertionhandler.m': >> 34 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m:44:12: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CFRetainRelease_NSAssertionHandler.m.script: line 4: 90335 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CFRetainRelease_NSAssertionHandler.m -analyzer-constraints=basic -analyzer-store=basic >> -- >> >> ******************** >> >> >> Last 10 lines of 'struct.c': >> 33 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:39: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c:33:1: parsing struct/union body 'S7' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.script: line 3: 90339 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/struct.c.tmp.2.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/struct2.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'checknserror.m': >> 34 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m:50:7: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/CheckNSError.m.script: line 4: 90348 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/CheckNSError.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'noreturn.m': >> 36 clang 0x00009ecd main + 495 >> 37 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m:46:612: current parser token ')' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NoReturn.m.script: line 4: 90358 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NoReturn.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'pr2599.m': >> 29 clang 0x00001d36 start + 54 >> 30 clang 0x0000000a start + 18446744073709544202 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m:33:343: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR2599.m.script: line 4: 90365 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-constraints=basic -analyzer-store=basic -analyzer-check-objc-mem -fobjc-gc -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR2599.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'nsstring.m': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m:139:3: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/NSString.m.script: line 4: 90354 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin10 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/NSString.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'pr3991.m': >> 35 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m:63:9: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/PR3991.m.script: line 4: 90372 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify -triple x86_64-apple-darwin9 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/PR3991.m >> -- >> >> ******************** >> >> >> Last 10 lines of 'additive-folding-range-constraints.c': >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:7: Error evaluating statement >> 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c:17:12 : Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding-range-constraints.c.script: line 1: 90380 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=range /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding-range-constraints.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'additive-folding.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:45:17: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: parsing function body 'mixedTypes' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c:36:25: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/additive-folding.c.script: line 2: 90382 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks -verify -analyzer-constraints=basic /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/additive-folding.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'analyzer-stats.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:7:14: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: parsing function body 'test' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c:5:12: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/analyzer-stats.c.script: line 1: 90388 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-check-dead-stores -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks -analyzer-stats /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/analyzer-stats.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'array-struct.c': >> 32 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:8:21: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c:6:1: parsing struct/union body 's' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct.c.script: line 4: 90392 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'array-struct-region.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c:9:7: Error evaluating statement >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/array-struct-region.c.script: line 2: 90390 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/array-struct-region.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'bstring.c': >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:65:15: current parser token ';' >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: parsing function body 'memcpy1' >> 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c:63:17: in compound statement ('{}') >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/bstring.c.script: line 4: 90399 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -analyzer-experimental-checks -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/bstring.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfref_rdar6080742.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c:20:78: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_rdar6080742.c.script: line 4: 90407 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_rdar6080742.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'cfref_pr2519.c': >> 28 clang 0x00009ecd main + 495 >> 29 clang 0x00001d36 start + 54 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >> 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c:22:287: current parser token ',' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/cfref_PR2519.c.script: line 4: 90406 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -analyzer-constraints=basic -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/cfref_PR2519.c >> -- >> >> ******************** >> >> >> Last 10 lines of 'casts.c': >> 35 clang 0x0000000a start + 18446744073709544202 >> Stack dump: >> 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >> 1. parser at end of file >> 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c:38:7: Error evaluating branch >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/casts.c.script: line 2: 90401 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/casts.c >> -- >> >> ******************** >> >> >> From daniel_dunbar at apple.com Tue Dec 7 09:20:36 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 09:20:36 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207172038.6D827BDE697D@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12373 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121146 Blamelist: ddunbar BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Support/SearchForAddressOfSpecialSymbol.cpp At: Tue 07 Dec 2010 08:36:40 Changed By: ddunbar Comments: build: Go back to dropping __eprintf reference when building with Clang, see comment.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 103.69s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2676 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Tue Dec 7 10:50:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 10:50:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101207185024.B4E3813B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/62 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 121160 Blamelist: ddunbar,dgregor,grosbach,mspencer,rafael BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 7 10:52:57 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 10:52:57 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101207185300.214E9BDED16F@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16631 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121160 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/Alarm.h lib/Support/Alarm.cpp lib/Support/CMakeLists.txt lib/Support/Unix/Alarm.inc lib/Support/Windows/Alarm.inc At: Tue 07 Dec 2010 10:46:40 Changed By: mspencer Comments: Support: Remove Alarm. It is unused (via local grep and google code search).Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Linking Debug+Asserts executable llvm-extract llvm[2]: Linking Debug+Asserts executable lli llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-link make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/opt/Debug+Asserts/opt.o] Error 1 make[1]: *** [opt/.makeall] Error 2 llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-prof llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-extract llvm[2]: ======= Finished Linking Debug+Asserts Executable lli llvm[2]: ======= Finished Linking Debug+Asserts Executable llc make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From daniel_dunbar at apple.com Tue Dec 7 10:54:19 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 10:54:19 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101207185422.147A3BDED3EB@mail-out3.apple.com> 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/11783 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/DiagnosticASTKinds.td lib/AST/ASTImporter.cpp test/ASTMerge/Inputs/property1.m test/ASTMerge/Inputs/property2.m test/ASTMerge/property.m At: Tue 07 Dec 2010 10:36:53 Changed By: dgregor Comments: Implement AST import for Objective-C property implementations (@synthesize and @dynamic). Properties: Files: include/llvm/Support/Alarm.h lib/Support/Alarm.cpp lib/Support/CMakeLists.txt lib/Support/Unix/Alarm.inc lib/Support/Windows/Alarm.inc At: Tue 07 Dec 2010 10:46:40 Changed By: mspencer Comments: Support: Remove Alarm. It is unused (via local grep and google code search).Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: ======= Finished Linking Release+Asserts Executable lli (without symbols) llvm[2]: Compiling bugpoint.cpp for Release+Asserts build In file included from /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/tools/bugpoint/bugpoint.cpp:29: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include/llvm/LinkAllVMCore.h:25:32: error: llvm/Support/Alarm.h: No such file or directory llvm[2]: Linking Release+Asserts executable llvm-mc (without symbols) make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/tools/bugpoint/Release+Asserts/bugpoint.o] Error 1 make[2]: *** Waiting for unfinished jobs.... llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-mc (without symbols) make[1]: *** [bugpoint/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/MC/MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Tue Dec 7 10:54:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 10:54:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101207185453.A2E9813B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/320 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121160 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 10:59:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 10:59:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101207185941.CED3013B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/250 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 10:59:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 10:59:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101207185945.4CA0913B206E@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/170 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 11:00:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 11:00:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101207190054.4246A13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/127 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,grosbach,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 7 11:01:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 11:01:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101207190227.3EF50BDEDF8C@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12377 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/DiagnosticASTKinds.td lib/AST/ASTImporter.cpp test/ASTMerge/Inputs/property1.m test/ASTMerge/Inputs/property2.m test/ASTMerge/property.m At: Tue 07 Dec 2010 10:36:53 Changed By: dgregor Comments: Implement AST import for Objective-C property implementations (@synthesize and @dynamic). Properties: Files: include/llvm/Support/Alarm.h lib/Support/Alarm.cpp lib/Support/CMakeLists.txt lib/Support/Unix/Alarm.inc lib/Support/Windows/Alarm.inc At: Tue 07 Dec 2010 10:46:40 Changed By: mspencer Comments: Support: Remove Alarm. It is unused (via local grep and google code search).Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling llvm-nm.cpp for Debug+Asserts build make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/opt/Debug+Asserts/opt.o] Error 1 make[1]: *** [opt/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[2]: Linking Debug+Asserts executable llvm-ar llvm[2]: Linking Debug+Asserts executable llvm-nm llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-ar llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-nm llvm[2]: ======= Finished Linking Debug+Asserts Executable llc make: *** [all] Error 1 From buildbot at google1.osuosl.org Tue Dec 7 11:05:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 11:05:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101207190530.7EBA913B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/233 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 11:05:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 11:05:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101207190537.A0F7513B206E@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/233 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121160 Blamelist: dgregor,mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Tue Dec 7 11:32:44 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Tue, 7 Dec 2010 13:32:44 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101207193244.239C12A6C124@llvm.org> http://llvm.org/perf/db_default/simple/nts/43/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 43, Order: 101207, Start Time: 2010-12-07 18:49:09, End Time: 2010-12-07 19:34:59 To: 42, Order: 120993, Start Time: 2010-12-06 08:00:15, End Time: 2010-12-06 08:45:25 =============== Tests Summary =============== Performance Regressions: 11 Performance Improvements: 13 Existing Failures: 1 Unchanged Tests: 920 Total Tests: 945 ============== Changes Detail ============== Performance Regressions ----------------------- MultiSource/Benchmarks/VersaBench/dbms/dbms.exec: 4.11%(1.4600 => 1.5200, std. dev.: 0.0000) MultiSource/Benchmarks/NPB-serial/is/is.exec: 2.62%(9.9100 => 10.1700, std. dev.: 0.0049) MultiSource/Applications/lua/lua.compile: 1.89%(4.2400 => 4.3200, std. dev.: 0.0098) MultiSource/Benchmarks/MallocBench/gs/gs.compile: 1.69%(4.7400 => 4.8200, std. dev.: 0.0000) External/SPEC/CINT2000/300_twolf/300_twolf.compile: 1.26%(6.3300 => 6.4100, std. dev.: 0.0075) MultiSource/Benchmarks/Bullet/bullet.compile: 1.19%(47.8900 => 48.4600, std. dev.: 0.0673) SingleSource/Benchmarks/Misc/salsa20.exec: 1.11%(9.9400 => 10.0500, std. dev.: 0.0000) MultiSource/Applications/ClamAV/clamscan.compile: 1.08%(16.5900 => 16.7700, std. dev.: 0.0219) SingleSource/Benchmarks/Misc/perlin.exec: 1.05%(5.7200 => 5.7800, std. dev.: 0.0000) MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.compile: 1.05%(8.5900 => 8.6800, std. dev.: 0.0120) External/SPEC/CINT2000/254_gap/254_gap.compile: 1.01%(12.8200 => 12.9500, std. dev.: 0.0098) Performance Improvements ------------------------ MultiSource/Benchmarks/McCat/08-main/main.exec: -50.00%(0.1200 => 0.0600, std. dev.: 0.0000) SingleSource/Benchmarks/Shootout/methcall.exec: -34.14%(7.8800 => 5.1900, std. dev.: 0.0306) SingleSource/Benchmarks/Shootout-C++/methcall.exec: -27.73%(8.5100 => 6.1500, std. dev.: 0.0040) MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1.exec: -20.18%(1.1400 => 0.9100, std. dev.: 0.0040) SingleSource/Benchmarks/BenchmarkGame/n-body.exec: -19.58%(1.4300 => 1.1500, std. dev.: 0.0000) SingleSource/Benchmarks/BenchmarkGame/fannkuch.exec: -14.36%(3.6900 => 3.1600, std. dev.: 0.0049) SingleSource/Benchmarks/Misc/fbench.exec: -9.00%(2.1100 => 1.9200, std. dev.: 0.0000) SingleSource/Benchmarks/Shootout/lists.exec: -5.85%(6.1500 => 5.7900, std. dev.: 0.0264) SingleSource/Benchmarks/Shootout-C++/objinst.exec: -3.82%(11.0000 => 10.5800, std. dev.: 0.0000) MultiSource/Applications/JM/lencod/lencod.exec: -3.46%(12.9900 => 12.5400, std. dev.: 0.0040) External/SPEC/CINT2000/175_vpr/175_vpr.exec: -1.98%(5.0600 => 4.9600, std. dev.: 0.0000) External/SPEC/CINT2000/164_gzip/164_gzip.exec: -1.58%(16.4200 => 16.1600, std. dev.: 0.0040) MultiSource/Benchmarks/BitBench/five11/five11.exec: -1.36%(8.0900 => 7.9800, std. dev.: 0.0000) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Tue Dec 7 13:56:09 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 07 Dec 2010 13:56:09 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests Message-ID: <20101207215612.7466FC23875E@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/2015 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121179 Blamelist: bwilson,djg,evancheng,grosbach BUILD FAILED: failed test-gcc-4_2-testsuite-gcc sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/VMCore/Function.cpp At: Tue 07 Dec 2010 12:01:43 Changed By: djg Comments: Remove the code from Function::dropAllReferences which replaced uses of the function's blocks with undef. This code isn't needed, because BasicBlock's destructor handles such uses. Also, undef isn't correct, since blockaddresses may still be used for comparisons with null. Properties: File: lib/Target/ARM/ARMFrameInfo.cpp At: Tue 07 Dec 2010 12:06:55 Changed By: evancheng Comments: Code clean up; no functionality change.Properties: Files: utils/TableGen/NeonEmitter.cpp utils/TableGen/NeonEmitter.h At: Tue 07 Dec 2010 12:06:55 Changed By: bwilson Comments: Add new built-in operations for vmull and vmull_n so they can be implemented without requiring clang builtins. Radar 8446238.Properties: File: include/clang/Basic/arm_neon.td At: Tue 07 Dec 2010 12:06:55 Changed By: bwilson Comments: Implement vmull and vmull_n intrinsics without using clang builtins.Properties: File: lib/Target/ARM/ARMFrameInfo.cpp At: Tue 07 Dec 2010 12:16:47 Changed By: evancheng Comments: Code clean up; no functionality change.Properties: Files: lib/Target/ARM/ARMBaseInstrInfo.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb.td lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/Thumb2SizeReduction.cpp At: Tue 07 Dec 2010 12:46:40 Changed By: grosbach Comments: Refactor the ARM CMPz* patterns to just use the normal CMP instructions when possible. They were duplicates for everything exception the source pattern before.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 31867 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 495 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121179) make: *** [check-gcc] Error 1 Last 10 lines of 'dg.sum': # of expected passes 31867 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 495 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121179) Last 10 lines of 'warnings': FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 20) FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 38) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/sec-1.c security warning (test for warnings, line 11) FAIL: gcc.dg/format/sec-1.c -DWIDE security warning (test for warnings, line 11) FAIL: gcc.dg/format/z-1.c bogus printf warning (test for bogus messages, line 27) FAIL: gcc.dg/format/z-1.c -DWIDE bogus printf warning (test for bogus messages, line 27) Last 10 lines of 'tests.FAIL': gcc.c-torture/execute/950426-2.c compilation, -O0 Last 10 lines of 'tests.XFAIL': gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 19) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 20) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 21) gcc.dg/pr13519-1.c correct error (test for errors, line 18) gcc.dg/pr18501.c conditional in loop (test for warnings, line 12) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 33) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 36) gcc.dg/tls/section-1.c conflict with .data section (test for errors, line 9) gcc.dg/uninit-13.c uninit (test for warnings, line 9) gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12) Last 10 lines of 'tests.UNRESOLVED': gcc.c-torture/execute/950426-2.c execution, -O0 Last 10 lines of 'tests.IGNORE FAIL': tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE PASS': gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo51 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo55 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo57 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo59 gcc.dg/vla-4.c (test for excess errors) gcc.dg/warn-1.c (test for warnings, line 15) gcc.target/i386/pr22432.c (test for excess errors) gcc.target/i386/pr23376.c (test for excess errors) gcc.target/i386/pr28946.c (test for excess errors) gcc.target/i386/sse-13.c (test for excess errors) Last 10 lines of 'tests.IGNORE XPASS': gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 35) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 42) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 43) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 44) gcc.dg/overflow-warn-3.c constant (test for bogus messages, line 42) gcc.dg/overflow-warn-4.c constant (test for bogus messages, line 42) gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17) gcc.dg/uninit-6.c uninitialized variable warning (test for bogus messages, line 42) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 44) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 47) Last 10 lines of 'tests.IGNORE UNRESOLVED': gcc.target/i386/movq-2.c: error executing dg-final: couldn't open "movq-2.s": no such file or directory gcc.target/i386/movq.c: error executing dg-final: couldn't open "movq.s": no such file or directory gcc.target/i386/reload-1.c: error executing dg-final: no files matched glob pattern "reload-1.c.[0-9][0-9][0-9]r.csa" gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32" From buildbot at google1.osuosl.org Tue Dec 7 14:51:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 14:51:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101207225147.19CD713B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/88 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121187 Blamelist: bwilson,dpatel,grosbach,resistor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 17:03:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 17:03:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101208010312.8844213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/92 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121194 Blamelist: bwilson,dpatel,grosbach,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 17:03:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 17:03:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101208010354.5EC7813B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/84 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 121216 Blamelist: bwilson,dpatel,evancheng,grosbach,matthewbg,rafael,resistor,rjmccall,stoklund,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 17:21:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 17:21:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101208012144.A3B2713B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/94 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121217 Blamelist: stoklund BUILD FAILED: failed run.build.step.clean sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 17:59:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 17:59:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101208015929.46F9913B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/126 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121216 Blamelist: bwilson,dpatel,resistor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 18:00:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 18:00:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101208020014.183E113B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/42 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121184 Blamelist: bruno,bwilson,dgregor,djg,dpatel,evancheng,grosbach,mspencer,resistor,stoklund BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 18:33:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 18:33:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101208023301.7624513B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/91 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121219 Blamelist: bwilson,dpatel,grosbach,resistor,stoklund BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 20:31:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 20:31:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101208043155.CE7CC13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121219 Blamelist: bwilson,dpatel,evancheng,grosbach,matthewbg,rafael,resistor,rjmccall,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 7 21:40:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 07 Dec 2010 21:40:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101208054032.1009213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/66 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 121233 Blamelist: akirtzidis,bwilson,chandlerc,ddunbar,dpatel,echristo,grosbach,resistor,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Wed Dec 8 00:40:41 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Wed, 8 Dec 2010 02:40:41 -0600 (CST) Subject: [llvm-testresults] llvmgcc-bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101208084041.390C32A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/44/ Nickname: llvmgcc-bwilson__llvm-gcc_PROD__i386:3 Name: curlew.apple.com Comparing: Run: 44, Order: 101207, Start Time: 2010-12-08 07:57:42, End Time: 2010-12-08 08:42:57 To: 43, Order: 101207, Start Time: 2010-12-07 18:49:09, End Time: 2010-12-07 19:34:59 =============== Tests Summary =============== Performance Improvements: 5 Existing Failures: 1 Unchanged Tests: 939 Total Tests: 945 ============== Changes Detail ============== Performance Improvements ------------------------ External/SPEC/CINT2000/300_twolf/300_twolf.compile: -2.18%(6.4100 => 6.2700, std. dev.: 0.0343) External/SPEC/CFP2006/433_milc/433_milc.compile: -1.78%(3.9300 => 3.8600, std. dev.: 0.0206) MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.compile: -1.61%(8.6800 => 8.5400, std. dev.: 0.0383) External/SPEC/CINT95/124_m88ksim/124_m88ksim.compile: -1.39%(5.0300 => 4.9600, std. dev.: 0.0194) External/SPEC/CINT2000/186_crafty/186_crafty.compile: -1.27%(4.7400 => 4.6800, std. dev.: 0.0185) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Wed Dec 8 01:18:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 01:18:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101208091832.F2DC913B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/99 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121246 Blamelist: fpichet BUILD FAILED: failed run.build.step.configure_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 8 02:31:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 02:31:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests Message-ID: <20101208103149.81095BE16491@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/2025 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121246 Blamelist: fpichet BUILD FAILED: failed test-gcc-4_2-testsuite-g++ sincerely, -The Buildbot ================================================================================ CHANGES: File: test/Index/annotate-tokens.cpp At: Wed 08 Dec 2010 01:11:44 Changed By: fpichet Comments: Fix test that didn't really test anything.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 11518 # of unexpected failures 3654 # of unexpected successes 37 # of expected failures 20 # of unresolved testcases 29 # of untested testcases 39 # of unsupported tests 319 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang++ version 2.9 (trunk 121246) make: *** [check-g++] Error 1 Last 10 lines of 'dg.sum': # of expected passes 11518 # of unexpected failures 3654 # of unexpected successes 37 # of expected failures 20 # of unresolved testcases 29 # of untested testcases 39 # of unsupported tests 319 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang++ version 2.9 (trunk 121246) Last 10 lines of 'warnings': FAIL: g++.dg/warn/miss-format-1.C scanf attribute warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-1.C printf attribute warning 2 (test for warnings, line 40) FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 18) FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 23) FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 29) FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 20) FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 38) FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 23) FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 28) Last 10 lines of 'tests.FAIL': g++.dg/template/new2.C (test for excess errors) Last 10 lines of 'tests.XFAIL': g++.old-deja/g++.brendan/err-msg2.C (test for errors, line 6) g++.old-deja/g++.jason/cond.C (test for errors, line 33) g++.old-deja/g++.law/missed-error1.C (test for errors, line 19) g++.old-deja/g++.law/missed-error1.C (test for errors, line 20) g++.old-deja/g++.oliva/expr1.C (test for bogus messages, line 12) g++.old-deja/g++.other/access2.C (test for errors, line 7) g++.old-deja/g++.other/access2.C (test for errors, line 9) g++.old-deja/g++.pt/explicit76.C (test for bogus messages, line 10) g++.old-deja/g++.pt/overload7.C (test for bogus messages, line 14) g++.old-deja/g++.pt/overload7.C (test for bogus messages, line 19) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE XFAIL': g++.dg/tc1/dr176.C injected class name in derived classes (test for bogus messages, line 15) Last 10 lines of 'tests.IGNORE PASS': tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m64","-m64" Last 10 lines of 'tests.IGNORE XPASS': g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 20) g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 21) g++.old-deja/g++.ns/crash2.C (test for errors, line 11) g++.old-deja/g++.ns/template13.C (test for errors, line 13) g++.old-deja/g++.oliva/linkage1.C (test for bogus messages, line ) g++.old-deja/g++.oliva/ns2.C (test for bogus messages, line 13) g++.old-deja/g++.other/crash32.C (test for bogus messages, line 10) g++.old-deja/g++.other/crash32.C (test for bogus messages, line 12) g++.old-deja/g++.pt/spec24.C (test for errors, line 5) g++.old-deja/g++.robertl/eb133b.C (test for errors, line 6) Last 10 lines of 'tests.IGNORE UNRESOLVED': g++.dg/tree-ssa/pr15791-5.C: error executing dg-final: no files matched glob pattern "pr15791-5.C.[0-9][0-9][0-9][ti].gimple" g++.dg/tree-ssa/pr18178.C: error executing dg-final: no files matched glob pattern "pr18178.C.[0-9][0-9][0-9][ti].vrp1" g++.dg/tree-ssa/pr19807.C: error executing dg-final: no files matched glob pattern "pr19807.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/pr23948.C: error executing dg-final: no files matched glob pattern "pr23948.C.[0-9][0-9][0-9][ti].recip" g++.dg/tree-ssa/pr26406.C: error executing dg-final: no files matched glob pattern "pr26406.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/pr27090.C: error executing dg-final: no files matched glob pattern "pr27090.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-cast-1.C: error executing dg-final: no files matched glob pattern "ssa-cast-1.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-sra-1.C: error executing dg-final: no files matched glob pattern "ssa-sra-1.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-sra-2.C: error executing dg-final: no files matched glob pattern "ssa-sra-2.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/tmmti-2.C: error executing dg-final: no files matched glob pattern "tmmti-2.C.[0-9][0-9][0-9][ti].optimized" From buildbot at google1.osuosl.org Wed Dec 8 06:20:03 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 06:20:03 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101208142003.D6EA013B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/97 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121250 Blamelist: void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From grosbach at apple.com Wed Dec 8 07:41:01 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 8 Dec 2010 07:41:01 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak In-Reply-To: <20101208054032.1009213B2065@google1.osuosl.org> References: <20101208054032.1009213B2065@google1.osuosl.org> Message-ID: Fixed in r121262, hopefully. -j On Dec 7, 2010, at 9:40 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/66 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: osu8 > > Build Reason: > Build Source Stamp: 121233 > Blamelist: akirtzidis,bwilson,chandlerc,ddunbar,dpatel,echristo,grosbach,resistor,stoklund,void > > BUILD FAILED: failed test-llvm > > sincerely, > -The Buildbot > From grosbach at apple.com Wed Dec 8 10:14:31 2010 From: grosbach at apple.com (Jim Grosbach) Date: Wed, 8 Dec 2010 10:14:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak In-Reply-To: References: <20101208054032.1009213B2065@google1.osuosl.org> Message-ID: Confirmed. The bot is now past the previously failing tests and is happy again. -j On Dec 8, 2010, at 7:41 AM, Jim Grosbach wrote: > Fixed in r121262, hopefully. > > -j > On Dec 7, 2010, at 9:40 PM, buildbot at google1.osuosl.org wrote: > >> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/66 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: osu8 >> >> Build Reason: >> Build Source Stamp: 121233 >> Blamelist: akirtzidis,bwilson,chandlerc,ddunbar,dpatel,echristo,grosbach,resistor,stoklund,void >> >> BUILD FAILED: failed test-llvm >> >> sincerely, >> -The Buildbot >> > From daniel_dunbar at apple.com Wed Dec 8 10:47:25 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 10:47:25 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-qa_tests Message-ID: <20101208184727.E6491C26EC04@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-qa_tests/builds/2153 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121266 Blamelist: dgregor BUILD FAILED: failed test-gcc-4_2-testsuite-gcc sincerely, -The Buildbot ================================================================================ CHANGES: File: include/clang/AST/RecursiveASTVisitor.h At: Wed 08 Dec 2010 09:21:44 Changed By: dgregor Comments: Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 31846 # of unexpected failures 9877 # of unexpected successes 27 # of expected failures 42 # of unresolved testcases 485 # of untested testcases 273 # of unsupported tests 763 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121266) make: *** [check-gcc] Error 1 Last 10 lines of 'dg.sum': # of expected passes 31846 # of unexpected failures 9877 # of unexpected successes 27 # of expected failures 42 # of unresolved testcases 485 # of untested testcases 273 # of unsupported tests 763 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121266) Last 10 lines of 'warnings': FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 20) FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 38) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/sec-1.c security warning (test for warnings, line 11) FAIL: gcc.dg/format/sec-1.c -DWIDE security warning (test for warnings, line 11) FAIL: gcc.dg/format/z-1.c bogus printf warning (test for bogus messages, line 27) FAIL: gcc.dg/format/z-1.c -DWIDE bogus printf warning (test for bogus messages, line 27) Last 10 lines of 'tests.FAIL': gcc.c-torture/compile/20040317-2.c -O3 -g (test for excess errors) Last 10 lines of 'tests.XFAIL': gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g (test for excess errors) gcc.dg/torture/fp-int-convert-float128-timode.c -Os (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O0 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O1 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O2 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O3 -g (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -Os (test for excess errors) gcc.dg/uninit-13.c uninit (test for warnings, line 9) gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE PASS': gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo57 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo59 gcc.dg/vla-4.c (test for excess errors) gcc.dg/warn-1.c (test for warnings, line 15) gcc.target/i386/monitor.c (test for excess errors) gcc.target/i386/pr22432.c (test for excess errors) gcc.target/i386/pr23376.c (test for excess errors) gcc.target/i386/pr28946.c (test for excess errors) gcc.target/i386/sse-13.c (test for excess errors) gcc.target/x86_64/abi/test_struct_returning.c execution, -O0 Last 10 lines of 'tests.IGNORE XPASS': gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 35) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 42) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 43) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 44) gcc.dg/overflow-warn-3.c constant (test for bogus messages, line 42) gcc.dg/overflow-warn-4.c constant (test for bogus messages, line 42) gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17) gcc.dg/uninit-6.c uninitialized variable warning (test for bogus messages, line 42) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 44) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 47) Last 10 lines of 'tests.IGNORE UNRESOLVED': gcc.misc-tests/bprob-2.c execution, -g -fbranch-probabilities gcc.misc-tests/bprob-2.c execution, -g -fprofile-arcs gcc.target/i386/abi-1.c: error executing dg-final: couldn't open "abi-1.s": no such file or directory gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32" From daniel_dunbar at apple.com Wed Dec 8 15:46:26 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 15:46:26 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests Message-ID: <20101208234636.87260C27D538@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/2034 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121294 Blamelist: bwilson,ddunbar,dgregor,dpatel,echristo,grosbach,lhames,stoklund BUILD FAILED: failed test-gcc-4_2-testsuite-gcc sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Driver/Driver.cpp lib/Driver/Tools.cpp test/Driver/m_and_mm.c At: Wed 08 Dec 2010 13:36:42 Changed By: ddunbar Comments: Driver: M and MM should be grouped together, .Properties: File: lib/CodeGen/RegAllocFast.cpp At: Wed 08 Dec 2010 13:41:46 Changed By: echristo Comments: Fix comment. Properties: File: utils/TableGen/NeonEmitter.cpp At: Wed 08 Dec 2010 13:41:46 Changed By: bwilson Comments: Remove unused function parameter.Properties: Files: utils/TableGen/NeonEmitter.cpp utils/TableGen/NeonEmitter.h At: Wed 08 Dec 2010 13:41:46 Changed By: bwilson Comments: Add operators for vabdl and vabal so they can be implemented without builtins.Properties: Files: include/clang/Basic/arm_neon.td lib/CodeGen/CGBuiltin.cpp At: Wed 08 Dec 2010 13:46:55 Changed By: bwilson Comments: Stop using clang builtins for Neon vabdl and vabal intrinsics.Properties: File: lib/Analysis/DIBuilder.cpp At: Wed 08 Dec 2010 13:51:41 Changed By: dpatel Comments: Use type's file info while describing inheritance relationship. Properties: File: include/clang/Basic/DiagnosticSemaKinds.td At: Wed 08 Dec 2010 14:06:42 Changed By: dgregor Comments: Put the "'typename' occurs outside of a template" and "'template' keyword occurs outside of a template" diagnostics under -WC++0x-extensions. Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 14:16:53 Changed By: grosbach Comments: Simplify T2 operand assignment notation a bit. No need to specify a bit range for the source field when it's the whole thing that's being referenced.Properties: File: include/llvm/CodeGen/RegAllocPBQP.h At: Wed 08 Dec 2010 14:21:40 Changed By: lhames Comments: Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue.Properties: File: lib/CodeGen/SelectionDAG/InstrEmitter.cpp At: Wed 08 Dec 2010 14:26:40 Changed By: echristo Comments: Reword comment slightly. Properties: Files: lib/CodeGen/RegAllocBase.h lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 14:26:40 Changed By: stoklund Comments: Store (priority,regnum) pairs in the priority queue instead of providing an abstract priority queue interface in subclasses that want to override the priority calculations. Subclasses must provide a getPriority() implementation instead. This approach requires less code as long as priorities are expressable as simple floats, and it avoids the dangers of defining potentially expensive priority comparison functions. It also should speed up priority_queue operations since they no longer have to chase pointers when comparing registers. This is not measurable, though. Preferably, we shouldn't use floats to guide code generation. The use of floats here is derived from the use of floats for spill weights. Spill weights have a dynamic range that doesn't lend itself easily to a fixpoint implementation. When someone invents a stable spill weight representation, it can be reused for allocation priorities.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 31868 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 494 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121294) make: *** [check-gcc] Error 1 Last 10 lines of 'dg.sum': # of expected passes 31868 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 494 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121294) Last 10 lines of 'warnings': FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 20) FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 38) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/sec-1.c security warning (test for warnings, line 11) FAIL: gcc.dg/format/sec-1.c -DWIDE security warning (test for warnings, line 11) FAIL: gcc.dg/format/z-1.c bogus printf warning (test for bogus messages, line 27) FAIL: gcc.dg/format/z-1.c -DWIDE bogus printf warning (test for bogus messages, line 27) Last 10 lines of 'tests.FAIL': gcc.dg/conv-1.c (test for excess errors) Last 10 lines of 'tests.XFAIL': gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 19) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 20) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 21) gcc.dg/pr13519-1.c correct error (test for errors, line 18) gcc.dg/pr18501.c conditional in loop (test for warnings, line 12) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 33) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 36) gcc.dg/tls/section-1.c conflict with .data section (test for errors, line 9) gcc.dg/uninit-13.c uninit (test for warnings, line 9) gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE PASS': gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo51 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo55 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo57 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo59 gcc.dg/vla-4.c (test for excess errors) gcc.dg/warn-1.c (test for warnings, line 15) gcc.target/i386/pr22432.c (test for excess errors) gcc.target/i386/pr23376.c (test for excess errors) gcc.target/i386/pr28946.c (test for excess errors) gcc.target/i386/sse-13.c (test for excess errors) Last 10 lines of 'tests.IGNORE XPASS': gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 35) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 42) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 43) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 44) gcc.dg/overflow-warn-3.c constant (test for bogus messages, line 42) gcc.dg/overflow-warn-4.c constant (test for bogus messages, line 42) gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17) gcc.dg/uninit-6.c uninitialized variable warning (test for bogus messages, line 42) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 44) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 47) Last 10 lines of 'tests.IGNORE UNRESOLVED': gcc.target/i386/movq-2.c: error executing dg-final: couldn't open "movq-2.s": no such file or directory gcc.target/i386/movq.c: error executing dg-final: couldn't open "movq.s": no such file or directory gcc.target/i386/reload-1.c: error executing dg-final: no files matched glob pattern "reload-1.c.[0-9][0-9][0-9]r.csa" gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32" From daniel_dunbar at apple.com Wed Dec 8 15:57:30 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 15:57:30 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101208235733.0C8A6BE40382@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16695 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121318 Blamelist: jasonwkim,kremenek BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Wed 08 Dec 2010 15:41:41 Changed By: jasonwkim Comments: Style nit and whitespace cleanupProperties: Files: include/clang-c/Index.h tools/libclang/CXCursor.cpp tools/libclang/libclang.darwin.exports tools/libclang/libclang.exports At: Wed 08 Dec 2010 15:46:40 Changed By: kremenek Comments: Add new libclang hooks for CXCursorSet, a DenseMap-backed hashtable for doing client-side management of CXCursors within a set.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' llvm[4]: Compiling CXString.cpp for Debug+Asserts build (PIC) llvm[4]: Compiling CXType.cpp for Debug+Asserts build (PIC) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/tools/libclang/Debug+Asserts/CXCursor.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' ASTReader.cpp:3319: warning: passing negative value '-0x00000000000000001' for argument 1 to 'clang::serialization::TypeIdx::TypeIdx(uint32_t)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' From buildbot at google1.osuosl.org Wed Dec 8 16:04:07 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 16:04:07 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101209000408.9E53613B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/148 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121318 Blamelist: echristo,evancheng,grosbach,jasonwkim,kremenek,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 8 16:06:10 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 16:06:10 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-qa_tests Message-ID: <20101209000613.DABB4C27DE56@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-qa_tests/builds/2158 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121306 Blamelist: bwilson,dpatel,echristo,fpichet,grosbach,lhames,stoklund BUILD FAILED: failed test-gcc-4_2-testsuite-g++ sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 14:16:53 Changed By: grosbach Comments: Simplify T2 operand assignment notation a bit. No need to specify a bit range for the source field when it's the whole thing that's being referenced.Properties: File: include/llvm/CodeGen/RegAllocPBQP.h At: Wed 08 Dec 2010 14:21:40 Changed By: lhames Comments: Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue.Properties: File: lib/CodeGen/SelectionDAG/InstrEmitter.cpp At: Wed 08 Dec 2010 14:26:40 Changed By: echristo Comments: Reword comment slightly. Properties: Files: lib/CodeGen/RegAllocBase.h lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 14:26:40 Changed By: stoklund Comments: Store (priority,regnum) pairs in the priority queue instead of providing an abstract priority queue interface in subclasses that want to override the priority calculations. Subclasses must provide a getPriority() implementation instead. This approach requires less code as long as priorities are expressable as simple floats, and it avoids the dangers of defining potentially expensive priority comparison functions. It also should speed up priority_queue operations since they no longer have to chase pointers when comparing registers. This is not measurable, though. Preferably, we shouldn't use floats to guide code generation. The use of floats here is derived from the use of floats for spill weights. Spill weights have a dynamic range that doesn't lend itself easily to a fixpoint implementation. When someone invents a stable spill weight representation, it can be reused for allocation priorities.Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 14:36:41 Changed By: grosbach Comments: Fix operand encoding for Thumb2 extended precision multiplies. rdar://8745555Properties: Files: utils/TableGen/NeonEmitter.cpp utils/TableGen/NeonEmitter.h At: Wed 08 Dec 2010 14:41:40 Changed By: bwilson Comments: Add operators for "_lane" variants of some saturating Neon multiply intrinsics so they can be implemented without separate clang builtins.Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 14:41:40 Changed By: grosbach Comments: Parameterize opcode encoding bits for Thumb2 extended precision integer multiply instructions.Properties: Files: include/clang/AST/Expr.h include/clang/AST/ExprCXX.h include/clang/AST/RecursiveASTVisitor.h include/clang/Basic/StmtNodes.td include/clang/Basic/TypeTraits.h include/clang/Frontend/StmtXML.def include/clang/Sema/Sema.h include/clang/Serialization/ASTBitCodes.h lib/AST/Expr.cpp lib/AST/ExprClassification.cpp lib/AST/ExprConstant.cpp lib/AST/StmtDumper.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtProfile.cpp lib/Checker/GRExprEngine.cpp lib/Checker/IdempotentOperationChecker.cpp lib/CodeGen/CGExprScalar.cpp lib/CodeGen/Mangle.cpp lib/Frontend/StmtXML.cpp lib/Parse/ParseExpr.cpp lib/Parse/ParseExprCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/TreeTransform.h lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriter.cpp lib/Serialization/ASTWriterStmt.cpp tools/libclang/CIndex.cpp tools/libclang/CXCursor.cpp At: Wed 08 Dec 2010 14:41:40 Changed By: fpichet Comments: Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. Properties: Files: include/clang/Basic/arm_neon.td lib/CodeGen/CGBuiltin.cpp lib/CodeGen/CodeGenFunction.h At: Wed 08 Dec 2010 14:41:40 Changed By: bwilson Comments: Stop using builtins for the "_lane" variants of saturating multiply intrinsics. Remove the "splat" parameter from the EmitNeonCall function, since it is no longer needed.Properties: Files: lib/CodeGen/CGDebugInfo.cpp lib/CodeGen/CGDebugInfo.h test/CodeGen/2010-03-09-DbgInfo.c At: Wed 08 Dec 2010 14:46:40 Changed By: dpatel Comments: Start using DIBuilder. It provides cleaner interface. Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 14:56:42 Changed By: grosbach Comments: Add operand encoding for Thumb2 addw SP + imm. rdar://8745434Properties: File: lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 15:01:46 Changed By: stoklund Comments: Implement very primitive hinting support in RegAllocGreedy. The hint is simply tried first and then forgotten if it couldn't be allocated immediately.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 11528 # of unexpected failures 3646 # of unexpected successes 37 # of expected failures 20 # of unresolved testcases 28 # of untested testcases 39 # of unsupported tests 319 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++ version 2.9 (trunk 121306) make: *** [check-g++] Error 1 Last 10 lines of 'dg.sum': # of expected passes 11528 # of unexpected failures 3646 # of unexpected successes 37 # of expected failures 20 # of unresolved testcases 28 # of untested testcases 39 # of unsupported tests 319 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++ version 2.9 (trunk 121306) Last 10 lines of 'warnings': FAIL: g++.dg/warn/miss-format-1.C scanf attribute warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-1.C printf attribute warning 2 (test for warnings, line 40) FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 18) FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 23) FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 24) FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 29) FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 20) FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 38) FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 23) FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 28) Last 10 lines of 'tests.FAIL': g++.old-deja/g++.pt/memtemp48.C (test for excess errors) Last 10 lines of 'tests.XFAIL': g++.old-deja/g++.brendan/err-msg2.C (test for errors, line 6) g++.old-deja/g++.jason/cond.C (test for errors, line 33) g++.old-deja/g++.law/missed-error1.C (test for errors, line 19) g++.old-deja/g++.law/missed-error1.C (test for errors, line 20) g++.old-deja/g++.oliva/expr1.C (test for bogus messages, line 12) g++.old-deja/g++.other/access2.C (test for errors, line 7) g++.old-deja/g++.other/access2.C (test for errors, line 9) g++.old-deja/g++.pt/explicit76.C (test for bogus messages, line 10) g++.old-deja/g++.pt/overload7.C (test for bogus messages, line 14) g++.old-deja/g++.pt/overload7.C (test for bogus messages, line 19) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE XFAIL': g++.dg/tc1/dr176.C injected class name in derived classes (test for bogus messages, line 15) Last 10 lines of 'tests.IGNORE PASS': tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m64","-m64" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m32","-m32" tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m64","-m64" Last 10 lines of 'tests.IGNORE XPASS': g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 20) g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 21) g++.old-deja/g++.ns/crash2.C (test for errors, line 11) g++.old-deja/g++.ns/template13.C (test for errors, line 13) g++.old-deja/g++.oliva/linkage1.C (test for bogus messages, line ) g++.old-deja/g++.oliva/ns2.C (test for bogus messages, line 13) g++.old-deja/g++.other/crash32.C (test for bogus messages, line 10) g++.old-deja/g++.other/crash32.C (test for bogus messages, line 12) g++.old-deja/g++.pt/spec24.C (test for errors, line 5) g++.old-deja/g++.robertl/eb133b.C (test for errors, line 6) Last 10 lines of 'tests.IGNORE UNRESOLVED': g++.dg/tree-ssa/pr15791-5.C: error executing dg-final: no files matched glob pattern "pr15791-5.C.[0-9][0-9][0-9][ti].gimple" g++.dg/tree-ssa/pr18178.C: error executing dg-final: no files matched glob pattern "pr18178.C.[0-9][0-9][0-9][ti].vrp1" g++.dg/tree-ssa/pr19807.C: error executing dg-final: no files matched glob pattern "pr19807.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/pr23948.C: error executing dg-final: no files matched glob pattern "pr23948.C.[0-9][0-9][0-9][ti].recip" g++.dg/tree-ssa/pr26406.C: error executing dg-final: no files matched glob pattern "pr26406.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/pr27090.C: error executing dg-final: no files matched glob pattern "pr27090.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-cast-1.C: error executing dg-final: no files matched glob pattern "ssa-cast-1.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-sra-1.C: error executing dg-final: no files matched glob pattern "ssa-sra-1.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/ssa-sra-2.C: error executing dg-final: no files matched glob pattern "ssa-sra-2.C.[0-9][0-9][0-9][ti].optimized" g++.dg/tree-ssa/tmmti-2.C: error executing dg-final: no files matched glob pattern "tmmti-2.C.[0-9][0-9][0-9][ti].optimized" From buildbot at google1.osuosl.org Wed Dec 8 16:17:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 16:17:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101209001725.7CFA813B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/137 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121320 Blamelist: echristo,enderby,grosbach,jasonwkim,kremenek,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 8 16:21:32 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 16:21:32 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101209002136.45E5BBE416A2@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6972 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121321 Blamelist: enderby,jasonwkim,kremenek,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Wed 08 Dec 2010 15:41:41 Changed By: jasonwkim Comments: Style nit and whitespace cleanupProperties: Files: include/clang-c/Index.h tools/libclang/CXCursor.cpp tools/libclang/libclang.darwin.exports tools/libclang/libclang.exports At: Wed 08 Dec 2010 15:46:40 Changed By: kremenek Comments: Add new libclang hooks for CXCursorSet, a DenseMap-backed hashtable for doing client-side management of CXCursors within a set.Properties: Files: lib/CodeGen/LiveIntervalUnion.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 15:56:40 Changed By: stoklund Comments: Properly deal with empty intervals when checking for interference.Properties: Files: lib/Target/X86/AsmParser/X86AsmParser.cpp test/MC/X86/x86-64.s At: Wed 08 Dec 2010 16:01:40 Changed By: enderby Comments: Allow a slash, '/', as a prefix separator for X86. rdar://8741045 Properties: File: tools/libclang/CXCursor.cpp At: Wed 08 Dec 2010 16:06:40 Changed By: kremenek Comments: DenseMapInfo is a 'struct', not a 'class'.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:212: instantiated from 'ValueT& llvm::DenseMap::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo, ValueInfoT = llvm::DenseMapInfo]' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/libclang/CXCursor.cpp:554: instantiated from here /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/tools/libclang/Release+Asserts/CXCursor.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' From daniel_dunbar at apple.com Wed Dec 8 16:24:43 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 16:24:43 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101209002446.47F3EC27E98C@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12415 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121319 Blamelist: echristo,grosbach,jasonwkim,kremenek,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 15:37:12 Changed By: grosbach Comments: Clean up the add/sub w/ SP source reg instructions in Thumb2 a bit. Add a FIXME for more thorough cleanup.Properties: Files: test/CodeGen/X86/tls-1.ll test/CodeGen/X86/tlv-1.ll At: Wed 08 Dec 2010 15:37:12 Changed By: echristo Comments: Move this test to tlv* to make it easier to notice versus linux tls support. Properties: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Wed 08 Dec 2010 15:41:41 Changed By: jasonwkim Comments: Style nit and whitespace cleanupProperties: Files: include/clang-c/Index.h tools/libclang/CXCursor.cpp tools/libclang/libclang.darwin.exports tools/libclang/libclang.exports At: Wed 08 Dec 2010 15:46:40 Changed By: kremenek Comments: Add new libclang hooks for CXCursorSet, a DenseMap-backed hashtable for doing client-side management of CXCursors within a set.Properties: Files: lib/CodeGen/LiveIntervalUnion.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 15:56:40 Changed By: stoklund Comments: Properly deal with empty intervals when checking for interference.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/ADT/DenseMap.h:212: instantiated from 'ValueT& llvm::DenseMap::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo, ValueInfoT = llvm::DenseMapInfo]' CXCursor.cpp:554: instantiated from here /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/tools/libclang/Debug+Asserts/CXCursor.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' From buildbot at google1.osuosl.org Wed Dec 8 16:26:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 16:26:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101209002612.14B6E13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/174 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121320 Blamelist: echristo,enderby,grosbach,jasonwkim,kremenek,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot From jasonwkim at google.com Wed Dec 8 16:26:13 2010 From: jasonwkim at google.com (Jason Kim) Date: Wed, 8 Dec 2010 16:26:13 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel In-Reply-To: <20101209002136.45E5BBE416A2@mail-out3.apple.com> References: <20101209002136.45E5BBE416A2@mail-out3.apple.com> Message-ID: On Wed, Dec 8, 2010 at 4:21 PM, wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. > Full details are available at: >  http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6972 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 121321 > Blamelist: enderby,jasonwkim,kremenek,stoklund > > BUILD FAILED: failed compile > > sincerely, >  -The Buildbot > > > ================================================================================ > > CHANGES: > File: lib/Target/ARM/ARMExpandPseudoInsts.cpp > At: Wed 08 Dec 2010 15:41:41 > Changed By: jasonwkim > Comments: Style nit and whitespace cleanupProperties: > > > > > Files: >  include/clang-c/Index.h >  tools/libclang/CXCursor.cpp >  tools/libclang/libclang.darwin.exports >  tools/libclang/libclang.exports > At: Wed 08 Dec 2010 15:46:40 > Changed By: kremenek > Comments: Add new libclang hooks for CXCursorSet, a > DenseMap-backed hashtable for doing client-side > management of CXCursors within a set.Properties: > > > > > Files: >  lib/CodeGen/LiveIntervalUnion.cpp >  lib/CodeGen/RegAllocGreedy.cpp > At: Wed 08 Dec 2010 15:56:40 > Changed By: stoklund > Comments: Properly deal with empty intervals when checking for interference.Properties: > > > > > Files: >  lib/Target/X86/AsmParser/X86AsmParser.cpp >  test/MC/X86/x86-64.s > At: Wed 08 Dec 2010 16:01:40 > Changed By: enderby > Comments: Allow a slash, '/', as a prefix separator for X86.  rdar://8741045 > Properties: > > > > > File: tools/libclang/CXCursor.cpp > At: Wed 08 Dec 2010 16:06:40 > Changed By: kremenek > Comments: DenseMapInfo is a 'struct', not a 'class'.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:212:   instantiated from 'ValueT& llvm::DenseMap::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo, ValueInfoT = llvm::DenseMapInfo]' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/libclang/CXCursor.cpp:554:   instantiated from here >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' >        make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/tools/libclang/Release+Asserts/CXCursor.o] Error 1 >        make[4]: *** Waiting for unfinished jobs.... >        make[3]: *** [all] Error 1 >        make[2]: *** [all] Error 1 >        make[1]: *** [clang/.makeall] Error 2 >        make: *** [all] Error 1 > > Last 10 lines of 'warnings': >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' > > This failure does not look familiar at fitst blush.. checking.. -jason From echristo at apple.com Wed Dec 8 16:27:17 2010 From: echristo at apple.com (Eric Christopher) Date: Wed, 8 Dec 2010 16:27:17 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel In-Reply-To: References: <20101209002136.45E5BBE416A2@mail-out3.apple.com> Message-ID: >> >> >> LOGS: >> Last 10 lines of 'stdio': >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:212: instantiated from 'ValueT& llvm::DenseMap::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo, ValueInfoT = llvm::DenseMapInfo]' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/libclang/CXCursor.cpp:554: instantiated from here >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' >> make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/tools/libclang/Release+Asserts/CXCursor.o] Error 1 >> make[4]: *** Waiting for unfinished jobs.... >> make[3]: *** [all] Error 1 >> make[2]: *** [all] Error 1 >> make[1]: *** [clang/.makeall] Error 2 >> make: *** [all] Error 1 >> >> Last 10 lines of 'warnings': >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' >> >> > > This failure does not look familiar at fitst blush.. checking.. Likely Ted. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Wed Dec 8 16:34:30 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 16:34:30 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101209003438.05EC4BE42178@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6133 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121324 Blamelist: dgregor,dpatel,enderby,jasonwkim,kremenek,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Wed 08 Dec 2010 15:41:41 Changed By: jasonwkim Comments: Style nit and whitespace cleanupProperties: Files: include/clang-c/Index.h tools/libclang/CXCursor.cpp tools/libclang/libclang.darwin.exports tools/libclang/libclang.exports At: Wed 08 Dec 2010 15:46:40 Changed By: kremenek Comments: Add new libclang hooks for CXCursorSet, a DenseMap-backed hashtable for doing client-side management of CXCursors within a set.Properties: Files: lib/CodeGen/LiveIntervalUnion.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 15:56:40 Changed By: stoklund Comments: Properly deal with empty intervals when checking for interference.Properties: Files: lib/Target/X86/AsmParser/X86AsmParser.cpp test/MC/X86/x86-64.s At: Wed 08 Dec 2010 16:01:40 Changed By: enderby Comments: Allow a slash, '/', as a prefix separator for X86. rdar://8741045 Properties: File: tools/libclang/CXCursor.cpp At: Wed 08 Dec 2010 16:06:40 Changed By: kremenek Comments: DenseMapInfo is a 'struct', not a 'class'.Properties: Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaTemplate.cpp test/SemaTemplate/typename-specifier-4.cpp At: Wed 08 Dec 2010 16:11:41 Changed By: dgregor Comments: A typename specifier can end up referring to a unresolved using declaration that is a value in ill-formed code. Instead of crashing, treat this as a dependent typename specifier and suggest that the using add "typename" into the using declaration. Fixes . Properties: File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp At: Wed 08 Dec 2010 16:16:40 Changed By: dpatel Comments: DW_FORM_data1 may not provide sufficient room for vtable index, use _udata instead. This fixes radar 8730409. Properties: File: test/CodeGenCXX/vtable-debug-info.cpp At: Wed 08 Dec 2010 16:16:40 Changed By: dpatel Comments: Test case for r121323. Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:212: instantiated from 'ValueT& llvm::DenseMap::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo, ValueInfoT = llvm::DenseMapInfo]' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/libclang/CXCursor.cpp:554: instantiated from here /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo' make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/tools/libclang/Debug+Asserts/CXCursor.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' From buildbot at google1.osuosl.org Wed Dec 8 17:01:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 17:01:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101209010101.349BC13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/71 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121319 Blamelist: bwilson,ddunbar,dgregor,dpatel,echristo,evancheng,fpichet,grosbach,jasonwkim,kremenek,lhames,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 8 17:14:43 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 17:14:43 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests Message-ID: <20101209011517.82A3FBE44229@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/2036 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121338 Blamelist: akirtzidis,dgregor,dpatel,echristo,enderby,kremenek,resistor,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang-c/Index.h tools/libclang/CXCursor.cpp tools/libclang/libclang.darwin.exports tools/libclang/libclang.exports At: Wed 08 Dec 2010 15:46:40 Changed By: kremenek Comments: Add new libclang hooks for CXCursorSet, a DenseMap-backed hashtable for doing client-side management of CXCursors within a set.Properties: Files: lib/CodeGen/LiveIntervalUnion.cpp lib/CodeGen/RegAllocGreedy.cpp At: Wed 08 Dec 2010 15:56:40 Changed By: stoklund Comments: Properly deal with empty intervals when checking for interference.Properties: Files: lib/Target/X86/AsmParser/X86AsmParser.cpp test/MC/X86/x86-64.s At: Wed 08 Dec 2010 16:01:40 Changed By: enderby Comments: Allow a slash, '/', as a prefix separator for X86. rdar://8741045 Properties: File: tools/libclang/CXCursor.cpp At: Wed 08 Dec 2010 16:06:40 Changed By: kremenek Comments: DenseMapInfo is a 'struct', not a 'class'.Properties: Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaTemplate.cpp test/SemaTemplate/typename-specifier-4.cpp At: Wed 08 Dec 2010 16:11:41 Changed By: dgregor Comments: A typename specifier can end up referring to a unresolved using declaration that is a value in ill-formed code. Instead of crashing, treat this as a dependent typename specifier and suggest that the using add "typename" into the using declaration. Fixes . Properties: File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp At: Wed 08 Dec 2010 16:16:40 Changed By: dpatel Comments: DW_FORM_data1 may not provide sufficient room for vtable index, use _udata instead. This fixes radar 8730409. Properties: File: test/CodeGenCXX/vtable-debug-info.cpp At: Wed 08 Dec 2010 16:16:40 Changed By: dpatel Comments: Test case for r121323. Properties: File: lib/Target/X86/X86InstrCompiler.td At: Wed 08 Dec 2010 16:31:40 Changed By: echristo Comments: Add rsp to the uses for the same reason as 32-bit. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 08 Dec 2010 16:31:40 Changed By: resistor Comments: Fix Thumb2 BCC encoding and fixups. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/tlv-2.ll At: Wed 08 Dec 2010 16:31:40 Changed By: echristo Comments: Remove extraneous copy from DAG conversion for darwin tls. This was popping up at O0 when it wasn't folded and the fast allocator would complain. Properties: Files: SingleSource/Regression/C/2010-12-08-tls.c SingleSource/Regression/C/2010-12-08-tls.reference_output At: Wed 08 Dec 2010 16:31:40 Changed By: echristo Comments: Add a simple thread local storage test. Properties: Files: lib/CodeGen/CGDebugInfo.cpp lib/CodeGen/CGDebugInfo.h At: Wed 08 Dec 2010 16:31:40 Changed By: dpatel Comments: Remove unused parameter. Properties: File: SingleSource/Regression/C/2010-12-08-tls.c At: Wed 08 Dec 2010 16:36:40 Changed By: echristo Comments: Check in correct test. Properties: Files: lib/CodeGen/CGDebugInfo.cpp lib/CodeGen/CGDebugInfo.h At: Wed 08 Dec 2010 16:36:40 Changed By: dpatel Comments: Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). Properties: File: tools/libclang/CXCursor.cpp At: Wed 08 Dec 2010 16:36:40 Changed By: kremenek Comments: Remove extra namespace specifier.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Wed 08 Dec 2010 16:41:48 Changed By: void Comments: The BLX instruction is encoded differently than the BL, because why not? In particular, the immediate has 20-bits of value instead of 21. And bit 0 is '0' always. Going through the BL fixup encoding was trashing the "bit 0 is '0'" invariant. Attempt to get the encoding at slightly more correct with this. Properties: Files: lib/AST/RecordLayoutBuilder.cpp test/SemaCXX/pragma-pack.cpp At: Wed 08 Dec 2010 16:41:48 Changed By: akirtzidis Comments: Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, take into account if the sub-struct is packed and its maximum field alignment. Fixes rdar://8745206Properties: File: lib/Target/ARM/ARMAsmBackend.cpp At: Wed 08 Dec 2010 16:51:41 Changed By: void Comments: Attempt to make the bit-twiddling readable resulted in the binary value being overwritten. Properties: File: lib/Target/ARM/ARMExpandPseudoInsts.cpp At: Wed 08 Dec 2010 16:57:34 Changed By: void Comments: Remove extraneous semicolon.Properties: LOGS: Last 10 lines of 'stdio': Undefined symbols: "_clang_CXCursorSet_insert", referenced from: -exported_symbol[s_list] command line option ld: symbol(s) not found collect2: ld returned 1 exit status make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.obj/Release/lib/libclang.dylib] Error 1 make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3195: warning: 'Op1' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3195: warning: 'Op2' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3316: warning: 'NormalBB' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3316: warning: 'UnwindBB' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3224: warning: 'DefaultBB' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3239: warning: 'DestBB' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/AsmParser/LLParser.cpp:3281: warning: 'DestBB' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred' From buildbot at google1.osuosl.org Wed Dec 8 17:20:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 17:20:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101209012014.B9A3D13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/100 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121322 Blamelist: dgregor,echristo,enderby,evancheng,grosbach,jasonwkim,kremenek,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 8 17:44:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 08 Dec 2010 17:44:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101209014450.7E29A13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/76 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 121330 Blamelist: bwilson,dgregor,dpatel,echristo,enderby,evancheng,fpichet,grosbach,jasonwkim,kremenek,lhames,resistor,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 8 19:50:04 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 08 Dec 2010 19:50:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101209035008.58D51BE4BBBE@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12422 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121354 Blamelist: djg,resistor BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/InstCombine/InstCombineShifts.cpp test/Transforms/InstCombine/2010-11-01-lshr-mask.ll At: Wed 08 Dec 2010 18:57:17 Changed By: djg Comments: Really check that the bits that will become zero are actually already zero before eliminating the operation that zeros them. This fixes rdar://8739316. Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Wed 08 Dec 2010 19:01:47 Changed By: resistor Comments: Fix encoding of the immediate operands on post-indexed LDR and friends. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 112.63s ******************** Failing Tests (1): Clang :: Index/overrides.cpp Expected Passes : 2679 Expected Failures : 20 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Index/overrides.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'overrides.cpp': :21:1: note: scanning from here // CHECK: overrides.cpp:14:8: StructDecl=D:14:8 (Definition) Extent=[14:1 - 16:2] ^ :23:11: note: possible intended match here // CHECK: overrides.cpp:15:16: CXXMethod=f:15:16 [Overrides @6:16, @2:16] Extent=[15:16 - 15:22] ^ -- ******************** From buildbot at google1.osuosl.org Thu Dec 9 00:52:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 00:52:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101209085223.9079E13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/106 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121362 Blamelist: bwilson,lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 09:45:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:45:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101209174538.5056F13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/403 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121383 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 09:50:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:50:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101209175024.E2C7613B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/160 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121378 Blamelist: bruno,dgregor,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 09:51:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:51:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101209175147.C418613B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/148 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121383 Blamelist: bruno,dgregor,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 09:52:16 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:52:16 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101209175217.D1C0713B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/212 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121383 Blamelist: bruno,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 09:53:19 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 09:53:19 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101209175322.AA497BE6B2B2@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16726 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121378 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/system_error.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/Support/system_error.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/TableGen/TableGen.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/PathV2.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/FileSystem: Change file_status predicate functions that cannot fail to return their result instead of an error_code. Also add some missing predicate functions.Properties: Files: include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support: Move c_str from SmallVector back to SmallString and add a free standing templated c_str in Windows.h to replace it.Properties: Files: include/llvm/Support/MemoryBuffer.h lib/Support/FileUtilities.cpp lib/Support/SourceMgr.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Fix whitespace.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/Windows/PathV2: Fix header comment.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Use error_code instead of std::string* for MemoryBuffer.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling TypeLoc.cpp for Debug+Asserts build llvm[4]: Compiling ModuleBuilder.cpp for Debug+Asserts build llvm[4]: Compiling TargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangSema.a llvm[4]: Compiling TypePrinter.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangAST.a llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' From buildbot at google1.osuosl.org Thu Dec 9 09:53:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:53:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101209175337.DDE8F13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/187 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121383 Blamelist: bruno,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 09:53:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 09:53:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101209175345.607A913B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/200 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121383 Blamelist: bruno,mspencer BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 09:56:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 09:56:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101209175702.B4841C2A2F82@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6151 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121378 Blamelist: bruno,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Target/Mips/MipsDelaySlotFiller.cpp At: Thu 09 Dec 2010 09:36:47 Changed By: bruno Comments: Fix delay slot filler for non mips1 targets. Patch by Akira HatanakaProperties: Files: lib/Target/Mips/MipsISelLowering.cpp lib/Target/Mips/MipsInstrInfo.td test/CodeGen/Mips/rotate.ll At: Thu 09 Dec 2010 09:36:47 Changed By: bruno Comments: Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaProperties: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/system_error.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/Support/system_error.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/TableGen/TableGen.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/PathV2.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/FileSystem: Change file_status predicate functions that cannot fail to return their result instead of an error_code. Also add some missing predicate functions.Properties: Files: include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support: Move c_str from SmallVector back to SmallString and add a free standing templated c_str in Windows.h to replace it.Properties: Files: include/llvm/Support/MemoryBuffer.h lib/Support/FileUtilities.cpp lib/Support/SourceMgr.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Fix whitespace.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/Windows/PathV2: Fix header comment.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Use error_code instead of std::string* for MemoryBuffer.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling UndefResultChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From buildbot at google1.osuosl.org Thu Dec 9 10:04:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:04:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101209180401.84B7A13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/218 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121385 Blamelist: bruno,mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 10:05:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:05:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101209180541.8DFBE13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/179 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121385 Blamelist: bruno,mspencer BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 10:10:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:10:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101209181014.F34C213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/312 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 10:11:51 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 10:11:51 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101209181154.2896FBE6BFA3@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/6993 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121385 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/system_error.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/Support/system_error.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/TableGen/TableGen.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/PathV2.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/FileSystem: Change file_status predicate functions that cannot fail to return their result instead of an error_code. Also add some missing predicate functions.Properties: Files: include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support: Move c_str from SmallVector back to SmallString and add a free standing templated c_str in Windows.h to replace it.Properties: Files: include/llvm/Support/MemoryBuffer.h lib/Support/FileUtilities.cpp lib/Support/SourceMgr.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Fix whitespace.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/Windows/PathV2: Fix header comment.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Use error_code instead of std::string* for MemoryBuffer.Properties: File: utils/FileUpdate/FileUpdate.cpp At: Thu 09 Dec 2010 09:51:40 Changed By: mspencer Comments: Missed FileUpdate because CMake doesn't build it yet :(.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling CIndexCodeCompletion.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CXType.cpp for Release+Asserts build (PIC) llvm[4]: Linking Release+Asserts Shared Library libclang.dylib llvm[4]: Building Release+Asserts Archive Library libclang.a llvm[4]: Compiling c-index-test.c for Release+Asserts build llvm[4]: Linking Release+Asserts executable c-index-test (without symbols) llvm[4]: ======= Finished Linking Release+Asserts Executable c-index-test (without symbols) make[3]: Nothing to be done for `all'. make[4]: Nothing to be done for `all'. make: *** [all] Error 1 From daniel_dunbar at apple.com Thu Dec 9 10:12:13 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 10:12:13 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101209181217.73B3FC2A3BB4@mail-out4.apple.com> 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/11840 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/system_error.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/Support/system_error.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/TableGen/TableGen.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/PathV2.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/FileSystem: Change file_status predicate functions that cannot fail to return their result instead of an error_code. Also add some missing predicate functions.Properties: Files: include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support: Move c_str from SmallVector back to SmallString and add a free standing templated c_str in Windows.h to replace it.Properties: Files: include/llvm/Support/MemoryBuffer.h lib/Support/FileUtilities.cpp lib/Support/SourceMgr.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Fix whitespace.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/Windows/PathV2: Fix header comment.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Use error_code instead of std::string* for MemoryBuffer.Properties: File: utils/FileUpdate/FileUpdate.cpp At: Thu 09 Dec 2010 09:51:40 Changed By: mspencer Comments: Missed FileUpdate because CMake doesn't build it yet :(.Properties: File: CMakeLists.txt At: Thu 09 Dec 2010 10:01:42 Changed By: mspencer Comments: CMake: Add FileUpdate to the build.Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling ToolRunner.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-mc (without symbols) llvm[2]: Compiling bugpoint.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable llvm-diff (without symbols) llvm[2]: Linking Release+Asserts executable bugpoint (without symbols) llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-diff (without symbols) llvm[2]: ======= Finished Linking Release+Asserts Executable bugpoint (without symbols) llvm[3]: Linking Release+Asserts executable llvmc (without symbols) llvm[3]: ======= Finished Linking Release+Asserts Executable llvmc (without symbols) make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/MC/MCDwarf.cpp:236: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Thu Dec 9 10:14:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:14:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101209181442.5428313B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/270 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 10:17:10 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:17:10 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101209181711.1997413B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/288 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 10:18:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:18:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101209181823.CC27D13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/288 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 10:20:32 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 10:20:32 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101209182035.4FABDC2A427B@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12434 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121386 Blamelist: mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h include/llvm/Support/system_error.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/Support/system_error.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/TableGen/TableGen.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.Properties: Files: include/llvm/Support/FileSystem.h lib/Support/PathV2.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/FileSystem: Change file_status predicate functions that cannot fail to return their result instead of an error_code. Also add some missing predicate functions.Properties: Files: include/llvm/ADT/SmallString.h include/llvm/ADT/SmallVector.h lib/Support/Windows/PathV2.inc lib/Support/Windows/Windows.h At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support: Move c_str from SmallVector back to SmallString and add a free standing templated c_str in Windows.h to replace it.Properties: Files: include/llvm/Support/MemoryBuffer.h lib/Support/FileUtilities.cpp lib/Support/SourceMgr.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Fix whitespace.Properties: File: lib/Support/Windows/PathV2.inc At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Support/Windows/PathV2: Fix header comment.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Thu 09 Dec 2010 09:41:40 Changed By: mspencer Comments: Use error_code instead of std::string* for MemoryBuffer.Properties: File: utils/FileUpdate/FileUpdate.cpp At: Thu 09 Dec 2010 09:51:40 Changed By: mspencer Comments: Missed FileUpdate because CMake doesn't build it yet :(.Properties: File: CMakeLists.txt At: Thu 09 Dec 2010 10:01:42 Changed By: mspencer Comments: CMake: Add FileUpdate to the build.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/Support/MemoryBuffer.h:65: note: candidates are: static llvm::MemoryBuffer* llvm::MemoryBuffer::getFile(llvm::StringRef, llvm::error_code&, int64_t) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/Support/MemoryBuffer.h:67: note: static llvm::MemoryBuffer* llvm::MemoryBuffer::getFile(const char*, llvm::error_code&, int64_t) make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/lto/Debug+Asserts/LTOCodeGenerator.o] Error 1 make[1]: *** [lto/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[2]: Linking Debug+Asserts executable bugpoint llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-diff llvm[2]: Linking Debug+Asserts Loadable Module BugpointPasses.dylib llvm[2]: ======= Finished Linking Debug+Asserts Executable bugpoint make: *** [all] Error 1 From buildbot at google1.osuosl.org Thu Dec 9 10:21:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:21:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101209182129.8F4B413B2065@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/191 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121386 Blamelist: bruno,mspencer BUILD FAILED: failed run.build.step.make_llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 10:22:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 10:22:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101209182224.132E513B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/77 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121378 Blamelist: bruno,dgregor,grosbach,kraiskil,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 15:41:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 15:41:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux Message-ID: <20101209234123.5F99B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-arm-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/59 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: ranby1 Build Reason: Build Source Stamp: 121404 Blamelist: atrick,bruno,bwilson,dgregor,dpatel,enderby,grosbach,kraiskil,mspencer BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 16:02:51 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 16:02:51 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101210000255.063E3C2B98B2@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16750 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121434 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Update clang for the API changes in the cfi patch.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Initial support for the cfi directives. This is just enough to get f: .cfi_startproc nop .cfi_endproc assembled (on ELF).Properties: LOGS: Last 10 lines of 'stdio': cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' ASTReader.cpp:3323: warning: passing negative value '-0x00000000000000001' for argument 1 to 'clang::serialization::TypeIdx::TypeIdx(uint32_t)' From daniel_dunbar at apple.com Thu Dec 9 16:16:34 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 16:16:34 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210001737.09000C2BA2A5@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7005 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121434 Blamelist: bwilson,dgregor,dpatel,rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: tools/opt/opt.cpp At: Thu 09 Dec 2010 15:41:42 Changed By: dpatel Comments: Print breakpoints for call instructions. This is used by optimized debug info test harness. Properties: Files: lib/Lex/PPDirectives.cpp test/CodeCompletion/ordinary-name.c At: Thu 09 Dec 2010 15:41:42 Changed By: dgregor Comments: Don't crash when code-completing after "#include <". It would be far better to actually produce a decent set of completions by checking the system include paths, but not today. Fixes PR8744. Properties: File: include/clang/Basic/arm_neon.td At: Thu 09 Dec 2010 15:41:42 Changed By: bwilson Comments: Add Neon vreinterpret intrinsics for half-float (f16) types.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Update clang for the API changes in the cfi patch.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Initial support for the cfi directives. This is just enough to get f: .cfi_startproc nop .cfi_endproc assembled (on ELF).Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/driver/cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/driver/cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/tools/driver/Release+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3448: warning: 'FunctionTemplate' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3450: warning: 'NumMatchedTemplateParamLists' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3449: warning: 'isFunctionTemplateSpecialization' may be used uninitialized in this fullvm[4]: Compiling CGExprComplex.cpp for Release+Asserts build /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3443: warning: 'isFriend' may be used uninitialized in this function From buildbot at google1.osuosl.org Thu Dec 9 16:24:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 16:24:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101210002435.229BE13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/81 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 121414 Blamelist: bwilson,dgregor,djg,dpatel,enderby,grosbach,resistor,stoklund,stuart BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 16:26:45 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 16:26:45 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101210002655.6DA37C2BA7EA@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12446 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121434 Blamelist: bwilson,dgregor,dpatel,lattner,rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: docs/CodingStandards.html At: Thu 09 Dec 2010 15:36:40 Changed By: lattner Comments: add a rule for enums, patch by Zhanyong Wan! Properties: File: tools/opt/opt.cpp At: Thu 09 Dec 2010 15:41:42 Changed By: dpatel Comments: Print breakpoints for call instructions. This is used by optimized debug info test harness. Properties: Files: lib/Lex/PPDirectives.cpp test/CodeCompletion/ordinary-name.c At: Thu 09 Dec 2010 15:41:42 Changed By: dgregor Comments: Don't crash when code-completing after "#include <". It would be far better to actually produce a decent set of completions by checking the system include paths, but not today. Fixes PR8744. Properties: File: include/clang/Basic/arm_neon.td At: Thu 09 Dec 2010 15:41:42 Changed By: bwilson Comments: Add Neon vreinterpret intrinsics for half-float (f16) types.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Update clang for the API changes in the cfi patch.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 15:51:47 Changed By: rafael Comments: Initial support for the cfi directives. This is just enough to get f: .cfi_startproc nop .cfi_endproc assembled (on ELF).Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling driver.cpp for Debug+Asserts build cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From owen at apple.com Thu Dec 9 16:30:52 2010 From: owen at apple.com (Owen Anderson) Date: Thu, 9 Dec 2010 16:30:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak In-Reply-To: <20101210002435.229BE13B2065@google1.osuosl.org> References: <20101210002435.229BE13B2065@google1.osuosl.org> Message-ID: I'm guessing this is Kevin's. --Owen On Dec 9, 2010, at 4:24 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/81 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: osu8 > > Build Reason: > Build Source Stamp: 121414 > Blamelist: bwilson,dgregor,djg,dpatel,enderby,grosbach,resistor,stoklund,stuart > > BUILD FAILED: failed test-llvm > > sincerely, > -The Buildbot > -------------- next part -------------- An HTML attachment was scrubbed... URL: From enderby at apple.com Thu Dec 9 16:36:31 2010 From: enderby at apple.com (Kevin Enderby) Date: Thu, 9 Dec 2010 16:36:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak In-Reply-To: References: <20101210002435.229BE13B2065@google1.osuosl.org> Message-ID: <72D5AC05-3713-4A38-AF94-A4CF3507AF5A@apple.com> Me too, with http://llvm.org/viewvc/llvm-project?view=rev&revision=121401 . Not that good in this area of inserting and removing operands and hacking StringRef's. Anyone that wants to look a the page and a half of diffs and give me a hint as to what I missed that would be great. I'll see if I can spot it. Thanks in advance, Kev On Dec 9, 2010, at 4:30 PM, Owen Anderson wrote: > I'm guessing this is Kevin's. > > --Owen > > On Dec 9, 2010, at 4:24 PM, buildbot at google1.osuosl.org wrote: > >> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/81 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: osu8 >> >> Build Reason: >> Build Source Stamp: 121414 >> Blamelist: bwilson,dgregor,djg,dpatel,enderby,grosbach,resistor,stoklund,stuart >> >> BUILD FAILED: failed test-llvm >> >> sincerely, >> -The Buildbot >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Thu Dec 9 16:44:43 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 16:44:43 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101210004447.6399CBE8558C@mail-out3.apple.com> 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/11858 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121439 Blamelist: akirtzidis,sampo BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/CodeGen/CGRecordLayoutBuilder.cpp test/CodeGenCXX/pragma-pack.cpp At: Thu 09 Dec 2010 16:17:06 Changed By: akirtzidis Comments: Fix another obscure corner layout case.Properties: Files: lib/Target/X86/X86.td lib/Target/X86/X86CallingConv.td lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h test/CodeGen/X86/avx-128.ll At: Thu 09 Dec 2010 16:31:44 Changed By: sampo Comments: Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. Properties: LOGS: Last 10 lines of 'stdio': {standard input}:102:no such instruction: `vcvtsd2ss %xmm0, %xmm0,%xmm0' make[4]: *** [libgcc/./_floatdisf.o] Error 1 make[4]: *** Waiting for unfinished jobs.... {standard input}:89:no such instruction: `vcvtsd2ss %xmm2, %xmm2,%xmm0' make[4]: *** [libgcc/./_floatundisf.o] Error 1 make[3]: *** [stmp-multilib] Error 2 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.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': warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' From buildbot at google1.osuosl.org Thu Dec 9 16:47:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 16:47:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101210004800.86DF113B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/54 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121439 Blamelist: akirtzidis,bwilson,dgregor,djg,dpatel,fjahanian,lattner,rafael,resistor,sampo,stoklund,stuart,void BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From owen at apple.com Thu Dec 9 16:51:08 2010 From: owen at apple.com (Owen Anderson) Date: Thu, 9 Dec 2010 16:51:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <20101210004800.86DF113B2065@google1.osuosl.org> References: <20101210004800.86DF113B2065@google1.osuosl.org> Message-ID: <83F5362D-2243-4B7C-8999-8F8854F70E5B@apple.com> Nate, This one looks like yours: /tmp/ccV3x9Wh.s: Assembler messages: /tmp/ccV3x9Wh.s:46: Error: no such instruction: `vcvtss2sd %xmm0,%xmm0,%xmm0' --Owen On Dec 9, 2010, at 4:47 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/54 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: gcc10 > > Build Reason: > Build Source Stamp: 121439 > Blamelist: akirtzidis,bwilson,dgregor,djg,dpatel,fjahanian,lattner,rafael,resistor,sampo,stoklund,stuart,void > > BUILD FAILED: failed compile.llvm-gcc.stage1 > > sincerely, > -The Buildbot > -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Thu Dec 9 17:01:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 17:01:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101210010134.1023213B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/210 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121441 Blamelist: akirtzidis,fjahanian,sampo BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 17:04:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 17:04:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210010503.29D0EC2BC283@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7007 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121439 Blamelist: sampo BUILD FAILED: failed test-llvm_1 test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86.td lib/Target/X86/X86CallingConv.td lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h test/CodeGen/X86/avx-128.ll At: Thu 09 Dec 2010 16:31:44 Changed By: sampo Comments: Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/SimplifyLibCalls/half-powr.ll LLVM :: Transforms/SimplifyLibCalls/pow-to-sqrt.ll LLVM :: Transforms/TailCallElim/inf-recursion.ll Expected Passes : 4770 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 343 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/LoopStrengthReduce/exit_compare_live_range.ll LLVM :: Transforms/SCCP/apint-load.ll LLVM :: Transforms/SCCP/apint-ipsccp4.ll LLVM :: Transforms/SCCP/loadtest.ll LLVM :: Transforms/ScalarRepl/address-space.ll LLVM :: Transforms/ScalarRepl/memcpy-from-global.ll LLVM :: Transforms/SimplifyLibCalls/exp2.ll LLVM :: Transforms/SimplifyLibCalls/half-powr.ll LLVM :: Transforms/SimplifyLibCalls/pow-to-sqrt.ll LLVM :: Transforms/TailCallElim/inf-recursion.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'precedence.ll': 13 opt 0x000000010003a978 main + 5032 14 opt 0x0000000100035074 start + 52 15 opt 0x0000000000000007 start + 4294750151 Stack dump: 0. Program arguments: opt -enable-tbaa -basicaa -tbaa -gvn -instcombine -S 1. Running pass 'Print module to stderr' on module ''. -- ******************** Last 10 lines of 'sink.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Analysis/TypeBasedAliasAnalysis/sink.ll:3:10: error: expected string not found in input ; CHECK: a: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2002-04-07-infconstant.ll': 7 llvm-dis 0x0000000100023bab (anonymous namespace)::AssemblyWriter::printFunction(llvm::Function const*) + 3371 8 llvm-dis 0x000000010001cadb llvm::Module::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const + 3387 9 llvm-dis 0x0000000100002436 main + 1334 10 llvm-dis 0x0000000100001ef4 start + 52 Stack dump: 0. Program arguments: llvm-dis -- ******************** Last 10 lines of '2004-02-01-negativezero.ll': 5 llvm-dis 0x0000000100022d16 (anonymous namespace)::AssemblyWriter::printGlobal(llvm::GlobalVariable const*) + 1030 6 llvm-dis 0x000000010001c9bb llvm::Module::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const + 3099 7 llvm-dis 0x0000000100002436 main + 1334 8 llvm-dis 0x0000000100001ef4 start + 52 Stack dump: 0. Program arguments: llvm-dis -- ******************** Last 10 lines of 'insertextractvalue.ll': 13 llvm-dis 0x0000000100002436 main + 1334 14 llvm-dis 0x0000000100001ef4 start + 52 Stack dump: 0. Program arguments: llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Assembler/Output/insertextractvalue.ll.script: line 9: 34654 Done 'llvm-as' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Assembler/insertextractvalue.ll' 34655 Illegal instruction | 'llvm-dis' > '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Assembler/Output/insertextractvalue.ll.tmp' -- ******************** Last 10 lines of 'unnamed.ll': 7 llvm-dis 0x0000000100002436 main + 1334 8 llvm-dis 0x0000000100001ef4 start + 52 Stack dump: 0. Program arguments: llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/Assembler/Output/unnamed.ll.script: line 3: 34670 Done 'llvm-as' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Assembler/unnamed.ll' 34671 Illegal instruction | 'llvm-dis' -- ******************** Last 10 lines of '2006-11-10-cycleindag.ll': 13 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -march=arm -mattr=+v6 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2006-11-10-CycleInDAG.ll.script: line 2: 34825 Illegal instruction 'llc' '-march=arm' '-mattr=+v6' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll' -- ******************** Last 10 lines of '2007-03-13-instrsched.ll': 12 llc 0x0000000100022254 main + 4660 13 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@test' -- ******************** Last 10 lines of '2007-03-21-joinintervalscrash.ll': 13 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -mtriple=arm-linux-gnueabi 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@declspecs_add_type' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-03-21-JoinIntervalsCrash.ll.script: line 2: 34841 Illegal instruction 'llc' '-mtriple=arm-linux-gnueabi' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll' -- ******************** Last 10 lines of '2007-04-03-undefinedsymbol.ll': Stack dump: 0. Program arguments: llc -mtriple=arm-apple-darwin -relocation-model=pic 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-04-03-UndefinedSymbol.ll.script: line 3: 34853 Illegal instruction 'llc' '-mtriple=arm-apple-darwin' '-relocation-model=pic' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll' 34854 Done | 'not' 'grep' 'LPC9' -- ******************** Last 10 lines of '2007-01-19-infiniteloop.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll:7:10: error: expected string not found in input ; CHECK: dct_luma_sp: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2007-04-02-regscavengerassert.ll': 16 llc 0x0000000000000003 start + 4294832163 Stack dump: 0. Program arguments: llc -march=arm -mtriple=arm-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-04-02-RegScavengerAssert.ll.script: line 2: 34857 Illegal instruction 'llc' '-march=arm' '-mtriple=arm-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll' -- ******************** Last 10 lines of '2007-03-27-regscavengerassert.ll': 14 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -march=arm -mtriple=arm-linux-gnueabi 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@find_reloads_address' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-03-27-RegScavengerAssert.ll.script: line 2: 34865 Illegal instruction 'llc' '-march=arm' '-mtriple=arm-linux-gnueabi' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll' -- ******************** Last 10 lines of '2007-03-30-regscavengerassert.ll': 15 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -march=arm -mtriple=arm-linux-gnueabi 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@fold_builtin_bitop' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-03-30-RegScavengerAssert.ll.script: line 2: 34867 Illegal instruction 'llc' '-march=arm' '-mtriple=arm-linux-gnueabi' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll' -- ******************** Last 10 lines of '2007-03-26-regscavengerassert.ll': 15 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -march=arm 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@gimplify_expr' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-03-26-RegScavengerAssert.ll.script: line 2: 34876 Illegal instruction 'llc' '-march=arm' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll' -- ******************** Last 10 lines of '2007-05-07-jumptoentry.ll': Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@_ZN16HexxagonMoveList8sortListEv' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-05-07-jumptoentry.ll.script: line 3: 34890 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-05-07-jumptoentry.ll' 34891 Done | 'not' 'grep' '1_0' -- ******************** Last 10 lines of '2007-05-03-badpostindexedld.ll': 14 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -mtriple=arm-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@Draw7' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-05-03-BadPostIndexedLd.ll.script: line 2: 34880 Illegal instruction 'llc' '-mtriple=arm-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll' -- ******************** Last 10 lines of '2007-05-14-regscavengerassert.ll': 13 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -march=arm -mtriple=arm-linux-gnueabi 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@decode_init' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-05-14-RegScavengerAssert.ll.script: line 2: 34901 Illegal instruction 'llc' '-march=arm' '-mtriple=arm-linux-gnueabi' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll' -- ******************** Last 10 lines of '2007-05-23-badpreindexedstore.ll': Stack dump: 0. Program arguments: llc -march=arm 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@shape_path_alloc' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-05-23-BadPreIndexedStore.ll.script: line 3: 34922 Illegal instruction 'llc' '-march=arm' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll' 34923 Done | 'not' 'grep' 'str.*\!' -- ******************** Last 10 lines of '2007-08-15-reusebug.ll': 13 llc 0x0000000100021014 start + 52 Stack dump: 0. Program arguments: llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'If Converter' on function '@main' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2007-08-15-ReuseBug.ll.script: line 2: 34928 Illegal instruction 'llc' '-mtriple=arm-apple-darwin' '-relocation-model=pic' '-mattr=+v6' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2007-08-15-ReuseBug.ll' -- ******************** Last 10 lines of 'stdio': Clang :: CodeGenObjCXX/encode.mm Clang :: CodeGenObjCXX/property-dot-copy.mm Clang :: Coverage/codegen.c Clang :: Lexer/11-27-2007-FloatLiterals.c Expected Passes : 2651 Expected Failures : 20 Unexpected Failures: 30 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/ptr-to-datamember.cpp:92:12: warning: conversion specifies type 'int' but the argument has type 'int V::*' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/ptr-to-datamember.cpp:93:12: warning: conversion specifies type 'int' but the argument has type 'int V::*' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/ptr-to-datamember.cpp:94:12: warning: conversion specifies type 'int' but the argument has type 'int V::*' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/reference-cast.cpp:15:10: warning: returning reference to local temporary object /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjC/metadata-symbols-64.m:125:4: warning: method '+im0' not found (return type defaults to 'id') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjC/metadata-symbols-64.m:126:4: warning: method '+im1' not found (return type defaults to 'id') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjC/metadata-symbols-64.m:127:4: warning: method '+alloc' not found (return type defaults to 'id') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjC/metadata-symbols-64.m:128:1: warning: control reaches end of non-void function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjC/property-complex.m:24:3: warning: implicitly declaring C library function 'printf' with type 'int (const char *, ...)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenObjCXX/property-dot-copy.mm:50:39: warning: property 'gridOffset' requires method 'setGridOffset:' to be defined - use @synthesize, @dynamic or provide a method implementation Last 10 lines of 'fail': Clang :: CodeGenCXX/ptr-to-datamember.cpp Clang :: CodeGenCXX/reference-cast.cpp Clang :: CodeGenObjC/dot-syntax.m Clang :: CodeGenObjC/messages-2.m Clang :: CodeGenObjC/metadata-symbols-64.m Clang :: CodeGenObjC/property-complex.m Clang :: CodeGenObjCXX/encode.mm Clang :: CodeGenObjCXX/property-dot-copy.mm Clang :: Coverage/codegen.c Clang :: Lexer/11-27-2007-FloatLiterals.c Last 10 lines of 'xfail': Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/fixit-errors.c Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of '2010-02-18-dbg-vectortype.c': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -emit-llvm -disable-free -main-file-name 2010-02-18-Dbg-VectorType.c -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 97.14 -g -resource-dir /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/../lib/clang/2.9 -O0 -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fblocks -fdiagnostics-show-option -o - -x c /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/2010-02-18-Dbg-VectorType.c 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/2010-02-18-Dbg-VectorType.c'. clang: error: unable to execute command: Illegal instruction clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) -- ******************** Last 10 lines of 'builtin-nanf.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtin-nanf.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtin-nanf.c 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtin-nanf.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtin-nanf.c.script: line 2: 53998 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple x86_64-apple-darwin9 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtin-nanf.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtin-nanf.c -- ******************** Last 10 lines of 'builtins.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtins.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtins.c 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtins.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtins.c.script: line 3: 54022 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/builtins.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtins.c -- ******************** Last 10 lines of 'cast.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cast.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cast.c.tmp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cast.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cast.c.script: line 1: 54030 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cast.c -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cast.c.tmp -- ******************** Last 10 lines of 'cl-single-precision-constant.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cl-single-precision-constant.c:4:12: error: expected string not found in input // CHECK: fmul float ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'const-init.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/const-init.c:25:11: error: expected string not found in input // CHECK: @g1x = global {{%.}} { double 1.000000e+00{{[0]*}}, double 0.000000e+00{{[0]*}} } ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'cxx-value-init.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cxx-value-init.cpp -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cxx-value-init.cpp.tmp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cxx-value-init.cpp'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cxx-value-init.cpp.script: line 1: 54101 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cxx-value-init.cpp -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/cxx-value-init.cpp.tmp -- ******************** Last 10 lines of 'exprs.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/exprs.c:124:11: error: expected string not found in input // CHECK: define i32 @f11 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'global-with-initialiser.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/global-with-initialiser.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/global-with-initialiser.c.tmp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/global-with-initialiser.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/global-with-initialiser.c.script: line 1: 54227 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/global-with-initialiser.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/global-with-initialiser.c.tmp -- ******************** Last 10 lines of 'overloadable.c': 21 clang 0x000000010001aa24 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/overloadable.c -o - 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/overloadable.c'. -- ******************** Last 10 lines of 'builtins-ppc-altivec.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/builtins-ppc-altivec.c:43:11: error: expected string not found in input // CHECK: define void @test1 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'cast-emit.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/cast-emit.c:10:11: error: expected string not found in input // CHECK: store float 1.000000e+00 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'union.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/union.c -emit-llvm -o - 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/union.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/union.c.script: line 1: 54558 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/union.c -emit-llvm -o - -- ******************** Last 10 lines of 'x86_64-arguments.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/x86_64-arguments.c:4:11: error: expected string not found in input // CHECK: %0 = type { i64, double } ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'x86_32-arguments-darwin.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -w -fblocks -triple i386-apple-darwin9 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/x86_32-arguments-darwin.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/x86_32-arguments-darwin.c 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/x86_32-arguments-darwin.c'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/x86_32-arguments-darwin.c.script: line 2: 54636 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -w -fblocks -triple i386-apple-darwin9 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGen/Output/x86_32-arguments-darwin.c.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGen/x86_32-arguments-darwin.c -- ******************** Last 10 lines of 'constructor-init.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/constructor-init.cpp:71:11: error: expected string not found in input // CHECK: define void @_Z1fv() ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'copy-assign-synthesis.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/copy-assign-synthesis.cpp.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/copy-assign-synthesis.cpp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/copy-assign-synthesis.cpp'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/copy-assign-synthesis.cpp.script: line 2: 54811 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/copy-assign-synthesis.cpp.tmp /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/copy-assign-synthesis.cpp -- ******************** Last 10 lines of 'mangle-ms.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/mangle-ms.cpp:3:11: error: expected string not found in input // CHECK: @"\01?a@@3HA" ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'new.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/new.cpp:36:12: error: expected string not found in input // CHECK: call void @_ZN1TC1Ev ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'new-with-default-arg.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/new-with-default-arg.cpp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/new-with-default-arg.cpp'. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/CodeGenCXX/Output/new-with-default-arg.cpp.script: line 1: 55166 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -emit-llvm -o - /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CodeGenCXX/new-with-default-arg.cpp -- ******************** From buildbot at google1.osuosl.org Thu Dec 9 17:12:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 17:12:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101210011251.7D8B613B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/155 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121439 Blamelist: akirtzidis,rafael,sampo BUILD FAILED: failed test-llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 17:29:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 17:29:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101210012905.BBA5B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/72 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121417 Blamelist: dgregor,djg,dpatel,enderby,grosbach,resistor,sampo,stoklund,stuart,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 17:32:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 17:32:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101210013233.C77ED13B2065@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/93 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 121441 Blamelist: akirtzidis,bwilson,dgregor,dpatel,fjahanian,lattner,rafael,sampo,void BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 17:52:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 17:52:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101210015250.5030213B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/85 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 121435 Blamelist: bwilson,dgregor,dpatel,fjahanian,lattner,rafael,resistor,sampo,stuart,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From natebegeman at mac.com Thu Dec 9 16:54:26 2010 From: natebegeman at mac.com (Nate Begeman) Date: Thu, 09 Dec 2010 16:54:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <83F5362D-2243-4B7C-8999-8F8854F70E5B@apple.com> References: <20101210004800.86DF113B2065@google1.osuosl.org> <83F5362D-2243-4B7C-8999-8F8854F70E5B@apple.com> Message-ID: I guess the question is, why does this machine think it has AVX, and if it does, why does its assembler not support it? As far as I can tell, it's a valid instruction. nate On Dec 9, 2010, at 4:51 PM, Owen Anderson wrote: > Nate, > > This one looks like yours: > > /tmp/ccV3x9Wh.s: Assembler messages: > /tmp/ccV3x9Wh.s:46: Error: no such instruction: `vcvtss2sd %xmm0,%xmm0,%xmm0' > > > --Owen > > On Dec 9, 2010, at 4:47 PM, buildbot at google1.osuosl.org wrote: > >> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/54 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: gcc10 >> >> Build Reason: >> Build Source Stamp: 121439 >> Blamelist: akirtzidis,bwilson,dgregor,djg,dpatel,fjahanian,lattner,rafael,resistor,sampo,stoklund,stuart,void >> >> BUILD FAILED: failed compile.llvm-gcc.stage1 >> >> sincerely, >> -The Buildbot >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From natebegeman at mac.com Thu Dec 9 16:57:19 2010 From: natebegeman at mac.com (Nate Begeman) Date: Thu, 09 Dec 2010 16:57:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks In-Reply-To: <83F5362D-2243-4B7C-8999-8F8854F70E5B@apple.com> References: <20101210004800.86DF113B2065@google1.osuosl.org> <83F5362D-2243-4B7C-8999-8F8854F70E5B@apple.com> Message-ID: Should be fixed, I was missing some predicates. On Dec 9, 2010, at 4:51 PM, Owen Anderson wrote: > Nate, > > This one looks like yours: > > /tmp/ccV3x9Wh.s: Assembler messages: > /tmp/ccV3x9Wh.s:46: Error: no such instruction: `vcvtss2sd %xmm0,%xmm0,%xmm0' > > > --Owen > > On Dec 9, 2010, at 4:47 PM, buildbot at google1.osuosl.org wrote: > >> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/54 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: gcc10 >> >> Build Reason: >> Build Source Stamp: 121439 >> Blamelist: akirtzidis,bwilson,dgregor,djg,dpatel,fjahanian,lattner,rafael,resistor,sampo,stoklund,stuart,void >> >> BUILD FAILED: failed compile.llvm-gcc.stage1 >> >> sincerely, >> -The Buildbot >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Thu Dec 9 17:58:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 17:58:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101210015857.5E687C2BE73E@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6165 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121449 Blamelist: bwilson,echristo BUILD FAILED: failed install.clang.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/CGBuiltin.cpp At: Thu 09 Dec 2010 17:16:45 Changed By: bwilson Comments: Neon compare absolute LLVM intrinsics are not overloaded. PR8484.Properties: Files: Makefile.config.in autoconf/configure.ac configure docs/Makefile At: Thu 09 Dec 2010 17:36:40 Changed By: echristo Comments: Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment variable for args you want to default pass to gzip. Patch based on one by asau at inbox.ru. Fixes PR8758. Properties: LOGS: Last 10 lines of 'stdio': llvm[1]: Installing compiler include file: varargs.h llvm[1]: Installing compiler include file: wmmintrin.h llvm[1]: Installing compiler include file: x86intrin.h llvm[1]: Installing compiler include file: xmmintrin.h llvm[1]: Installing compiler include file: arm_neon.h make[1]: Nothing to be done for `install'. llvm[1]: Packaging HTML documentation make[1]: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/docs/html.tar: Permission denied make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/docs/html.tar.gz] Error 1 make: *** [install] Error 1 From echristo at apple.com Thu Dec 9 18:00:18 2010 From: echristo at apple.com (Eric Christopher) Date: Thu, 9 Dec 2010 18:00:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt In-Reply-To: <0LD6009YIW69DH70@postino.apple.com> References: <0LD6009YIW69DH70@postino.apple.com> Message-ID: <52FC6AAE-4356-4056-B9F8-7919F36269BB@apple.com> Mine. Fixing. -eric On Dec 9, 2010, at 5:58 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6165 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 121449 > Blamelist: bwilson,echristo > > BUILD FAILED: failed install.clang.stage1 > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > File: lib/CodeGen/CGBuiltin.cpp > At: Thu 09 Dec 2010 17:16:45 > Changed By: bwilson > Comments: Neon compare absolute LLVM intrinsics are not overloaded. PR8484.Properties: > > > > > Files: > Makefile.config.in > autoconf/configure.ac > configure > docs/Makefile > At: Thu 09 Dec 2010 17:36:40 > Changed By: echristo > Comments: Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment > variable for args you want to default pass to gzip. > > Patch based on one by asau at inbox.ru. > > Fixes PR8758. > Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > llvm[1]: Installing compiler include file: varargs.h > llvm[1]: Installing compiler include file: wmmintrin.h > llvm[1]: Installing compiler include file: x86intrin.h > llvm[1]: Installing compiler include file: xmmintrin.h > llvm[1]: Installing compiler include file: arm_neon.h > make[1]: Nothing to be done for `install'. > llvm[1]: Packaging HTML documentation > make[1]: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/docs/html.tar: Permission denied > make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/docs/html.tar.gz] Error 1 > make: *** [install] Error 1 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Thu Dec 9 18:13:32 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 18:13:32 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210021335.4AA50BE8AD5C@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7010 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121451 Blamelist: dgregor,echristo,enderby BUILD FAILED: failed install.clang.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: Makefile.config.in autoconf/configure.ac configure docs/Makefile At: Thu 09 Dec 2010 17:36:40 Changed By: echristo Comments: Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment variable for args you want to default pass to gzip. Patch based on one by asau at inbox.ru. Fixes PR8758. Properties: File: lib/Target/ARM/AsmParser/ARMAsmParser.cpp At: Thu 09 Dec 2010 17:46:42 Changed By: enderby Comments: Fix the leak from r121401 of the Operands erased in the list but not deleted. Properties: File: tools/libclang/CIndex.cpp At: Thu 09 Dec 2010 17:52:16 Changed By: dgregor Comments: Extend libclang debugging output for clang_getCursor() to show the definition we foundProperties: LOGS: Last 10 lines of 'stdio': llvm[1]: Installing compiler include file: varargs.h llvm[1]: Installing compiler include file: wmmintrin.h llvm[1]: Installing compiler include file: x86intrin.h llvm[1]: Installing compiler include file: xmmintrin.h llvm[1]: Installing compiler include file: arm_neon.h make[1]: Nothing to be done for `install'. llvm[1]: Packaging HTML documentation make[1]: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/docs/html.tar: Permission denied make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/docs/html.tar.gz] Error 1 make: *** [install] Error 1 From buildbot at google1.osuosl.org Thu Dec 9 18:16:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 18:16:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101210021607.6258C13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/80 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121452 Blamelist: akirtzidis,bwilson,dgregor,dpatel,echristo,enderby,fjahanian,lattner,rafael,rjmccall,sampo,void BUILD FAILED: failed install.clang.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 18:20:00 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 18:20:00 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-qa_tests Message-ID: <20101210022003.770E3C2C012B@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-qa_tests/builds/2171 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121447 Blamelist: bwilson,fjahanian,lattner,sampo BUILD FAILED: failed test-gcc-4_2-testsuite-gcc sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86.td lib/Target/X86/X86CallingConv.td lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h test/CodeGen/X86/avx-128.ll At: Thu 09 Dec 2010 16:31:44 Changed By: sampo Comments: Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. Properties: Files: include/clang/Basic/Builtins.def test/SemaObjC/builtin_objc_getClass.m test/SemaObjC/builtin_objc_lib_functions.m At: Thu 09 Dec 2010 16:41:42 Changed By: fjahanian Comments: Added remaining objective-c library builtins (as in gcc) to clang. // rdar://8735023 Properties: File: docs/CodingStandards.html At: Thu 09 Dec 2010 16:56:40 Changed By: lattner Comments: restructure this for readability, correct the example to follow the public ivar name convention Properties: File: docs/CodingStandards.html At: Thu 09 Dec 2010 16:56:40 Changed By: lattner Comments: fix some validation problems Properties: File: lib/Target/X86/X86InstrSSE.td At: Thu 09 Dec 2010 17:01:40 Changed By: sampo Comments: Add some missing predicates. Properties: File: lib/CodeGen/CGBuiltin.cpp At: Thu 09 Dec 2010 17:16:45 Changed By: bwilson Comments: Neon compare absolute LLVM intrinsics are not overloaded. PR8484.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 31846 # of unexpected failures 9877 # of unexpected successes 27 # of expected failures 42 # of unresolved testcases 485 # of untested testcases 273 # of unsupported tests 763 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121447) make: *** [check-gcc] Error 1 Last 10 lines of 'dg.sum': # of expected passes 31846 # of unexpected failures 9877 # of unexpected successes 27 # of expected failures 42 # of unresolved testcases 485 # of untested testcases 273 # of unsupported tests 763 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121447) Last 10 lines of 'warnings': FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 20) FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 38) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/sec-1.c security warning (test for warnings, line 11) FAIL: gcc.dg/format/sec-1.c -DWIDE security warning (test for warnings, line 11) FAIL: gcc.dg/format/z-1.c bogus printf warning (test for bogus messages, line 27) FAIL: gcc.dg/format/z-1.c -DWIDE bogus printf warning (test for bogus messages, line 27) Last 10 lines of 'tests.FAIL': gcc.apple/block-weakblockassign.c (test for excess errors) Last 10 lines of 'tests.XFAIL': gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g (test for excess errors) gcc.dg/torture/fp-int-convert-float128-timode.c -Os (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O0 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O1 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O2 (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -O3 -g (test for excess errors) gcc.dg/torture/fp-int-convert-float128.c -Os (test for excess errors) gcc.dg/uninit-13.c uninit (test for warnings, line 9) gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE PASS': gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo57 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo59 gcc.dg/vla-4.c (test for excess errors) gcc.dg/warn-1.c (test for warnings, line 15) gcc.target/i386/monitor.c (test for excess errors) gcc.target/i386/pr22432.c (test for excess errors) gcc.target/i386/pr23376.c (test for excess errors) gcc.target/i386/pr28946.c (test for excess errors) gcc.target/i386/sse-13.c (test for excess errors) gcc.target/x86_64/abi/test_struct_returning.c execution, -O0 Last 10 lines of 'tests.IGNORE XPASS': gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 35) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 42) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 43) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 44) gcc.dg/overflow-warn-3.c constant (test for bogus messages, line 42) gcc.dg/overflow-warn-4.c constant (test for bogus messages, line 42) gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17) gcc.dg/uninit-6.c uninitialized variable warning (test for bogus messages, line 42) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 44) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 47) Last 10 lines of 'tests.IGNORE UNRESOLVED': gcc.misc-tests/bprob-2.c execution, -g -fbranch-probabilities gcc.misc-tests/bprob-2.c execution, -g -fprofile-arcs gcc.target/i386/abi-1.c: error executing dg-final: couldn't open "abi-1.s": no such file or directory gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32" From daniel_dunbar at apple.com Thu Dec 9 18:39:05 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 18:39:05 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests Message-ID: <20101210024013.BDD09C2C09EC@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/2040 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-01 Build Reason: Build Source Stamp: 121447 Blamelist: bwilson,fjahanian,lattner,sampo BUILD FAILED: failed test-gcc-4_2-testsuite-gcc sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86.td lib/Target/X86/X86CallingConv.td lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h test/CodeGen/X86/avx-128.ll At: Thu 09 Dec 2010 16:31:44 Changed By: sampo Comments: Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. Properties: Files: include/clang/Basic/Builtins.def test/SemaObjC/builtin_objc_getClass.m test/SemaObjC/builtin_objc_lib_functions.m At: Thu 09 Dec 2010 16:41:42 Changed By: fjahanian Comments: Added remaining objective-c library builtins (as in gcc) to clang. // rdar://8735023 Properties: File: docs/CodingStandards.html At: Thu 09 Dec 2010 16:56:40 Changed By: lattner Comments: restructure this for readability, correct the example to follow the public ivar name convention Properties: File: docs/CodingStandards.html At: Thu 09 Dec 2010 16:56:40 Changed By: lattner Comments: fix some validation problems Properties: File: lib/Target/X86/X86InstrSSE.td At: Thu 09 Dec 2010 17:01:40 Changed By: sampo Comments: Add some missing predicates. Properties: File: lib/CodeGen/CGBuiltin.cpp At: Thu 09 Dec 2010 17:16:45 Changed By: bwilson Comments: Neon compare absolute LLVM intrinsics are not overloaded. PR8484.Properties: LOGS: Last 10 lines of 'stdio': # of expected passes 31868 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 494 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121447) make: *** [check-gcc] Error 1 Last 10 lines of 'dg.sum': # of expected passes 31868 # of unexpected failures 10085 # of unexpected successes 27 # of expected failures 30 # of unresolved testcases 494 # of untested testcases 273 # of unsupported tests 607 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang version 2.9 (trunk 121447) Last 10 lines of 'warnings': FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 20) FAIL: gcc.dg/format/miss-5.c -DWIDE return type warning (test for warnings, line 38) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 23) FAIL: gcc.dg/format/miss-6.c -DWIDE parameter passing warning (test for warnings, line 28) FAIL: gcc.dg/format/sec-1.c security warning (test for warnings, line 11) FAIL: gcc.dg/format/sec-1.c -DWIDE security warning (test for warnings, line 11) FAIL: gcc.dg/format/z-1.c bogus printf warning (test for bogus messages, line 27) FAIL: gcc.dg/format/z-1.c -DWIDE bogus printf warning (test for bogus messages, line 27) Last 10 lines of 'tests.FAIL': gcc.apple/block-weakblockassign.c (test for excess errors) Last 10 lines of 'tests.XFAIL': gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 19) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 20) gcc.dg/parm-forwdecl-1.c no parms (test for errors, line 21) gcc.dg/pr13519-1.c correct error (test for errors, line 18) gcc.dg/pr18501.c conditional in loop (test for warnings, line 12) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 33) gcc.dg/sequence-pt-1.c sequence point warning (test for warnings, line 36) gcc.dg/tls/section-1.c conflict with .data section (test for errors, line 9) gcc.dg/uninit-13.c uninit (test for warnings, line 9) gcc.dg/uninit-B.c uninit i warning (test for warnings, line 12) Last 10 lines of 'tests.IGNORE FAIL': tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64" Last 10 lines of 'tests.IGNORE PASS': gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo51 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo55 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo57 gcc.dg/visibility-d.c scan-hidden private_extern[ \t_]*_?foo59 gcc.dg/vla-4.c (test for excess errors) gcc.dg/warn-1.c (test for warnings, line 15) gcc.target/i386/pr22432.c (test for excess errors) gcc.target/i386/pr23376.c (test for excess errors) gcc.target/i386/pr28946.c (test for excess errors) gcc.target/i386/sse-13.c (test for excess errors) Last 10 lines of 'tests.IGNORE XPASS': gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 35) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 42) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 43) gcc.dg/c99-const-expr-3.c bogus null pointer constant (test for bogus messages, line 44) gcc.dg/overflow-warn-3.c constant (test for bogus messages, line 42) gcc.dg/overflow-warn-4.c constant (test for bogus messages, line 42) gcc.dg/pr13519-1.c bogus error (test for bogus messages, line 17) gcc.dg/uninit-6.c uninitialized variable warning (test for bogus messages, line 42) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 44) gcc.dg/wtr-union-init-3.c initialization of unions (test for bogus messages, line 47) Last 10 lines of 'tests.IGNORE UNRESOLVED': gcc.target/i386/movq-2.c: error executing dg-final: couldn't open "movq-2.s": no such file or directory gcc.target/i386/movq.c: error executing dg-final: couldn't open "movq.s": no such file or directory gcc.target/i386/reload-1.c: error executing dg-final: no files matched glob pattern "reload-1.c.[0-9][0-9][0-9]r.csa" gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32" tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32" From daniel_dunbar at apple.com Thu Dec 9 20:14:40 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 20:14:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101210041443.C8E4EC2C38C6@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16765 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121460 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 20:06:42 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 20:06:43 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: LOGS: Last 10 lines of 'stdio': cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' ASTReader.cpp:3323: warning: passing negative value '-0x00000000000000001' for argument 1 to 'clang::serialization::TypeIdx::TypeIdx(uint32_t)' From daniel_dunbar at apple.com Thu Dec 9 20:20:38 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 20:20:38 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101210042041.E65CBC2C3B9F@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6170 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121460 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 20:06:42 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 20:06:43 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/driver/cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/driver/cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From daniel_dunbar at apple.com Thu Dec 9 20:20:57 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 20:20:57 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210042100.D7274C2C3BB2@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7015 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121460 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 20:06:42 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 20:06:43 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/driver/cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/tools/driver/cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/tools/driver/Release+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3448: warning: 'FunctionTemplate' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3450: warning: 'NumMatchedTemplateParamLists' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3449: warning: 'isFunctionTemplateSpecialization' may be used uninitialized in this function /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaDecl.cpp:3443: warning: 'isFriend' may be used uninitialized in this function From daniel_dunbar at apple.com Thu Dec 9 20:30:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 20:30:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101210043057.2F24EBE8EB20@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12454 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121460 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 20:06:42 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 20:06:43 Changed By: rafael Comments: Revert my previous patch to make the valgrind bots happy.Properties: LOGS: Last 10 lines of 'stdio': cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From buildbot at google1.osuosl.org Thu Dec 9 20:32:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 20:32:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101210043238.D191213B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/91 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121460 Blamelist: chapuni,echristo,rafael,rjmccall BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 20:45:31 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 20:45:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101210044532.9BBC213B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/201 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121460 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 20:45:35 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 20:45:35 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101210044536.DDC6313B206E@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/95 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121460 Blamelist: chapuni,rafael,rjmccall BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 9 21:12:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 09 Dec 2010 21:12:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101210051206.3508513B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/114 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121460 Blamelist: chapuni,rafael,rjmccall BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 9 23:54:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 23:54:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210075514.7E759C2C93E7@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7021 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121470 Blamelist: dgregor BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/Index/c-index-getCursor-pp.c tools/libclang/CIndex.cpp At: Thu 09 Dec 2010 23:26:46 Changed By: dgregor Comments: In clang_getCursor(), don't override a preprocessing cursor within another preprocessing cursor, since we want the outermost one. Properties: LOGS: Last 10 lines of 'stdio': llvm[3]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a llvm[2]: Compiling MCContext.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build llvm[2]: Compiling MCDisassembler.cpp for Release+Asserts build llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build llvm[2]: Compiling SparsePropagation.cpp for Release+Asserts build llvm[2]: Compiling Trace.cpp for Release+Asserts build llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build llvm[2]: Compiling ValueTracking.cpp for Release+Asserts build llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a From daniel_dunbar at apple.com Thu Dec 9 23:55:00 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 09 Dec 2010 23:55:00 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101210075514.71E8EBE937A5@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16773 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121471 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121435.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/CMakeLists.txt lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121434 with no new memory leaks.Properties: LOGS: Last 10 lines of 'stdio': cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' ASTReader.cpp:3323: warning: passing negative value '-0x00000000000000001' for argument 1 to 'clang::serialization::TypeIdx::TypeIdx(uint32_t)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' From daniel_dunbar at apple.com Fri Dec 10 00:18:07 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 00:18:07 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101210081811.0DE73C2C9F45@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6176 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121471 Blamelist: dgregor,rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/Index/c-index-getCursor-pp.c tools/libclang/CIndex.cpp At: Thu 09 Dec 2010 23:26:46 Changed By: dgregor Comments: In clang_getCursor(), don't override a preprocessing cursor within another preprocessing cursor, since we want the outermost one. Properties: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121435.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/CMakeLists.txt lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121434 with no new memory leaks.Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/driver/cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/driver/cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From daniel_dunbar at apple.com Fri Dec 10 00:20:10 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 00:20:10 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101210082033.B032ABE9442E@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12461 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121471 Blamelist: rafael BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: tools/driver/cc1as_main.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121435.Properties: Files: include/llvm/CodeGen/MachineModuleInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCDwarf.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h include/llvm/Target/TargetAsmBackend.h include/llvm/Target/TargetAsmInfo.h include/llvm/Target/TargetRegistry.h lib/CodeGen/ELFWriter.cpp lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/MachineModuleInfo.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/MC/MCAsmStreamer.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDwarf.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCLoggingStreamer.cpp lib/MC/MCMachOStreamer.cpp lib/MC/MCNullStreamer.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp lib/Target/CBackend/CBackend.cpp lib/Target/CMakeLists.txt lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86AsmBackend.cpp test/MC/ELF/cfi.s test/MC/ELF/empty-dwarf-lines.s tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp At: Thu 09 Dec 2010 23:46:40 Changed By: rafael Comments: Fixed version of 121434 with no new memory leaks.Properties: LOGS: Last 10 lines of 'stdio': cc1as_main.cpp: In function 'bool ExecuteAssembler(::AssemblerInvocation&, clang::Diagnostic&)': cc1as_main.cpp:248: error: no matching function for call to 'llvm::MCContext::MCContext(llvm::MCAsmInfo&)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:105: note: candidates are: llvm::MCContext::MCContext(const llvm::MCAsmInfo&, const llvm::TargetAsmInfo*) /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/include/llvm/MC/MCContext.h:40: note: llvm::MCContext::MCContext(const llvm::MCContext&) make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/tools/driver/Debug+Asserts/cc1as_main.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 From daniel at zuster.org Fri Dec 10 09:02:14 2010 From: daniel at zuster.org (Daniel Dunbar) Date: Fri, 10 Dec 2010 09:02:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux In-Reply-To: <20101209234123.5F99B13B2065@google1.osuosl.org> References: <20101209234123.5F99B13B2065@google1.osuosl.org> Message-ID: Hi guys, Who is looking at this? - Daniel On Thu, Dec 9, 2010 at 3:41 PM, wrote: > The Buildbot has detected a new failure of llvm-arm-linux on llvm. > Full details are available at: >  http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/59 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: ranby1 > > Build Reason: > Build Source Stamp: 121404 > Blamelist: atrick,bruno,bwilson,dgregor,dpatel,enderby,grosbach,kraiskil,mspencer > > BUILD FAILED: failed test-llvm > > sincerely, >  -The Buildbot > > _______________________________________________ > llvm-testresults mailing list > llvm-testresults at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults > From evan.cheng at apple.com Fri Dec 10 11:07:30 2010 From: evan.cheng at apple.com (Evan Cheng) Date: Fri, 10 Dec 2010 11:07:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux In-Reply-To: References: <20101209234123.5F99B13B2065@google1.osuosl.org> Message-ID: <0C0CA19B-6194-4340-92E6-483798053C9E@apple.com> Is this due to Michael's patches? Evan On Dec 10, 2010, at 9:02 AM, Daniel Dunbar wrote: > Hi guys, > > Who is looking at this? > > - Daniel > > On Thu, Dec 9, 2010 at 3:41 PM, wrote: >> The Buildbot has detected a new failure of llvm-arm-linux on llvm. >> Full details are available at: >> http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/59 >> >> Buildbot URL: http://google1.osuosl.org:8011/ >> >> Buildslave for this Build: ranby1 >> >> Build Reason: >> Build Source Stamp: 121404 >> Blamelist: atrick,bruno,bwilson,dgregor,dpatel,enderby,grosbach,kraiskil,mspencer >> >> BUILD FAILED: failed test-llvm >> >> sincerely, >> -The Buildbot >> >> _______________________________________________ >> llvm-testresults mailing list >> llvm-testresults at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults >> > > _______________________________________________ > llvm-testresults mailing list > llvm-testresults at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-testresults From echristo at apple.com Fri Dec 10 11:30:36 2010 From: echristo at apple.com (Eric Christopher) Date: Fri, 10 Dec 2010 11:30:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux In-Reply-To: <0C0CA19B-6194-4340-92E6-483798053C9E@apple.com> References: <20101209234123.5F99B13B2065@google1.osuosl.org> <0C0CA19B-6194-4340-92E6-483798053C9E@apple.com> Message-ID: On Dec 10, 2010, at 11:07 AM, Evan Cheng wrote: > Is this due to Michael's patches? I was thinking the one Jim just fixed maybe? -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Fri Dec 10 12:34:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 12:34:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-xp-msvc9 Message-ID: <20101210203430.A081913B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-xp-msvc9 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-xp-msvc9/builds/257 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-win32-2 Build Reason: Build Source Stamp: 121518 Blamelist: djg BUILD FAILED: failed cmake sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 10 13:12:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 13:12:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101210211239.1850013B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/236 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121521 Blamelist: akirtzidis,bwilson,djg,grosbach,stoklund BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 10 13:20:25 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 13:20:25 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101210212029.9644CC2F57B3@mail-out4.apple.com> 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/11894 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121523 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 12:52:34 Changed By: stoklund Comments: Fix miscompilation caused by trivial logic error in the reassignVReg() interference check.Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Fri 10 Dec 2010 12:52:34 Changed By: djg Comments: Implement PartialAlias checking in BasicAA. Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:52:34 Changed By: grosbach Comments: Trailing whitespace.Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: Tidy up.Properties: Files: lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: More trivial cleanup. No need to define the EncoderMethod property type. Can just assign to it.Properties: LOGS: Last 10 lines of 'stdio': make[4]: *** [libgcc/./_negdi2.o] Error 1 make[4]: *** [libgcc/./_lshrdi3.o] Error 1 make[4]: *** [libgcc/./_clear_cache.o] Error 1 make[4]: *** [libgcc/./_ashrdi3.o] Error 1 make[4]: *** [libgcc/./_ucmpdi2.o] Error 1 make[3]: *** [stmp-multilib] Error 2 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': warning: structure `value_set' used but not defined ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison ../../llvm-gcc.src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison From buildbot at google1.osuosl.org Fri Dec 10 13:27:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 13:27:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101210212724.352D013B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/174 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121521 Blamelist: akirtzidis,bwilson,djg,grosbach,stoklund BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 10 13:35:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 13:35:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101210213600.99351C2F625D@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7044 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121524 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 12:52:34 Changed By: stoklund Comments: Fix miscompilation caused by trivial logic error in the reassignVReg() interference check.Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Fri 10 Dec 2010 12:52:34 Changed By: djg Comments: Implement PartialAlias checking in BasicAA. Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:52:34 Changed By: grosbach Comments: Trailing whitespace.Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: Tidy up.Properties: Files: lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: More trivial cleanup. No need to define the EncoderMethod property type. Can just assign to it.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 13:12:52 Changed By: grosbach Comments: Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a llvm[4]: Building Release+Asserts Archive Library libLLVMX86Disassembler.a llvm[4]: Compiling X86TargetInfo.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMX86Info.a make[1]: *** [Target/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a make: *** [all] Error 1 From buildbot at google1.osuosl.org Fri Dec 10 13:59:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 13:59:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101210215919.D842A13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/103 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121524 Blamelist: akirtzidis,bwilson,dgregor,djg,grosbach,stoklund BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 10 14:13:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 14:13:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101210221314.E293B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/105 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121525 Blamelist: akirtzidis,bwilson,dgregor,djg,grosbach,stoklund BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 10 14:16:00 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 14:16:00 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101210221604.62EE3C2F87F8@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6196 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121524 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 12:52:34 Changed By: stoklund Comments: Fix miscompilation caused by trivial logic error in the reassignVReg() interference check.Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Fri 10 Dec 2010 12:52:34 Changed By: djg Comments: Implement PartialAlias checking in BasicAA. Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:52:34 Changed By: grosbach Comments: Trailing whitespace.Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: Tidy up.Properties: Files: lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: More trivial cleanup. No need to define the EncoderMethod property type. Can just assign to it.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 13:12:52 Changed By: grosbach Comments: Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0497 544 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2470 3360 0.0826 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0533 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0165 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0245 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0378 544 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3827 656 0.0086 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0184 976 0.0293 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0663 560 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1489 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0497 544 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2470 3360 0.0826 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0533 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0165 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0245 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0378 544 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3827 656 0.0086 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0184 976 0.0293 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0663 560 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1489 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset LLC.MultiSource/Benchmarks/Olden/bh/bh LLC.MultiSource/Benchmarks/Ptrdist/bc/bc LLC.SingleSource/UnitTests/2006-01-23-UnionInit LLC.SingleSource/UnitTests/ObjC++/reference-in-block-args Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset LLC_compile.MultiSource/Benchmarks/Olden/bh/bh LLC_compile.MultiSource/Benchmarks/Ptrdist/bc/bc LLC_compile.SingleSource/UnitTests/2006-01-23-UnionInit LLC_compile.SingleSource/UnitTests/ObjC++/reference-in-block-args Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From daniel_dunbar at apple.com Fri Dec 10 14:34:25 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 14:34:25 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101210223429.5E64FC2FA4BD@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7036 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121525 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed buildit-llvmgcc42 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 12:52:34 Changed By: stoklund Comments: Fix miscompilation caused by trivial logic error in the reassignVReg() interference check.Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Fri 10 Dec 2010 12:52:34 Changed By: djg Comments: Implement PartialAlias checking in BasicAA. Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:52:34 Changed By: grosbach Comments: Trailing whitespace.Properties: File: lib/Target/ARM/ARMInstrFormats.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: Tidy up.Properties: Files: lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td At: Fri 10 Dec 2010 12:56:46 Changed By: grosbach Comments: More trivial cleanup. No need to define the EncoderMethod property type. Can just assign to it.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 13:12:52 Changed By: grosbach Comments: Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726Properties: File: lib/Target/ARM/ARMInstrThumb2.td At: Fri 10 Dec 2010 13:26:40 Changed By: grosbach Comments: Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999Properties: LOGS: Last 10 lines of 'stdio': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison # APPLE LOCAL use -mlongcall for large text support /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/obj-i686-i686/./gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/obj-i686-i686/./gcc/ -B/Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/bin/ -B/Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/lib/ -isystem /Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/include -isystem /Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/sys-include -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/. -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llv m-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../include -I./../intl -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libcpp/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include -mlongcall \ -fno-tree-dominator-opts \ \ -c /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/config/darwin-crt3.c -o crt3.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/obj-i686-i686/./gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/obj-i686-i686/./gcc/ -B/Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/bin/ -B/Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/lib/ -isystem /Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/include -isystem /Developer/usr/llvm-gcc-4.2/i686-apple-darwin10/sys-include -mmacosx-version-min=10.4 -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-sel fhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/. -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../include -I./../intl -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libcpp/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include -DL_ashldi3 -fvisibility=hidden -DHIDE_EXPORTS -c /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c -o libgcc/./_ashldi3.o In file included from ./tm.h:11, from /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/libgcc2.c:35: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison Last 10 lines of 'warnings': warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/defaults.h:742: warning: ignoring #pragma GCC poison From buildbot at google1.osuosl.org Fri Dec 10 14:51:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 14:51:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101210225142.736C613B2065@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/58 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 121523 Blamelist: abramo,akirtzidis,bwilson,dgregor,djg,fjahanian,grosbach,pcc,stoklund BUILD FAILED: failed run.build.script sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 10 15:19:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 15:19:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101210231922.B543FC2FD214@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16815 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121595 Blamelist: bwilson,nicholas,resistor BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 15:06:40 Changed By: resistor Comments: Attempt to get Thumb2 branch fixups working properly. Properties: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 15:11:53 Changed By: nicholas Comments: Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing lib/CodeGen/RegAllocGreedy.cpp:233: error: unused variable 'TRC' [-Wunused-variable] Properties: File: lib/CodeGen/CGBuiltin.cpp At: Fri 10 Dec 2010 15:11:57 Changed By: bwilson Comments: Add missing switch case for the quad-register version of the Neon vmul builtin.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmPrinter.a llvm[4]: Compiling ARMAsmLexer.cpp for Debug+Asserts build llvm[4]: Compiling ARMAsmParser.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Debug+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Fri Dec 10 15:22:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 15:22:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101210232254.6F06E13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/261 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121594 Blamelist: bwilson,nicholas,resistor,stoklund,void BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 10 15:24:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 15:24:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101210232456.BF7CD13B2065@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/224 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121594 Blamelist: bwilson,nicholas,resistor,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 10 15:26:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 10 Dec 2010 15:26:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101210232634.121CAC2FD70E@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12485 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121595 Blamelist: bwilson,nicholas,resistor,stoklund,void BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 14:51:40 Changed By: resistor Comments: Fixups for Thumb2 vldr's need to have the effective PC aligned as well. Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 14:56:42 Changed By: resistor Comments: Fix merge error in my last fix to Thumb2 vldr fixups. Properties: File: utils/TableGen/Record.cpp At: Fri 10 Dec 2010 15:01:40 Changed By: void Comments: Get rid of ellipses. Properties: File: lib/CodeGen/InlineSpiller.cpp At: Fri 10 Dec 2010 15:01:40 Changed By: stoklund Comments: Rip out live range splitting support from the inline spiller. The spiller should only spill. The register allocator will drive live range splitting, it has the needed information about register pressure and interferences.Properties: Files: lib/CodeGen/RegAllocGreedy.cpp lib/CodeGen/Spiller.cpp lib/CodeGen/Spiller.h At: Fri 10 Dec 2010 15:01:40 Changed By: stoklund Comments: Force the greedy register allocator to always use the inline spiller. Soon, RegAllocGreedy will start splitting live ranges, and then deferred spilling won't work anyway.Properties: File: lib/CodeGen/CGBuiltin.cpp At: Fri 10 Dec 2010 15:01:40 Changed By: bwilson Comments: Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types. The 64-bit element vectors need to be handled as a special case.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp At: Fri 10 Dec 2010 15:06:40 Changed By: resistor Comments: Attempt to get Thumb2 branch fixups working properly. Properties: File: lib/CodeGen/RegAllocGreedy.cpp At: Fri 10 Dec 2010 15:11:53 Changed By: nicholas Comments: Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing lib/CodeGen/RegAllocGreedy.cpp:233: error: unused variable 'TRC' [-Wunused-variable] Properties: File: lib/CodeGen/CGBuiltin.cpp At: Fri 10 Dec 2010 15:11:57 Changed By: bwilson Comments: Add missing switch case for the quad-register version of the Neon vmul builtin.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeAsmParser.a llvm[4]: Compiling MBlazeDisassembler.cpp for Debug+Asserts build llvm[2]: Compiling TargetMachine.cpp for Debug+Asserts build llvm[2]: Compiling TargetRegisterInfo.cpp for Debug+Asserts build llvm[2]: Compiling TargetSubtarget.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeDisassembler.a llvm[4]: Compiling MBlazeTargetInfo.cpp for Debug+Asserts build llvm[2]: Building Debug+Asserts Archive Library libLLVMTarget.a llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeInfo.a make: *** [all] Error 1 Last 10 lines of 'warnings': RegAllocGreedy.cpp:233: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement From buildbot at google1.osuosl.org Fri Dec 10 15:32:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 15:32:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101210233214.27B7613B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/335 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121595 Blamelist: bwilson,nicholas,resistor,stoklund,void BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 10 15:32:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 10 Dec 2010 15:32:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101210233301.181D113B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/335 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121595 Blamelist: bwilson,nicholas,resistor,stoklund,void BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 11 11:01:16 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 11 Dec 2010 11:01:16 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101211190117.E538013B206E@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/172 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121524 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 11 11:01:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 11 Dec 2010 11:01:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101211190117.E451E13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/210 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121524 Blamelist: djg,grosbach,stoklund BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 00:33:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 00:33:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101212083350.0293613B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/135 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121623 Blamelist: chandlerc BUILD FAILED: failed run.build.step.configure_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 04:33:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 04:33:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101212123338.7130B13B2065@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/67 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121623 Blamelist: chandlerc BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 12:52:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 12:52:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101212205242.62C6C13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/69 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121635 Blamelist: baldrick BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 14:16:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 14:16:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101212221633.7AFC513B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/513 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121649 Blamelist: peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 14:21:37 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 14:21:37 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101212222145.D5056C36462E@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16843 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121649 Blamelist: peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: cmake/modules/LLVMLibDeps.cmake lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Target/MBlaze/MBlazeInstrFPU.td lib/Target/MBlaze/MBlazeInstrInfo.td lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeRegisterInfo.cpp At: Sun 12 Dec 2010 14:06:40 Changed By: peckw Comments: The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend. Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/MBlaze/imm.ll LLVM :: CodeGen/MBlaze/cc.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-pairwise-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'imm.ll': :26:2: note: 'next' match was here addik r3, r0, 31212 ^ :12:6: note: previous match was here rtsd r15, 8 ^ -- ******************** Last 10 lines of 'cc.ll': :25:1: error: CHECK-NOT: string occurred! addik r3, r0, 1 ^ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/MBlaze/cc.ll:23:32: note: CHECK-NOT: pattern specified here ; CHECK-NOT: {{.* r3, .*, .*}} ^ -- ******************** From buildbot at google1.osuosl.org Sun Dec 12 14:33:31 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 14:33:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101212223332.D0A7613B2069@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/197 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121649 Blamelist: chandlerc,grosser,pcc,peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 14:37:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 14:37:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101212223716.864D213B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/339 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121649 Blamelist: grosser,peckw BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 14:44:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 14:44:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101212224413.06BCB13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/271 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121649 Blamelist: grosser,pcc,peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 14:48:17 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 14:48:17 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101212224820.F2232C3658C7@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7069 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121649 Blamelist: grosser,peckw BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/RegionPass.cpp At: Sun 12 Dec 2010 14:01:40 Changed By: grosser Comments: Remove useless dynamic_cast<>(). Thanks Peter for pointing me to something that should have never been committed to the llvm code base.Properties: Files: cmake/modules/LLVMLibDeps.cmake lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Target/MBlaze/MBlazeInstrFPU.td lib/Target/MBlaze/MBlazeInstrInfo.td lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeRegisterInfo.cpp At: Sun 12 Dec 2010 14:06:40 Changed By: peckw Comments: The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend. Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/MBlaze/imm.ll LLVM :: CodeGen/MBlaze/cc.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'imm.ll': :26:2: note: 'next' match was here addik r3, r0, 31212 ^ :12:6: note: previous match was here rtsd r15, 8 ^ -- ******************** Last 10 lines of 'cc.ll': :25:1: error: CHECK-NOT: string occurred! addik r3, r0, 1 ^ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/MBlaze/cc.ll:23:32: note: CHECK-NOT: pattern specified here ; CHECK-NOT: {{.* r3, .*, .*}} ^ -- ******************** Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/filelist.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'cc.ll': :25:1: error: CHECK-NOT: string occurred! addik r3, r0, 1 ^ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/MBlaze/cc.ll:23:32: note: CHECK-NOT: pattern specified here ; CHECK-NOT: {{.* r3, .*, .*}} ^ -- ******************** Last 10 lines of 'imm.ll': :26:2: note: 'next' match was here addik r3, r0, 31212 ^ :12:6: note: previous match was here rtsd r15, 8 ^ -- ******************** From daniel_dunbar at apple.com Sun Dec 12 14:51:35 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 14:51:35 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101212225138.B910CC365AD6@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12505 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121649 Blamelist: grosser,peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/RegionPass.cpp At: Sun 12 Dec 2010 14:01:40 Changed By: grosser Comments: Remove useless dynamic_cast<>(). Thanks Peter for pointing me to something that should have never been committed to the llvm code base.Properties: Files: cmake/modules/LLVMLibDeps.cmake lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Target/MBlaze/MBlazeInstrFPU.td lib/Target/MBlaze/MBlazeInstrInfo.td lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeRegisterInfo.cpp At: Sun 12 Dec 2010 14:06:40 Changed By: peckw Comments: The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend. Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/MBlaze/cc.ll LLVM :: CodeGen/MBlaze/imm.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'cc.ll': :25:1: error: CHECK-NOT: string occurred! addik r3, r0, 1 ^ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/MBlaze/cc.ll:23:32: note: CHECK-NOT: pattern specified here ; CHECK-NOT: {{.* r3, .*, .*}} ^ -- ******************** Last 10 lines of 'imm.ll': :26:2: note: 'next' match was here addik r3, r0, 31212 ^ :12:6: note: previous match was here rtsd r15, 8 ^ -- ******************** From buildbot at google1.osuosl.org Sun Dec 12 15:19:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 15:19:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101212231938.5431C13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/192 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121649 Blamelist: chandlerc,grosser,pcc,peckw BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 15:36:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 15:36:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101212233638.1A2D913B2069@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/141 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121649 Blamelist: chandlerc,grosser,pcc,peckw BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 19:34:52 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 19:34:52 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101213033503.91F05C37371A@mail-out4.apple.com> 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/11928 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121671 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Sun 12 Dec 2010 19:21:42 Changed By: lattner Comments: fix a fairly serious oversight with switch formation from or'd conditions. Previously we'd compile something like this: int crud (unsigned char c) { return c == 62 || c == 34 || c == 92; } into: switch i8 %c, label %lor.rhs [ i8 62, label %lor.end i8 34, label %lor.end ] lor.rhs: ; preds = %entry %cmp8 = icmp eq i8 %c, 92 br label %lor.end lor.end: ; preds = %entry, %entry, %lor.rhs %0 = phi i1 [ true, %entry ], [ %cmp8, %lor.rhs ], [ true, %entry ] %lor.ext = zext i1 %0 to i32 ret i32 %lor.ext which failed to merge the compare-with-92 into the switch. With this patch we simplify this all the way to: switch i8 %c, label %lor.rhs [ i8 62, label %lor.end i8 34, label %lor.end i8 92, label %lor.end ] lor.rhs: ; preds = %entry br label %lor.end lor.end: ; preds = %entry, %entry, %entry, %lor.rhs %0 = phi i1 [ true, %entry ], [ false, %lor.rhs ], [ true, %entry ], [ true, %entry ] %lor.ext = zext i1 %0 to i32 ret i32 %lor.ext which is much better for codegen's switch lowering stuff. This kicks in 33 times on 176.gcc (for example) cutting 103 instructions off the generated code. Properties: LOGS: Last 10 lines of 'stdio': ../../llvm-gcc.src/gcc/optabs.c:6313: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [optabs.o] Error 1 make[3]: *** Waiting for unfinished jobs.... rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From clattner at apple.com Sun Dec 12 19:47:01 2010 From: clattner at apple.com (Chris Lattner) Date: Sun, 12 Dec 2010 19:47:01 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 In-Reply-To: <0LDC00DKBKMF4KR0@postino.apple.com> References: <0LDC00DKBKMF4KR0@postino.apple.com> Message-ID: Fixed. -chris On Dec 12, 2010, at 7:34 PM, daniel_dunbar at apple.com wrote: > 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/11928 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-03.apple.com > > Build Reason: > Build Source Stamp: 121671 > Blamelist: lattner > > BUILD FAILED: failed compile.llvm-gcc.stage1 > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > Files: > lib/Transforms/Utils/SimplifyCFG.cpp > test/Transforms/SimplifyCFG/switch_create.ll > At: Sun 12 Dec 2010 19:21:42 > Changed By: lattner > Comments: fix a fairly serious oversight with switch formation from > or'd conditions. Previously we'd compile something like this: > > int crud (unsigned char c) { > return c == 62 || c == 34 || c == 92; > } > > into: > > switch i8 %c, label %lor.rhs [ > i8 62, label %lor.end > i8 34, label %lor.end > ] > > lor.rhs: ; preds = %entry > %cmp8 = icmp eq i8 %c, 92 > br label %lor.end > > lor.end: ; preds = %entry, %entry, %lor.rhs > %0 = phi i1 [ true, %entry ], [ %cmp8, %lor.rhs ], [ true, %entry ] > %lor.ext = zext i1 %0 to i32 > ret i32 %lor.ext > > which failed to merge the compare-with-92 into the switch. With this patch > we simplify this all the way to: > > switch i8 %c, label %lor.rhs [ > i8 62, label %lor.end > i8 34, label %lor.end > i8 92, label %lor.end > ] > > lor.rhs: ; preds = %entry > br label %lor.end > > lor.end: ; preds = %entry, %entry, %entry, %lor.rhs > %0 = phi i1 [ true, %entry ], [ false, %lor.rhs ], [ true, %entry ], [ true, %entry ] > %lor.ext = zext i1 %0 to i32 > ret i32 %lor.ext > > which is much better for codegen's switch lowering stuff. This kicks in 33 times > on 176.gcc (for example) cutting 103 instructions off the generated code. > > > > Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > ../../llvm-gcc.src/gcc/optabs.c:6313: internal compiler error: Abort trap > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[3]: *** [optabs.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod > make[2]: *** [all-stage2-gcc] Error 2 > make[1]: *** [stage2-bubble] Error 2 > make: *** [all] Error 2 > > Last 10 lines of 'warnings': > warning: structure `ZipDirectory' used but not defined > warning: structure `VEC_cp_token_position_heap' used but not defined > warning: structure `pointer_set_t' used but not defined > warning: structure `c_arg_info' used but not defined > warning: structure `c_switch' used but not defined > warning: structure `et_node' used but not defined > warning: structure `loop' used but not defined > warning: structure `ipa_reference_vars_info_d' used but not defined > warning: structure `reg_info_def' used but not defined > warning: structure `value_set' used but not defined > From buildbot at google1.osuosl.org Sun Dec 12 19:51:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 19:51:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101213035141.1904E13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/253 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121673 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 19:58:25 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 19:58:25 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101213035826.80E8513B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/226 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121673 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 20:13:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 20:13:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101213041350.4A6DC13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/143 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121674 Blamelist: chandlerc,lattner,void BUILD FAILED: failed run.build.step.clean sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 20:20:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 20:20:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101213042015.979F513B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/121 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121671 Blamelist: chandlerc,lattner,void BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 21:26:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 21:26:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101213052637.970A713B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/228 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121681 Blamelist: evancheng,lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 21:26:40 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 21:26:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101213052647.84BA1C3778F7@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7082 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121681 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/Transforms/SimplifyCFG/switch_create.ll test/Transforms/SimplifyCFG/switch_formation.ll At: Sun 12 Dec 2010 20:51:40 Changed By: lattner Comments: merge two tests Properties: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Sun 12 Dec 2010 20:56:49 Changed By: lattner Comments: enhance the "change or icmp's into switch" xform to handle one value in an 'or sequence' that it doesn't understand. This allows us to optimize something insane like this: int crud (unsigned char c, unsigned x) { if(((((((((( (int) c <= 32 || (int) c == 46) || (int) c == 44) || (int) c == 58) || (int) c == 59) || (int) c == 60) || (int) c == 62) || (int) c == 34) || (int) c == 92) || (int) c == 39) != 0) foo(); } into: define i32 @crud(i8 zeroext %c, i32 %x) nounwind ssp noredzone { entry: %cmp = icmp ult i8 %c, 33 br i1 %cmp, label %if.then, label %switch.early.test switch.early.test: ; preds = %entry switch i8 %c, label %if.end [ i8 39, label %if.then i8 44, label %if.then i8 58, label %if.then i8 59, label %if.then i8 60, label %if.then i8 62, label %if.then i8 46, label %if.then i8 92, label %if.then i8 34, label %if.then ] by pulling the < comparison out ahead of the newly formed switch. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:06:40 Changed By: lattner Comments: factor new code out to a SimplifyBranchOnICmpChain helper function. Properties: LOGS: Last 10 lines of 'stdio': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -emit-obj -disable-free -main-file-name FastISelEmitter.cpp -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 97.14 -resource-dir /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/../lib/clang/2.9 -dependency-file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen/Release+Asserts/FastISelEmitter.d.tmp -MP -MT /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen/Release+Asserts/FastISelEmitter.o -MT /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen/Release+Asserts/FastISelEmitter.d -D _DEBUG -D _GNU_SOURCE -D __STDC_LIMIT_MACROS -D __STDC_CONSTANT_MACROS -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/TableGen -O3 -Woverloaded-virtual -Wcast-qual -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fblocks -fexceptions -fno-common -fdiagnostics-show-option -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen/Release+Asserts/FastISelEmitter.o -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/T ableGen/FastISelEmitter.cpp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'CallGraph Pass Manager' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/utils/TableGen/FastISelEmitter.cpp'. clang: error: unable to execute command: Illegal instruction clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/utils/TableGen/Release+Asserts/FastISelEmitter.o] Error 1 llvm[3]: Building Release+Asserts Archive Library libGoogleTest.a make[1]: *** [TableGen/.makeall] Error 2 make: *** [all] Error 1 From buildbot at google1.osuosl.org Sun Dec 12 21:28:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 21:28:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101213052838.C82DD13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/368 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121680 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 21:33:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 21:33:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101213053324.BBDF9C377C78@mail-out4.apple.com> 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/11934 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121683 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Sun 12 Dec 2010 20:56:49 Changed By: lattner Comments: enhance the "change or icmp's into switch" xform to handle one value in an 'or sequence' that it doesn't understand. This allows us to optimize something insane like this: int crud (unsigned char c, unsigned x) { if(((((((((( (int) c <= 32 || (int) c == 46) || (int) c == 44) || (int) c == 58) || (int) c == 59) || (int) c == 60) || (int) c == 62) || (int) c == 34) || (int) c == 92) || (int) c == 39) != 0) foo(); } into: define i32 @crud(i8 zeroext %c, i32 %x) nounwind ssp noredzone { entry: %cmp = icmp ult i8 %c, 33 br i1 %cmp, label %if.then, label %switch.early.test switch.early.test: ; preds = %entry switch i8 %c, label %if.end [ i8 39, label %if.then i8 44, label %if.then i8 58, label %if.then i8 59, label %if.then i8 60, label %if.then i8 62, label %if.then i8 46, label %if.then i8 92, label %if.then i8 34, label %if.then ] by pulling the < comparison out ahead of the newly formed switch. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:06:40 Changed By: lattner Comments: factor new code out to a SimplifyBranchOnICmpChain helper function. Properties: Files: test/Transforms/SimplifyCFG/basictest.ll test/Transforms/SimplifyCFG/invoke_unwind.ll At: Sun 12 Dec 2010 21:16:40 Changed By: lattner Comments: make these tests a bit less fragile Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:16:40 Changed By: lattner Comments: move 'MergeBlocksIntoPredecessor' call earlier. Use getSinglePredecessor to simplify code. Properties: LOGS: Last 10 lines of 'stdio': ../../llvm-gcc.src/gcc/c-common.c:9376: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [c-common.o] Error 1 make[3]: *** Waiting for unfinished jobs.... rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From buildbot at google1.osuosl.org Sun Dec 12 21:38:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 21:38:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101213053813.E6B3C13B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/198 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121681 Blamelist: evancheng,lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 21:40:08 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 21:40:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101213054010.4D82613B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/256 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121685 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 21:40:12 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 21:40:12 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101213054016.501ECC377E99@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6227 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121680 Blamelist: lattner BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 20:31:44 Changed By: lattner Comments: merge two very similar functions into one that has a bool argument. Properties: Files: test/Transforms/SimplifyCFG/switch_create.ll test/Transforms/SimplifyCFG/switch_formation.ll At: Sun 12 Dec 2010 20:51:40 Changed By: lattner Comments: merge two tests Properties: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Sun 12 Dec 2010 20:56:49 Changed By: lattner Comments: enhance the "change or icmp's into switch" xform to handle one value in an 'or sequence' that it doesn't understand. This allows us to optimize something insane like this: int crud (unsigned char c, unsigned x) { if(((((((((( (int) c <= 32 || (int) c == 46) || (int) c == 44) || (int) c == 58) || (int) c == 59) || (int) c == 60) || (int) c == 62) || (int) c == 34) || (int) c == 92) || (int) c == 39) != 0) foo(); } into: define i32 @crud(i8 zeroext %c, i32 %x) nounwind ssp noredzone { entry: %cmp = icmp ult i8 %c, 33 br i1 %cmp, label %if.then, label %switch.early.test switch.early.test: ; preds = %entry switch i8 %c, label %if.end [ i8 39, label %if.then i8 44, label %if.then i8 58, label %if.then i8 59, label %if.then i8 60, label %if.then i8 62, label %if.then i8 46, label %if.then i8 92, label %if.then i8 34, label %if.then ] by pulling the < comparison out ahead of the newly formed switch. Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0502 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2431 3360 0.0849 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0506 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0146 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0234 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0362 544 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3752 656 0.0086 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0176 976 0.0303 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0640 560 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1516 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0502 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2431 3360 0.0849 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0506 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0146 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0234 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0362 544 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3752 656 0.0086 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0176 976 0.0303 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0640 560 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1516 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.GCCAS': GCCAS.MultiSource/Applications/JM/ldecod/ldecod GCCAS.MultiSource/Applications/JM/lencod/lencod GCCAS.MultiSource/Applications/sqlite3/sqlite3 GCCAS.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg GCCAS.SingleSource/Benchmarks/Shootout-C++/wc Last 10 lines of 'fail.Bytecode': Bytecode.MultiSource/Applications/JM/ldecod/ldecod Bytecode.MultiSource/Applications/JM/lencod/lencod Bytecode.MultiSource/Applications/sqlite3/sqlite3 Bytecode.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg Bytecode.SingleSource/Benchmarks/Shootout-C++/wc Last 10 lines of 'fail.LLC': LLC.MultiSource/Applications/JM/ldecod/ldecod LLC.MultiSource/Applications/JM/lencod/lencod LLC.MultiSource/Applications/sqlite3/sqlite3 LLC.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC.SingleSource/Benchmarks/Shootout-C++/wc Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Applications/JM/ldecod/ldecod LLC_compile.MultiSource/Applications/JM/lencod/lencod LLC_compile.MultiSource/Applications/sqlite3/sqlite3 LLC_compile.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC_compile.SingleSource/Benchmarks/Shootout-C++/wc Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Sun Dec 12 21:42:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 21:42:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101213054210.522B313B2069@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/72 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121685 Blamelist: chandlerc,evancheng,lattner,void BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 12 22:06:37 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 12 Dec 2010 22:06:37 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101213060725.0EA39C378AD8@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7059 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121686 Blamelist: lattner BUILD FAILED: failed buildit-llvmgcc42 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 20:31:44 Changed By: lattner Comments: merge two very similar functions into one that has a bool argument. Properties: Files: test/Transforms/SimplifyCFG/switch_create.ll test/Transforms/SimplifyCFG/switch_formation.ll At: Sun 12 Dec 2010 20:51:40 Changed By: lattner Comments: merge two tests Properties: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Sun 12 Dec 2010 20:56:49 Changed By: lattner Comments: enhance the "change or icmp's into switch" xform to handle one value in an 'or sequence' that it doesn't understand. This allows us to optimize something insane like this: int crud (unsigned char c, unsigned x) { if(((((((((( (int) c <= 32 || (int) c == 46) || (int) c == 44) || (int) c == 58) || (int) c == 59) || (int) c == 60) || (int) c == 62) || (int) c == 34) || (int) c == 92) || (int) c == 39) != 0) foo(); } into: define i32 @crud(i8 zeroext %c, i32 %x) nounwind ssp noredzone { entry: %cmp = icmp ult i8 %c, 33 br i1 %cmp, label %if.then, label %switch.early.test switch.early.test: ; preds = %entry switch i8 %c, label %if.end [ i8 39, label %if.then i8 44, label %if.then i8 58, label %if.then i8 59, label %if.then i8 60, label %if.then i8 62, label %if.then i8 46, label %if.then i8 92, label %if.then i8 34, label %if.then ] by pulling the < comparison out ahead of the newly formed switch. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:06:40 Changed By: lattner Comments: factor new code out to a SimplifyBranchOnICmpChain helper function. Properties: Files: test/Transforms/SimplifyCFG/basictest.ll test/Transforms/SimplifyCFG/invoke_unwind.ll At: Sun 12 Dec 2010 21:16:40 Changed By: lattner Comments: make these tests a bit less fragile Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:16:40 Changed By: lattner Comments: move 'MergeBlocksIntoPredecessor' call earlier. Use getSinglePredecessor to simplify code. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:21:40 Changed By: lattner Comments: move HoistThenElseCodeToIf up to a more logical and efficient-to-handle place. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:26:40 Changed By: lattner Comments: simplify a bunch of code. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Sun 12 Dec 2010 21:31:40 Changed By: lattner Comments: refactor the speculative execution logic to be factored into the cond branch code instead of doing a cfg search for every block simplified. Properties: LOGS: Last 10 lines of 'stdio': Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [dwarf2out.o] Error 1 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[3]: *** [all-stage2-gcc] Error 2 make[2]: *** [stage2-bubble] Error 2 make[1]: *** [all] Error 2 + exit 1 make: *** [llvmgcc42] Error 1 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From buildbot at google1.osuosl.org Sun Dec 12 22:08:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 22:08:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101213060805.B8F7313B2069@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/120 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 121683 Blamelist: evancheng,lattner BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 22:13:26 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 22:13:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101213061328.64F6013B2069@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/252 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121685 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvmgcc_2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 22:14:19 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 22:14:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101213061421.3FDE613B2069@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/120 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121684 Blamelist: evancheng,lattner BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 22:15:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 22:15:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101213061550.B707813B2069@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/109 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 121678 Blamelist: evancheng,lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 12 22:54:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 12 Dec 2010 22:54:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101213065455.D747913B2069@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/71 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 121682 Blamelist: chandlerc,evancheng,lattner,void BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 14:40:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 14:40:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101213224039.53DBB13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/560 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121721 Blamelist: abramo,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 14:52:48 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 14:52:48 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101213225251.F3179C3AED1C@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16891 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121721 Blamelist: resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:36:40 Changed By: resistor Comments: Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provide correct fixups for Thumb2 ADR, which is _of course_ different from ARM ADR fixups, or any other Thumb2 fixup. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5104 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 21 llc 0x00001b36 start + 54 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 8721 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 20 llc 0x00000002 start + 18446744073709544706 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 13626 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 13832 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/thumb2-jtb.ll' 13833 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 13 14:55:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 14:55:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101213225542.0317C13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/366 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121721 Blamelist: abramo,bwilson,resistor BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:07:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:07:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101213230754.1D04A13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/259 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121721 Blamelist: abramo,bwilson,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:17:45 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:17:45 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101213231746.AF15013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/563 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121730 Blamelist: bwilson,lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 15:20:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 15:20:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101213232103.17015BF4FB68@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7099 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121723 Blamelist: abramo,djg,resistor BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/AST/TypeLoc.h lib/AST/TypeLoc.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp At: Mon 13 Dec 2010 14:31:53 Changed By: abramo Comments: Skip ParenType on function instantiations.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:36:40 Changed By: resistor Comments: Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provide correct fixups for Thumb2 ADR, which is _of course_ different from ARM ADR fixups, or any other Thumb2 fixup. Properties: File: lib/Analysis/MemoryDependenceAnalysis.cpp At: Mon 13 Dec 2010 14:51:43 Changed By: djg Comments: Update memdep to handle PartialAlias as MayAlias. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5104 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 17 llc 0x0000000100020738 start + 52 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 45542 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 15 llc 0x0000000000000002 start + 4294834430 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 50647 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 50867 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-jtb.ll' 50868 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5104 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 18 llc 0x0000000100020c74 start + 52 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 92901 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 16 llc 0x0000000000000002 start + 4294833090 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 97800 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 98008 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-jtb.ll' 98009 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 13 15:22:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:22:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101213232238.601BB13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/386 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121723 Blamelist: abramo,djg,resistor BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:22:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:22:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101213232241.E50D113B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/386 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121723 Blamelist: abramo,djg,resistor BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:25:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:25:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101213232525.BA71913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/292 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121730 Blamelist: abramo,bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 15:28:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 15:28:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101213232825.457F3C3B2108@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12534 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121724 Blamelist: abramo,dgregor,djg,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/AST/TypeLoc.h lib/AST/TypeLoc.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp At: Mon 13 Dec 2010 14:31:53 Changed By: abramo Comments: Skip ParenType on function instantiations.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:36:40 Changed By: resistor Comments: Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provide correct fixups for Thumb2 ADR, which is _of course_ different from ARM ADR fixups, or any other Thumb2 fixup. Properties: File: lib/Analysis/MemoryDependenceAnalysis.cpp At: Mon 13 Dec 2010 14:51:43 Changed By: djg Comments: Update memdep to handle PartialAlias as MayAlias. Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Reapply r121520, PartialAlias implementation for BasicAA, now that memdep is updated to handle it. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: resistor Comments: Revert r121721, which broke buildbots. Properties: File: lib/Analysis/Lint.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Update a comment. Properties: Files: include/clang/AST/DeclTemplate.h include/clang/AST/Expr.h include/clang/AST/NestedNameSpecifier.h include/clang/AST/Stmt.h include/clang/AST/TemplateBase.h include/clang/AST/TemplateName.h include/clang/AST/Type.h include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/AST/NestedNameSpecifier.cpp lib/AST/TemplateBase.cpp lib/AST/TemplateName.cpp lib/AST/Type.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplate.cpp lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: dgregor Comments: Variadic templates: extend Type, NestedNameSpecifier, TemplateName, and TemplateArgument with an operation that determines whether there are any unexpanded parameter packs within that construct. Use this information to diagnose the appearance of the names of parameter packs that have not been expanded (C++ [temp.variadic]p5). Since this property is checked often (every declaration, ever expression statement, etc.), we extend Type and Expr with a bit storing the result of this computation, rather than walking the AST each time to determine whether any unexpanded parameter packs occur. This commit is deficient in several ways, which will be remedied with future commits: - Expr has a bit to store the presence of an unexpanded parameter pack, but it is never set. - The error messages don't point out where the unexpanded parameter packs were named in the type/expression, but they should. - We don't check for unexpanded parameter packs in all of the places where we should. - Testing is sparse, pending the resolution of the above three issues. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5104 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 21 llc 0x000000010002c950 start + 52 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 73691 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 20 llc 0x0000000000000002 start + 4294784742 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 79058 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 79297 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/thumb2-jtb.ll' 79298 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** From daniel_dunbar at apple.com Mon Dec 13 15:31:14 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 15:31:14 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101213233118.E2F05C3B23C3@mail-out4.apple.com> 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/11952 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121724 Blamelist: abramo,dgregor,djg,resistor BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/AST/TypeLoc.h lib/AST/TypeLoc.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp At: Mon 13 Dec 2010 14:31:53 Changed By: abramo Comments: Skip ParenType on function instantiations.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:36:40 Changed By: resistor Comments: Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provide correct fixups for Thumb2 ADR, which is _of course_ different from ARM ADR fixups, or any other Thumb2 fixup. Properties: File: lib/Analysis/MemoryDependenceAnalysis.cpp At: Mon 13 Dec 2010 14:51:43 Changed By: djg Comments: Update memdep to handle PartialAlias as MayAlias. Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Reapply r121520, PartialAlias implementation for BasicAA, now that memdep is updated to handle it. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: resistor Comments: Revert r121721, which broke buildbots. Properties: File: lib/Analysis/Lint.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Update a comment. Properties: Files: include/clang/AST/DeclTemplate.h include/clang/AST/Expr.h include/clang/AST/NestedNameSpecifier.h include/clang/AST/Stmt.h include/clang/AST/TemplateBase.h include/clang/AST/TemplateName.h include/clang/AST/Type.h include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/AST/NestedNameSpecifier.cpp lib/AST/TemplateBase.cpp lib/AST/TemplateName.cpp lib/AST/Type.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplate.cpp lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: dgregor Comments: Variadic templates: extend Type, NestedNameSpecifier, TemplateName, and TemplateArgument with an operation that determines whether there are any unexpanded parameter packs within that construct. Use this information to diagnose the appearance of the names of parameter packs that have not been expanded (C++ [temp.variadic]p5). Since this property is checked often (every declaration, ever expression statement, etc.), we extend Type and Expr with a bit storing the result of this computation, rather than walking the AST each time to determine whether any unexpanded parameter packs occur. This commit is deficient in several ways, which will be remedied with future commits: - Expr has a bit to store the presence of an unexpanded parameter pack, but it is never set. - The error messages don't point out where the unexpanded parameter packs were named in the type/expression, but they should. - We don't check for unexpanded parameter packs in all of the places where we should. - Testing is sparse, pending the resolution of the above three issues. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5104 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 17 llc 0x00001c36 start + 54 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 17258 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 15 llc 0x00001c36 start + 54 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 22163 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 22378 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-jtb.ll' 22379 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'stdio': LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Expected Passes : 5584 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/ARM/2009-08-29-TooLongSplat.ll LLVM :: CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll LLVM :: CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll LLVM :: CodeGen/Thumb2/buildvector-crash.ll LLVM :: CodeGen/Thumb2/thumb2-jtb.ll LLVM :: CodeGen/Thumb2/thumb2-tbb.ll LLVM :: CodeGen/Thumb2/thumb2-tbh.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-08-29-toolongsplat.ll': 18 llc 0x00002136 start + 54 Stack dump: 0. Program arguments: llc -mattr=+neon 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'ARM Assembly Printer' on function '@aaa' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/ARM/Output/2009-08-29-TooLongSplat.ll.script: line 2: 73441 Illegal instruction 'llc' '-mattr=+neon' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll' -- ******************** Last 10 lines of '2010-04-26-copyregcrash.ll': 15 llc 0x00002136 start + 54 Stack dump: 0. Program arguments: llc -mtriple=thumbv7-apple-darwin 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@test' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/2010-04-26-CopyRegCrash.ll.script: line 2: 78347 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll' -- ******************** Last 10 lines of '2010-06-14-neoncoalescer.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll:26:10: error: expected string not found in input ; CHECK: vldr.64 [[LDR:d.*]], ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'buildvector-crash.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/buildvector-crash.ll:15:10: error: expected string not found in input ; CHECK: RotateStarsFP_Vec: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-jtb.ll': Stack dump: 0. Program arguments: llc -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'Thumb IT blocks insertion pass' on function '@main__getopt_internal_2E_exit_2E_ce' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/thumb2-jtb.ll.script: line 3: 78562 Illegal instruction 'llc' '-march=thumb' '-mattr=+thumb2' '-arm-adjust-jump-tables=0' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-jtb.ll' 78563 Done | 'not' 'grep' 'tbb' -- ******************** Last 10 lines of 'thumb2-tbb.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-tbb.ll:6:10: error: expected string not found in input ; CHECK: bar: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'thumb2-tbh.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-tbh.ll:18:10: error: expected string not found in input ; CHECK: main: ^ :1:1: note: scanning from here ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 13 15:34:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:34:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101213233448.EEF8213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/125 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121730 Blamelist: abramo,bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed test-llvm compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:47:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:47:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101213234726.04D9B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/210 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121730 Blamelist: abramo,bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed test.llvm.stage1 compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:47:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:47:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101213234735.690A913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/241 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed test.llvm.stage1 compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 15:54:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 15:54:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101213235457.86D0513B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/214 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 15:59:13 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 15:59:13 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101213235928.9029FBF516B8@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6241 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121730 Blamelist: bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/MemoryDependenceAnalysis.cpp At: Mon 13 Dec 2010 14:51:43 Changed By: djg Comments: Update memdep to handle PartialAlias as MayAlias. Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Reapply r121520, PartialAlias implementation for BasicAA, now that memdep is updated to handle it. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: resistor Comments: Revert r121721, which broke buildbots. Properties: File: lib/Analysis/Lint.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Update a comment. Properties: Files: include/clang/AST/DeclTemplate.h include/clang/AST/Expr.h include/clang/AST/NestedNameSpecifier.h include/clang/AST/Stmt.h include/clang/AST/TemplateBase.h include/clang/AST/TemplateName.h include/clang/AST/Type.h include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/AST/NestedNameSpecifier.cpp lib/AST/TemplateBase.cpp lib/AST/TemplateName.cpp lib/AST/Type.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplate.cpp lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: dgregor Comments: Variadic templates: extend Type, NestedNameSpecifier, TemplateName, and TemplateArgument with an operation that determines whether there are any unexpanded parameter packs within that construct. Use this information to diagnose the appearance of the names of parameter packs that have not been expanded (C++ [temp.variadic]p5). Since this property is checked often (every declaration, ever expression statement, etc.), we extend Type and Expr with a bit storing the result of this computation, rather than walking the AST each time to determine whether any unexpanded parameter packs occur. This commit is deficient in several ways, which will be remedied with future commits: - Expr has a bit to store the presence of an unexpanded parameter pack, but it is never set. - The error messages don't point out where the unexpanded parameter packs were named in the type/expression, but they should. - We don't check for unexpanded parameter packs in all of the places where we should. - Testing is sparse, pending the resolution of the above three issues. Properties: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 15:06:40 Changed By: lattner Comments: temporarily disable part of my previous patch, which causes an iterator invalidation issue, causing a crash on some versions of perlbmk. Properties: File: lib/Target/ARM/ARMInstrNEON.td At: Mon 13 Dec 2010 15:06:40 Changed By: bwilson Comments: Simplify N2VSPat, removing some unnecessary type arguments.Properties: Files: lib/Target/ARM/ARMBaseInstrInfo.cpp lib/Target/ARM/ARMInstrNEON.td test/CodeGen/Thumb2/cross-rc-coalescing-2.ll utils/TableGen/ARMDecoderEmitter.cpp At: Mon 13 Dec 2010 15:06:40 Changed By: bwilson Comments: Remove the rest of the *_sfp Neon instruction patterns. Use the same COPY_TO_REGCLASS approach as for the 2-register *_sfp instructions. This change made a big difference in the code generated for the CodeGen/Thumb2/cross-rc-coalescing-2.ll test: The coalescer is still doing a fine job, but some instructions that were previously moved outside the loop are not moved now. It's using fewer VFP registers now, which is generally a good thing, so I think the estimates for register pressure changed and that affected the LICM behavior. Since that isn't obviously wrong, I've just changed the test file. This completes the work for Radar 8711675.Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0512 544 0.0071 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2440 3360 0.0856 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0501 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0163 1088 0.0198 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0247 528 0.0051 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0369 544 0.0067 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3844 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0174 976 0.0298 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0657 560 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1489 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0512 544 0.0071 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2440 3360 0.0856 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0501 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0163 1088 0.0198 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0247 528 0.0051 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0369 544 0.0067 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3844 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0174 976 0.0298 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0657 560 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1489 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.GCCAS': GCCAS.MultiSource/Applications/ClamAV/clamscan GCCAS.MultiSource/Applications/JM/lencod/lencod GCCAS.MultiSource/Applications/SIBsim4/SIBsim4 GCCAS.MultiSource/Applications/oggenc/oggenc GCCAS.MultiSource/Applications/sqlite3/sqlite3 GCCAS.MultiSource/Benchmarks/MallocBench/cfrac/cfrac GCCAS.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset GCCAS.MultiSource/Benchmarks/PAQ8p/paq8p GCCAS.MultiSource/Benchmarks/Prolangs-C++/fsm/fsm GCCAS.MultiSource/Benchmarks/Ptrdist/bc/bc Last 10 lines of 'fail.Bytecode': Bytecode.MultiSource/Applications/SIBsim4/SIBsim4 Bytecode.MultiSource/Applications/oggenc/oggenc Bytecode.MultiSource/Applications/sqlite3/sqlite3 Bytecode.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 Bytecode.MultiSource/Benchmarks/MallocBench/cfrac/cfrac Bytecode.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset Bytecode.MultiSource/Benchmarks/PAQ8p/paq8p Bytecode.MultiSource/Benchmarks/Prolangs-C++/fsm/fsm Bytecode.MultiSource/Benchmarks/Prolangs-C/loader/loader Bytecode.MultiSource/Benchmarks/Ptrdist/bc/bc Last 10 lines of 'fail.LLC': LLC.MultiSource/Applications/SIBsim4/SIBsim4 LLC.MultiSource/Applications/oggenc/oggenc LLC.MultiSource/Applications/sqlite3/sqlite3 LLC.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 LLC.MultiSource/Benchmarks/MallocBench/cfrac/cfrac LLC.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset LLC.MultiSource/Benchmarks/PAQ8p/paq8p LLC.MultiSource/Benchmarks/Prolangs-C++/fsm/fsm LLC.MultiSource/Benchmarks/Prolangs-C/loader/loader LLC.MultiSource/Benchmarks/Ptrdist/bc/bc Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Applications/SIBsim4/SIBsim4 LLC_compile.MultiSource/Applications/oggenc/oggenc LLC_compile.MultiSource/Applications/sqlite3/sqlite3 LLC_compile.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 LLC_compile.MultiSource/Benchmarks/MallocBench/cfrac/cfrac LLC_compile.MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset LLC_compile.MultiSource/Benchmarks/PAQ8p/paq8p LLC_compile.MultiSource/Benchmarks/Prolangs-C++/fsm/fsm LLC_compile.MultiSource/Benchmarks/Prolangs-C/loader/loader LLC_compile.MultiSource/Benchmarks/Ptrdist/bc/bc Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Mon Dec 13 16:06:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 16:06:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101214000620.62CC313B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/271 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121732 Blamelist: bwilson,jasonwkim,lattner BUILD FAILED: failed test.llvm.stage1 compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 16:14:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 16:14:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101214001423.91A3113B2070@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/264 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121730 Blamelist: abramo,bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed run.build.step.test_llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 16:23:19 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 16:23:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101214002321.4C20113B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/196 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121732 Blamelist: bwilson,jasonwkim,lattner BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 16:25:53 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 16:25:53 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101214002558.180C7C3B57AB@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7070 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed compile-llvm-stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/AST/TypeLoc.h lib/AST/TypeLoc.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp At: Mon 13 Dec 2010 14:31:53 Changed By: abramo Comments: Skip ParenType on function instantiations.Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:36:40 Changed By: resistor Comments: Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provide correct fixups for Thumb2 ADR, which is _of course_ different from ARM ADR fixups, or any other Thumb2 fixup. Properties: File: lib/Analysis/MemoryDependenceAnalysis.cpp At: Mon 13 Dec 2010 14:51:43 Changed By: djg Comments: Update memdep to handle PartialAlias as MayAlias. Properties: Files: lib/Analysis/BasicAliasAnalysis.cpp test/Analysis/TypeBasedAliasAnalysis/precedence.ll At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Reapply r121520, PartialAlias implementation for BasicAA, now that memdep is updated to handle it. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMCodeEmitter.cpp lib/Target/ARM/ARMConstantIslandPass.cpp lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCCodeEmitter.cpp utils/TableGen/EDEmitter.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: resistor Comments: Revert r121721, which broke buildbots. Properties: File: lib/Analysis/Lint.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: djg Comments: Update a comment. Properties: Files: include/clang/AST/DeclTemplate.h include/clang/AST/Expr.h include/clang/AST/NestedNameSpecifier.h include/clang/AST/Stmt.h include/clang/AST/TemplateBase.h include/clang/AST/TemplateName.h include/clang/AST/Type.h include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/AST/NestedNameSpecifier.cpp lib/AST/TemplateBase.cpp lib/AST/TemplateName.cpp lib/AST/Type.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplate.cpp lib/Serialization/ASTReaderStmt.cpp lib/Serialization/ASTWriterStmt.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Mon 13 Dec 2010 14:56:40 Changed By: dgregor Comments: Variadic templates: extend Type, NestedNameSpecifier, TemplateName, and TemplateArgument with an operation that determines whether there are any unexpanded parameter packs within that construct. Use this information to diagnose the appearance of the names of parameter packs that have not been expanded (C++ [temp.variadic]p5). Since this property is checked often (every declaration, ever expression statement, etc.), we extend Type and Expr with a bit storing the result of this computation, rather than walking the AST each time to determine whether any unexpanded parameter packs occur. This commit is deficient in several ways, which will be remedied with future commits: - Expr has a bit to store the presence of an unexpanded parameter pack, but it is never set. - The error messages don't point out where the unexpanded parameter packs were named in the type/expression, but they should. - We don't check for unexpanded parameter packs in all of the places where we should. - Testing is sparse, pending the resolution of the above three issues. Properties: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 15:06:40 Changed By: lattner Comments: temporarily disable part of my previous patch, which causes an iterator invalidation issue, causing a crash on some versions of perlbmk. Properties: File: lib/Target/ARM/ARMInstrNEON.td At: Mon 13 Dec 2010 15:06:40 Changed By: bwilson Comments: Simplify N2VSPat, removing some unnecessary type arguments.Properties: Files: lib/Target/ARM/ARMBaseInstrInfo.cpp lib/Target/ARM/ARMInstrNEON.td test/CodeGen/Thumb2/cross-rc-coalescing-2.ll utils/TableGen/ARMDecoderEmitter.cpp At: Mon 13 Dec 2010 15:06:40 Changed By: bwilson Comments: Remove the rest of the *_sfp Neon instruction patterns. Use the same COPY_TO_REGCLASS approach as for the 2-register *_sfp instructions. This change made a big difference in the code generated for the CodeGen/Thumb2/cross-rc-coalescing-2.ll test: The coalescer is still doing a fine job, but some instructions that were previously moved outside the loop are not moved now. It's using fewer VFP registers now, which is generally a good thing, so I think the estimates for register pressure changed and that affected the LICM behavior. Since that isn't obviously wrong, I've just changed the test file. This completes the work for Radar 8711675.Properties: Files: lib/MC/ELFObjectWriter.cpp test/CodeGen/ARM/2010-12-13-reloc-pic.ll At: Mon 13 Dec 2010 15:21:40 Changed By: jasonwkim Comments: First cut of ARM/MC/ELF PIC relocations. Test has fixme, to move to .s -> .o test when AsmParser works better. Properties: LOGS: Last 10 lines of 'stdio': if /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~dst/Developer/usr/bin/llvm-g++-4.2 -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp" -MT "/Users/buildslave/zorg/buildbot/s mooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o" -MT "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/ConstantRange.cpp -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o ; \ then /bin/mv -f "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d"; else /bin/rm "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp"; exit 1; fi /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/APInt.cpp:2904: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. rm: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.d.tmp: No such file or directory make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 1 From jasonwkim at google.com Mon Dec 13 16:37:24 2010 From: jasonwkim at google.com (Jason Kim) Date: Mon, 13 Dec 2010 16:37:24 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost In-Reply-To: <20101214002558.180C7C3B57AB@mail-out4.apple.com> References: <20101214002558.180C7C3B57AB@mail-out4.apple.com> Message-ID: On Mon, Dec 13, 2010 at 4:25 PM, wrote: > The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. > Full details are available at: >  http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7070 .. >  mooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o" -MT "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/ConstantRange.cpp -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o ; \ >                        then /bin/mv -f "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d"; else /bin/rm "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp"; exit 1; fi >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/APInt.cpp:2904: internal compiler error: Segmentation fault >        Please submit a full bug report, >        with preprocessed source if appropriate. >        See for instructions. >        rm: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.d.tmp: No such file or directory >        make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.o] Error 1 >        make[1]: *** Waiting for unfinished jobs.... >        make: *** [all] Error 1 > > Errm, doesn't look like mine :-( Anyone? Thanks -jason From buildbot at google1.osuosl.org Mon Dec 13 16:40:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 16:40:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101214004038.7485213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/108 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed make.test-suite sincerely, -The Buildbot From owen at apple.com Mon Dec 13 16:42:03 2010 From: owen at apple.com (Owen Anderson) Date: Mon, 13 Dec 2010 16:42:03 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost In-Reply-To: References: <20101214002558.180C7C3B57AB@mail-out4.apple.com> Message-ID: <766FFA54-9DEB-4924-B3C4-50139424CD8E@apple.com> It was probably Chris' patch, which I have since reverted. It should be fixed in the next build. --Owen On Dec 13, 2010, at 4:37 PM, Jason Kim wrote: > On Mon, Dec 13, 2010 at 4:25 PM, wrote: >> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7070 > .. >> mooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o" -MT "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/ConstantRange.cpp -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.o ; \ >> then /bin/mv -f "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp" "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d"; else /bin/rm "/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/ConstantRange.d.tmp"; exit 1; fi >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Support/APInt.cpp:2904: internal compiler error: Segmentation fault >> Please submit a full bug report, >> with preprocessed source if appropriate. >> See for instructions. >> rm: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.d.tmp: No such file or directory >> make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/lib/Support/Release+Asserts/APInt.o] Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make: *** [all] Error 1 >> >> > > > Errm, doesn't look like mine :-( > Anyone? > > Thanks > -jason -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Mon Dec 13 17:00:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 17:00:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101214010031.E4F1213B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/129 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121721 Blamelist: abramo,bwilson,resistor BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 17:05:42 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 17:05:42 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101214010543.BF7A813B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/154 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 17:36:31 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 17:36:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101214013632.7123313B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/120 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121730 Blamelist: abramo,bwilson,dgregor,djg,lattner,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 18:28:58 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 18:28:58 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101214022859.AE2D013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/110 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 121732 Blamelist: abramo,bwilson,dgregor,djg,jasonwkim,lattner,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 18:55:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 18:55:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101214025506.D82FC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/80 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121721 Blamelist: abramo,bwilson,evancheng,grosbach,lattner,resistor BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 20:21:39 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 20:21:39 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101214042141.DB12F13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/168 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121747 Blamelist: evancheng,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 20:21:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 20:21:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101214042141.DC0F613B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/135 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 121746 Blamelist: evancheng BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 22:08:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:08:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101214060813.643A313B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/574 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 22:12:42 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 22:12:42 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101214061309.5744ABF6226F@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16903 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 22:01:40 Changed By: lattner Comments: reapply my recent change that disables a piece of the switch formation work, but fixes 400.perlbmk. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 13 22:19:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:19:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101214061949.48D7013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/300 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 22:22:21 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:22:21 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101214062223.31BB613B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/375 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 22:36:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:36:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101214063601.BAE9913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/247 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 22:36:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:36:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101214063645.D84EC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/278 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 22:39:04 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 22:39:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101214063912.21B59C3D1AAB@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12543 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 22:01:40 Changed By: lattner Comments: reapply my recent change that disables a piece of the switch formation work, but fixes 400.perlbmk. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** From daniel_dunbar at apple.com Mon Dec 13 22:39:01 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 22:39:01 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101214063912.257CABF67E47@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7108 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 22:01:40 Changed By: lattner Comments: reapply my recent change that disables a piece of the switch formation work, but fixes 400.perlbmk. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/filelist.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** From daniel_dunbar at apple.com Mon Dec 13 22:39:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 22:39:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101214063925.D6323C3D1AB1@mail-out4.apple.com> 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/11961 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 22:01:40 Changed By: lattner Comments: reapply my recent change that disables a piece of the switch formation work, but fixes 400.perlbmk. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5591 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/SimplifyCFG/switch_create.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'switch_create.ll': :181:20: note: scanning from here switch.early.test: ; preds = %0 ^ :194:12: note: possible intended match here define i32 @test11(i32 %bar) nounwind { ^ -- ******************** From buildbot at google1.osuosl.org Mon Dec 13 22:57:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 22:57:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101214065738.B4CC413B2070@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/270 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed run.build.step.test_llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 23:03:24 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 23:03:24 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101214070328.22A1EBF6872E@mail-out3.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7076 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Mon 13 Dec 2010 22:01:40 Changed By: lattner Comments: reapply my recent change that disables a piece of the switch formation work, but fixes 400.perlbmk. Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: Transforms/SimplifyCFG/switch_create.ll Expected Passes : 5620 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Mon Dec 13 23:14:07 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 23:14:07 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101214071409.1B25413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/216 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 13 23:23:29 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 13 Dec 2010 23:23:29 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101214072333.CF41BBF6EE87@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7110 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121754 Blamelist: lattner,rjmccall BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Transforms/Utils/BasicBlockUtils.h lib/Transforms/Utils/BasicBlockUtils.cpp At: Mon 13 Dec 2010 22:56:49 Changed By: lattner Comments: remove the dead (and terrible) llvm::RemoveSuccessor function. Properties: Files: include/clang/AST/ASTContext.h include/clang/AST/ExprCXX.h include/clang/AST/Type.h include/clang/Sema/Sema.h lib/AST/ASTContext.cpp lib/AST/ASTImporter.cpp lib/AST/ExprCXX.cpp lib/AST/Type.cpp lib/CodeGen/CodeGenFunction.cpp lib/Rewrite/RewriteObjC.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaLookup.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp lib/Sema/SemaType.cpp lib/Serialization/ASTReader.cpp At: Mon 13 Dec 2010 22:56:49 Changed By: rjmccall Comments: Factor out most of the extra state in a FunctionProtoType into a separate class to be passed around. The line between argument and return types and everything else is kindof vague, but I think it's justifiable. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:06:40 Changed By: lattner Comments: make FoldTwoEntryPHINode use instsimplify a bit, make GetIfCondition faster by avoiding pred_iterator. No really interesting change. Properties: LOGS: Last 10 lines of 'stdio': llvm[1]: Compiling regstrlcpy.c for Release+Asserts build llvm[1]: Compiling system_error.cpp for Release+Asserts build clang: error: unable to execute command: Segmentation fault clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/TargetRegistry.o] Error 1 make[1]: *** Waiting for unfinished jobs.... clang: error: unable to execute command: Segmentation fault clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APInt.o] Error 1 make: *** [all] Error 1 From buildbot at google1.osuosl.org Mon Dec 13 23:27:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 23:27:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101214072728.DFEB713B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/159 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121749 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 23:42:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 23:42:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101214074208.20D8813B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/314 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121755 Blamelist: lattner,rjmccall BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 23:42:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 23:42:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101214074231.D052913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/377 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121755 Blamelist: lattner,rjmccall BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 13 23:42:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 13 Dec 2010 23:42:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101214074234.4822613B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/280 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121756 Blamelist: lattner,rjmccall BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 00:04:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 00:04:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101214080457.87F5813B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/398 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121756 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 00:04:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 00:04:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101214080457.86CCE13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/398 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 121756 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 14 00:08:28 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 14 Dec 2010 00:08:28 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101214080832.6E8FBBF7279A@mail-out3.apple.com> 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/11964 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121758 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:06:40 Changed By: lattner Comments: make FoldTwoEntryPHINode use instsimplify a bit, make GetIfCondition faster by avoiding pred_iterator. No really interesting change. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:16:40 Changed By: lattner Comments: use AddPredecessorToBlock in 3 places instead of a manual loop. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:21:40 Changed By: lattner Comments: simplify GetIfCondition by using getSinglePredecessor. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:26:40 Changed By: lattner Comments: use SimplifyInstruction instead of reimplementing part of it. Properties: File: lib/Transforms/Utils/SimplifyCFG.cpp At: Mon 13 Dec 2010 23:26:40 Changed By: lattner Comments: tidy up a bit, move DEBUG down to when we commit to doing the transform so we don't print it unless the xform happens. Properties: LOGS: Last 10 lines of 'stdio': -c ../../llvm-gcc.src/gcc/toplev.c -o toplev.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/tracer.c -o tracer.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/passes.c -o passes.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/tree-profile.c -o tree-profile.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/ipa-inline.c -o ipa-inline.o mv tmp-libgcc.mk libgcc.mk /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/gcov.c -o gcov.o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/xgcc -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.obj/./prev-gcc/ -B/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm-gcc.install/i686-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H -I. -I. -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/. -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -DENABLE_LLVM -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS ../../llvm-gcc.src/gcc/gcov-dump.c -o gcov-dump.o g++ -m32 -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ./../intl/libintl.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/Release+Asserts/lib -lpthread -lm -o gcov-dump g++ -m32 -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -mdynamic-no-pic -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ./../intl/libintl.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/Release+Asserts/lib -lpthread -lm -o gcov Last 10 lines of 'warnings': warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' From buildbot at google1.osuosl.org Tue Dec 14 00:09:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 00:09:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101214080916.1BCBD13B2070@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/272 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121759 Blamelist: lattner,rjmccall BUILD FAILED: failed run.build.step.make_llvmgcc_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 00:18:17 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 00:18:17 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101214081820.9FFB213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/221 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121760 Blamelist: lattner,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 00:20:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 00:20:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101214082015.CDAC713B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/267 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121760 Blamelist: lattner,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 01:25:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 01:25:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101214092535.A887913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/82 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121754 Blamelist: evancheng,lattner,rjmccall,void BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 02:06:08 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 02:06:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101214100609.E6DEA13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/171 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121764 Blamelist: lattner,rjmccall BUILD FAILED: failed run.build.step.clean sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 03:17:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 03:17:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101214111740.211EC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/124 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121763 Blamelist: lattner,rjmccall BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 04:42:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 04:42:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101214124249.C4AC613B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/101 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121764 Blamelist: lattner,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Tue Dec 14 11:14:15 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Tue, 14 Dec 2010 13:14:15 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101214191415.D53932A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/45/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 45, Order: 121776, Start Time: 2010-12-14 18:31:48, End Time: 2010-12-14 19:16:38 To: (none) =============== Tests Summary =============== New Failures: 1 Added Tests: 944 Total Tests: 945 ============== Changes Detail ============== New Failures ------------ External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec Added Tests ----------- External/Nurbs/nurbs.compile External/Nurbs/nurbs.exec External/Povray/povray.compile External/Povray/povray.exec External/SPEC/CFP2000/177_mesa/177_mesa.compile External/SPEC/CFP2000/177_mesa/177_mesa.exec External/SPEC/CFP2000/179_art/179_art.compile External/SPEC/CFP2000/179_art/179_art.exec External/SPEC/CFP2000/183_equake/183_equake.compile External/SPEC/CFP2000/183_equake/183_equake.exec External/SPEC/CFP2000/188_ammp/188_ammp.compile External/SPEC/CFP2000/188_ammp/188_ammp.exec External/SPEC/CFP2006/433_milc/433_milc.compile External/SPEC/CFP2006/433_milc/433_milc.exec External/SPEC/CFP2006/444_namd/444_namd.compile External/SPEC/CFP2006/444_namd/444_namd.exec External/SPEC/CFP2006/447_dealII/447_dealII.compile External/SPEC/CFP2006/447_dealII/447_dealII.exec External/SPEC/CFP2006/450_soplex/450_soplex.compile External/SPEC/CFP2006/450_soplex/450_soplex.exec External/SPEC/CFP2006/470_lbm/470_lbm.compile External/SPEC/CFP2006/470_lbm/470_lbm.exec External/SPEC/CINT2000/164_gzip/164_gzip.compile External/SPEC/CINT2000/164_gzip/164_gzip.exec External/SPEC/CINT2000/175_vpr/175_vpr.compile External/SPEC/CINT2000/175_vpr/175_vpr.exec External/SPEC/CINT2000/176_gcc/176_gcc.compile External/SPEC/CINT2000/176_gcc/176_gcc.exec External/SPEC/CINT2000/181_mcf/181_mcf.compile External/SPEC/CINT2000/181_mcf/181_mcf.exec External/SPEC/CINT2000/186_crafty/186_crafty.compile External/SPEC/CINT2000/186_crafty/186_crafty.exec External/SPEC/CINT2000/197_parser/197_parser.compile External/SPEC/CINT2000/197_parser/197_parser.exec External/SPEC/CINT2000/252_eon/252_eon.compile External/SPEC/CINT2000/252_eon/252_eon.exec External/SPEC/CINT2000/253_perlbmk/253_perlbmk.compile External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec External/SPEC/CINT2000/254_gap/254_gap.compile External/SPEC/CINT2000/254_gap/254_gap.exec External/SPEC/CINT2000/255_vortex/255_vortex.compile External/SPEC/CINT2000/255_vortex/255_vortex.exec External/SPEC/CINT2000/256_bzip2/256_bzip2.compile External/SPEC/CINT2000/256_bzip2/256_bzip2.exec External/SPEC/CINT2000/300_twolf/300_twolf.compile External/SPEC/CINT2000/300_twolf/300_twolf.exec External/SPEC/CINT2006/400_perlbench/400_perlbench.compile External/SPEC/CINT2006/400_perlbench/400_perlbench.exec External/SPEC/CINT2006/401_bzip2/401_bzip2.compile External/SPEC/CINT2006/401_bzip2/401_bzip2.exec External/SPEC/CINT2006/403_gcc/403_gcc.compile External/SPEC/CINT2006/403_gcc/403_gcc.exec External/SPEC/CINT2006/429_mcf/429_mcf.compile External/SPEC/CINT2006/429_mcf/429_mcf.exec External/SPEC/CINT2006/445_gobmk/445_gobmk.compile External/SPEC/CINT2006/445_gobmk/445_gobmk.exec External/SPEC/CINT2006/456_hmmer/456_hmmer.compile External/SPEC/CINT2006/456_hmmer/456_hmmer.exec External/SPEC/CINT2006/458_sjeng/458_sjeng.compile External/SPEC/CINT2006/458_sjeng/458_sjeng.exec External/SPEC/CINT2006/462_libquantum/462_libquantum.compile External/SPEC/CINT2006/462_libquantum/462_libquantum.exec External/SPEC/CINT2006/464_h264ref/464_h264ref.compile External/SPEC/CINT2006/464_h264ref/464_h264ref.exec External/SPEC/CINT2006/471_omnetpp/471_omnetpp.compile External/SPEC/CINT2006/471_omnetpp/471_omnetpp.exec External/SPEC/CINT2006/473_astar/473_astar.compile External/SPEC/CINT2006/473_astar/473_astar.exec External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.compile External/SPEC/CINT95/099_go/099_go.compile External/SPEC/CINT95/099_go/099_go.exec External/SPEC/CINT95/124_m88ksim/124_m88ksim.compile External/SPEC/CINT95/124_m88ksim/124_m88ksim.exec External/SPEC/CINT95/126_gcc/126_gcc.compile External/SPEC/CINT95/126_gcc/126_gcc.exec External/SPEC/CINT95/129_compress/129_compress.compile External/SPEC/CINT95/129_compress/129_compress.exec External/SPEC/CINT95/130_li/130_li.compile External/SPEC/CINT95/130_li/130_li.exec External/SPEC/CINT95/132_ijpeg/132_ijpeg.compile External/SPEC/CINT95/132_ijpeg/132_ijpeg.exec External/SPEC/CINT95/134_perl/134_perl.compile External/SPEC/CINT95/134_perl/134_perl.exec External/SPEC/CINT95/147_vortex/147_vortex.compile External/SPEC/CINT95/147_vortex/147_vortex.exec External/skidmarks10/skidmarks.BigMult.exec External/skidmarks10/skidmarks.Ellipticrypt.exec External/skidmarks10/skidmarks.FFT.exec External/skidmarks10/skidmarks.Galaxy.exec External/skidmarks10/skidmarks.IDCT.exec External/skidmarks10/skidmarks.IntToFloat.exec External/skidmarks10/skidmarks.MDCT.exec External/skidmarks10/skidmarks.MPEG.exec External/skidmarks10/skidmarks.ParseVid.exec External/skidmarks10/skidmarks.PixBlend.exec External/skidmarks10/skidmarks.Q3.exec External/skidmarks10/skidmarks.Quant.exec External/skidmarks10/skidmarks.Quicksort.exec External/skidmarks10/skidmarks.Rijndael.exec External/skidmarks10/skidmarks.VolInt.exec External/skidmarks10/skidmarks.compile External/skidmarks10/skidmarks.exec MultiSource/Applications/Burg/burg.compile MultiSource/Applications/Burg/burg.exec MultiSource/Applications/ClamAV/clamscan.compile MultiSource/Applications/ClamAV/clamscan.exec MultiSource/Applications/JM/ldecod/ldecod.compile MultiSource/Applications/JM/ldecod/ldecod.exec MultiSource/Applications/JM/lencod/lencod.compile MultiSource/Applications/JM/lencod/lencod.exec MultiSource/Applications/SIBsim4/SIBsim4.compile MultiSource/Applications/SIBsim4/SIBsim4.exec MultiSource/Applications/SPASS/SPASS.compile MultiSource/Applications/SPASS/SPASS.exec MultiSource/Applications/aha/aha.compile MultiSource/Applications/aha/aha.exec MultiSource/Applications/d/make_dparser.compile MultiSource/Applications/d/make_dparser.exec MultiSource/Applications/hbd/hbd.compile MultiSource/Applications/hbd/hbd.exec MultiSource/Applications/hexxagon/hexxagon.compile MultiSource/Applications/hexxagon/hexxagon.exec MultiSource/Applications/kimwitu++/kc.compile MultiSource/Applications/kimwitu++/kc.exec MultiSource/Applications/lambda-0_1_3/lambda.compile MultiSource/Applications/lambda-0_1_3/lambda.exec MultiSource/Applications/lemon/lemon.compile MultiSource/Applications/lemon/lemon.exec MultiSource/Applications/lua/lua.compile MultiSource/Applications/lua/lua.exec MultiSource/Applications/minisat/minisat.compile MultiSource/Applications/minisat/minisat.exec MultiSource/Applications/oggenc/oggenc.compile MultiSource/Applications/oggenc/oggenc.exec MultiSource/Applications/sgefa/sgefa.compile MultiSource/Applications/sgefa/sgefa.exec MultiSource/Applications/siod/siod.compile MultiSource/Applications/siod/siod.exec MultiSource/Applications/spiff/spiff.compile MultiSource/Applications/spiff/spiff.exec MultiSource/Applications/sqlite3/sqlite3.compile MultiSource/Applications/sqlite3/sqlite3.exec MultiSource/Applications/treecc/treecc.compile MultiSource/Applications/treecc/treecc.exec MultiSource/Applications/viterbi/viterbi.compile MultiSource/Applications/viterbi/viterbi.exec MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.compile MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.exec MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk.compile MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk.exec MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk.compile MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk.exec MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk.compile MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk.exec MultiSource/Benchmarks/BitBench/drop3/drop3.compile MultiSource/Benchmarks/BitBench/drop3/drop3.exec MultiSource/Benchmarks/BitBench/five11/five11.compile MultiSource/Benchmarks/BitBench/five11/five11.exec MultiSource/Benchmarks/BitBench/uudecode/uudecode.compile MultiSource/Benchmarks/BitBench/uudecode/uudecode.exec MultiSource/Benchmarks/BitBench/uuencode/uuencode.compile MultiSource/Benchmarks/BitBench/uuencode/uuencode.exec MultiSource/Benchmarks/Bullet/bullet.compile MultiSource/Benchmarks/Bullet/bullet.exec MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.compile MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.exec MultiSource/Benchmarks/Fhourstones/fhourstones.compile MultiSource/Benchmarks/Fhourstones/fhourstones.exec MultiSource/Benchmarks/FreeBench/analyzer/analyzer.compile MultiSource/Benchmarks/FreeBench/analyzer/analyzer.exec MultiSource/Benchmarks/FreeBench/distray/distray.compile MultiSource/Benchmarks/FreeBench/distray/distray.exec MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow.compile MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow.exec MultiSource/Benchmarks/FreeBench/mason/mason.compile MultiSource/Benchmarks/FreeBench/mason/mason.exec MultiSource/Benchmarks/FreeBench/neural/neural.compile MultiSource/Benchmarks/FreeBench/neural/neural.exec MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2.compile MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2.exec MultiSource/Benchmarks/FreeBench/pifft/pifft.compile MultiSource/Benchmarks/FreeBench/pifft/pifft.exec MultiSource/Benchmarks/MallocBench/cfrac/cfrac.compile MultiSource/Benchmarks/MallocBench/cfrac/cfrac.exec MultiSource/Benchmarks/MallocBench/espresso/espresso.compile MultiSource/Benchmarks/MallocBench/espresso/espresso.exec MultiSource/Benchmarks/MallocBench/gs/gs.compile MultiSource/Benchmarks/MallocBench/gs/gs.exec MultiSource/Benchmarks/McCat/01-qbsort/qbsort.compile MultiSource/Benchmarks/McCat/01-qbsort/qbsort.exec MultiSource/Benchmarks/McCat/03-testtrie/testtrie.compile MultiSource/Benchmarks/McCat/03-testtrie/testtrie.exec MultiSource/Benchmarks/McCat/04-bisect/bisect.compile MultiSource/Benchmarks/McCat/04-bisect/bisect.exec MultiSource/Benchmarks/McCat/05-eks/eks.compile MultiSource/Benchmarks/McCat/05-eks/eks.exec MultiSource/Benchmarks/McCat/08-main/main.compile MultiSource/Benchmarks/McCat/08-main/main.exec MultiSource/Benchmarks/McCat/09-vor/vor.compile MultiSource/Benchmarks/McCat/09-vor/vor.exec MultiSource/Benchmarks/McCat/12-IOtest/iotest.compile MultiSource/Benchmarks/McCat/12-IOtest/iotest.exec MultiSource/Benchmarks/McCat/15-trie/trie.compile MultiSource/Benchmarks/McCat/15-trie/trie.exec MultiSource/Benchmarks/McCat/17-bintr/bintr.compile MultiSource/Benchmarks/McCat/17-bintr/bintr.exec MultiSource/Benchmarks/McCat/18-imp/imp.compile MultiSource/Benchmarks/McCat/18-imp/imp.exec MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath.compile MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath.exec MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.compile MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.exec MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan.compile MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan.exec MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.compile MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.exec MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.compile MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.exec MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset.compile MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset.exec MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra.compile MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra.exec MultiSource/Benchmarks/MiBench/network-patricia/network-patricia.compile MultiSource/Benchmarks/MiBench/network-patricia/network-patricia.exec MultiSource/Benchmarks/MiBench/office-ispell/office-ispell.compile MultiSource/Benchmarks/MiBench/office-ispell/office-ispell.exec MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch.compile MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch.exec MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish.compile MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish.exec MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael.compile MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael.exec MultiSource/Benchmarks/MiBench/security-sha/security-sha.compile MultiSource/Benchmarks/MiBench/security-sha/security-sha.exec MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32.compile MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32.exec MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.compile MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.exec MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm.compile MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm.exec MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm.compile MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm.exec MultiSource/Benchmarks/NPB-serial/is/is.compile MultiSource/Benchmarks/NPB-serial/is/is.exec MultiSource/Benchmarks/Olden/bh/bh.compile MultiSource/Benchmarks/Olden/bh/bh.exec MultiSource/Benchmarks/Olden/bisort/bisort.compile MultiSource/Benchmarks/Olden/bisort/bisort.exec MultiSource/Benchmarks/Olden/em3d/em3d.compile MultiSource/Benchmarks/Olden/em3d/em3d.exec MultiSource/Benchmarks/Olden/health/health.compile MultiSource/Benchmarks/Olden/health/health.exec MultiSource/Benchmarks/Olden/mst/mst.compile MultiSource/Benchmarks/Olden/mst/mst.exec MultiSource/Benchmarks/Olden/perimeter/perimeter.compile MultiSource/Benchmarks/Olden/perimeter/perimeter.exec MultiSource/Benchmarks/Olden/power/power.compile MultiSource/Benchmarks/Olden/power/power.exec MultiSource/Benchmarks/Olden/treeadd/treeadd.compile MultiSource/Benchmarks/Olden/treeadd/treeadd.exec MultiSource/Benchmarks/Olden/tsp/tsp.compile MultiSource/Benchmarks/Olden/tsp/tsp.exec MultiSource/Benchmarks/Olden/voronoi/voronoi.compile MultiSource/Benchmarks/Olden/voronoi/voronoi.exec MultiSource/Benchmarks/PAQ8p/paq8p.compile MultiSource/Benchmarks/PAQ8p/paq8p.exec MultiSource/Benchmarks/Prolangs-C++/NP/np.compile MultiSource/Benchmarks/Prolangs-C++/NP/np.exec MultiSource/Benchmarks/Prolangs-C++/city/city.compile MultiSource/Benchmarks/Prolangs-C++/city/city.exec MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1.compile MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1.exec MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2.compile MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2.exec MultiSource/Benchmarks/Prolangs-C++/employ/employ.compile MultiSource/Benchmarks/Prolangs-C++/employ/employ.exec MultiSource/Benchmarks/Prolangs-C++/family/family.compile MultiSource/Benchmarks/Prolangs-C++/family/family.exec MultiSource/Benchmarks/Prolangs-C++/fsm/fsm.compile MultiSource/Benchmarks/Prolangs-C++/fsm/fsm.exec MultiSource/Benchmarks/Prolangs-C++/garage/garage.compile MultiSource/Benchmarks/Prolangs-C++/garage/garage.exec MultiSource/Benchmarks/Prolangs-C++/life/life.compile MultiSource/Benchmarks/Prolangs-C++/life/life.exec MultiSource/Benchmarks/Prolangs-C++/objects/objects.compile MultiSource/Benchmarks/Prolangs-C++/objects/objects.exec MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.compile MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.exec MultiSource/Benchmarks/Prolangs-C++/office/office.compile MultiSource/Benchmarks/Prolangs-C++/office/office.exec MultiSource/Benchmarks/Prolangs-C++/primes/primes.compile MultiSource/Benchmarks/Prolangs-C++/primes/primes.exec MultiSource/Benchmarks/Prolangs-C++/shapes/shapes.compile MultiSource/Benchmarks/Prolangs-C++/shapes/shapes.exec MultiSource/Benchmarks/Prolangs-C++/simul/simul.compile MultiSource/Benchmarks/Prolangs-C++/simul/simul.exec MultiSource/Benchmarks/Prolangs-C++/trees/trees.compile MultiSource/Benchmarks/Prolangs-C++/trees/trees.exec MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc.compile MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc.exec MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.compile MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.exec MultiSource/Benchmarks/Prolangs-C/agrep/agrep.compile MultiSource/Benchmarks/Prolangs-C/agrep/agrep.exec MultiSource/Benchmarks/Prolangs-C/allroots/allroots.compile MultiSource/Benchmarks/Prolangs-C/allroots/allroots.exec MultiSource/Benchmarks/Prolangs-C/assembler/assembler.compile MultiSource/Benchmarks/Prolangs-C/assembler/assembler.exec MultiSource/Benchmarks/Prolangs-C/bison/mybison.compile MultiSource/Benchmarks/Prolangs-C/bison/mybison.exec MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.compile MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.exec MultiSource/Benchmarks/Prolangs-C/compiler/compiler.compile MultiSource/Benchmarks/Prolangs-C/compiler/compiler.exec MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput.compile MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput.exec MultiSource/Benchmarks/Prolangs-C/football/football.compile MultiSource/Benchmarks/Prolangs-C/football/football.exec MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo.compile MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo.exec MultiSource/Benchmarks/Prolangs-C/loader/loader.compile MultiSource/Benchmarks/Prolangs-C/loader/loader.exec MultiSource/Benchmarks/Prolangs-C/simulator/simulator.compile MultiSource/Benchmarks/Prolangs-C/simulator/simulator.exec MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail.compile MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail.exec MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.compile MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.exec MultiSource/Benchmarks/Ptrdist/anagram/anagram.compile MultiSource/Benchmarks/Ptrdist/anagram/anagram.exec MultiSource/Benchmarks/Ptrdist/bc/bc.compile MultiSource/Benchmarks/Ptrdist/bc/bc.exec MultiSource/Benchmarks/Ptrdist/ft/ft.compile MultiSource/Benchmarks/Ptrdist/ft/ft.exec MultiSource/Benchmarks/Ptrdist/ks/ks.compile MultiSource/Benchmarks/Ptrdist/ks/ks.exec MultiSource/Benchmarks/Ptrdist/yacr2/yacr2.compile MultiSource/Benchmarks/Ptrdist/yacr2/yacr2.exec MultiSource/Benchmarks/SciMark2-C/scimark2.compile MultiSource/Benchmarks/SciMark2-C/scimark2.exec MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des.compile MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des.exec MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.compile MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.exec MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1.compile MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1.exec MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4.compile MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4.exec MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc.compile MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc.exec MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url.compile MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url.exec MultiSource/Benchmarks/VersaBench/8b10b/8b10b.compile MultiSource/Benchmarks/VersaBench/8b10b/8b10b.exec MultiSource/Benchmarks/VersaBench/beamformer/beamformer.compile MultiSource/Benchmarks/VersaBench/beamformer/beamformer.exec MultiSource/Benchmarks/VersaBench/bmm/bmm.compile MultiSource/Benchmarks/VersaBench/bmm/bmm.exec MultiSource/Benchmarks/VersaBench/dbms/dbms.compile MultiSource/Benchmarks/VersaBench/dbms/dbms.exec MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes.compile MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes.exec MultiSource/Benchmarks/llubenchmark/llu.compile MultiSource/Benchmarks/llubenchmark/llu.exec MultiSource/Benchmarks/mafft/pairlocalalign.compile MultiSource/Benchmarks/mafft/pairlocalalign.exec MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio.compile MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio.exec MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio.compile MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio.exec MultiSource/Benchmarks/mediabench/g721/g721encode/encode.compile MultiSource/Benchmarks/mediabench/g721/g721encode/encode.exec MultiSource/Benchmarks/mediabench/gsm/toast/toast.compile MultiSource/Benchmarks/mediabench/gsm/toast/toast.exec MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.compile MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.exec MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode.compile MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode.exec MultiSource/Benchmarks/sim/sim.compile MultiSource/Benchmarks/sim/sim.exec MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.compile MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.exec SingleSource/Benchmarks/Adobe-C++/functionobjects.compile SingleSource/Benchmarks/Adobe-C++/functionobjects.exec SingleSource/Benchmarks/Adobe-C++/loop_unroll.compile SingleSource/Benchmarks/Adobe-C++/loop_unroll.exec SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding.compile SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding.exec SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant.compile SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant.exec SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction.compile SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction.exec SingleSource/Benchmarks/Adobe-C++/stepanov_vector.compile SingleSource/Benchmarks/Adobe-C++/stepanov_vector.exec SingleSource/Benchmarks/BenchmarkGame/Large/fasta.compile SingleSource/Benchmarks/BenchmarkGame/Large/fasta.exec SingleSource/Benchmarks/BenchmarkGame/fannkuch.compile SingleSource/Benchmarks/BenchmarkGame/fannkuch.exec SingleSource/Benchmarks/BenchmarkGame/n-body.compile SingleSource/Benchmarks/BenchmarkGame/n-body.exec SingleSource/Benchmarks/BenchmarkGame/nsieve-bits.compile SingleSource/Benchmarks/BenchmarkGame/nsieve-bits.exec SingleSource/Benchmarks/BenchmarkGame/partialsums.compile SingleSource/Benchmarks/BenchmarkGame/partialsums.exec SingleSource/Benchmarks/BenchmarkGame/puzzle.compile SingleSource/Benchmarks/BenchmarkGame/puzzle.exec SingleSource/Benchmarks/BenchmarkGame/recursive.compile SingleSource/Benchmarks/BenchmarkGame/recursive.exec SingleSource/Benchmarks/BenchmarkGame/spectral-norm.compile SingleSource/Benchmarks/BenchmarkGame/spectral-norm.exec SingleSource/Benchmarks/CoyoteBench/almabench.compile SingleSource/Benchmarks/CoyoteBench/almabench.exec SingleSource/Benchmarks/CoyoteBench/fftbench.compile SingleSource/Benchmarks/CoyoteBench/fftbench.exec SingleSource/Benchmarks/CoyoteBench/huffbench.compile SingleSource/Benchmarks/CoyoteBench/huffbench.exec SingleSource/Benchmarks/CoyoteBench/lpbench.compile SingleSource/Benchmarks/CoyoteBench/lpbench.exec SingleSource/Benchmarks/Dhrystone/dry.compile SingleSource/Benchmarks/Dhrystone/dry.exec SingleSource/Benchmarks/Dhrystone/fldry.compile SingleSource/Benchmarks/Dhrystone/fldry.exec SingleSource/Benchmarks/McGill/chomp.compile SingleSource/Benchmarks/McGill/chomp.exec SingleSource/Benchmarks/McGill/exptree.compile SingleSource/Benchmarks/McGill/exptree.exec SingleSource/Benchmarks/McGill/misr.compile SingleSource/Benchmarks/McGill/misr.exec SingleSource/Benchmarks/McGill/queens.compile SingleSource/Benchmarks/McGill/queens.exec SingleSource/Benchmarks/Misc-C++-EH/spirit.compile SingleSource/Benchmarks/Misc-C++-EH/spirit.exec SingleSource/Benchmarks/Misc-C++/Large/ray.compile SingleSource/Benchmarks/Misc-C++/Large/ray.exec SingleSource/Benchmarks/Misc-C++/Large/sphereflake.compile SingleSource/Benchmarks/Misc-C++/Large/sphereflake.exec SingleSource/Benchmarks/Misc-C++/bigfib.compile SingleSource/Benchmarks/Misc-C++/bigfib.exec SingleSource/Benchmarks/Misc-C++/mandel-text.compile SingleSource/Benchmarks/Misc-C++/mandel-text.exec SingleSource/Benchmarks/Misc-C++/oopack_v1p8.compile SingleSource/Benchmarks/Misc-C++/oopack_v1p8.exec SingleSource/Benchmarks/Misc-C++/stepanov_container.compile SingleSource/Benchmarks/Misc-C++/stepanov_container.exec SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.compile SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.exec SingleSource/Benchmarks/Misc/ReedSolomon.compile SingleSource/Benchmarks/Misc/ReedSolomon.exec SingleSource/Benchmarks/Misc/dt.compile SingleSource/Benchmarks/Misc/dt.exec SingleSource/Benchmarks/Misc/fbench.compile SingleSource/Benchmarks/Misc/fbench.exec SingleSource/Benchmarks/Misc/ffbench.compile SingleSource/Benchmarks/Misc/ffbench.exec SingleSource/Benchmarks/Misc/flops-1.compile SingleSource/Benchmarks/Misc/flops-1.exec SingleSource/Benchmarks/Misc/flops-2.compile SingleSource/Benchmarks/Misc/flops-2.exec SingleSource/Benchmarks/Misc/flops-3.compile SingleSource/Benchmarks/Misc/flops-3.exec SingleSource/Benchmarks/Misc/flops-4.compile SingleSource/Benchmarks/Misc/flops-4.exec SingleSource/Benchmarks/Misc/flops-5.compile SingleSource/Benchmarks/Misc/flops-5.exec SingleSource/Benchmarks/Misc/flops-6.compile SingleSource/Benchmarks/Misc/flops-6.exec SingleSource/Benchmarks/Misc/flops-7.compile SingleSource/Benchmarks/Misc/flops-7.exec SingleSource/Benchmarks/Misc/flops-8.compile SingleSource/Benchmarks/Misc/flops-8.exec SingleSource/Benchmarks/Misc/flops.compile SingleSource/Benchmarks/Misc/flops.exec SingleSource/Benchmarks/Misc/fp-convert.compile SingleSource/Benchmarks/Misc/fp-convert.exec SingleSource/Benchmarks/Misc/himenobmtxpa.compile SingleSource/Benchmarks/Misc/himenobmtxpa.exec SingleSource/Benchmarks/Misc/lowercase.compile SingleSource/Benchmarks/Misc/lowercase.exec SingleSource/Benchmarks/Misc/mandel-2.compile SingleSource/Benchmarks/Misc/mandel-2.exec SingleSource/Benchmarks/Misc/mandel.compile SingleSource/Benchmarks/Misc/mandel.exec SingleSource/Benchmarks/Misc/oourafft.compile SingleSource/Benchmarks/Misc/oourafft.exec SingleSource/Benchmarks/Misc/perlin.compile SingleSource/Benchmarks/Misc/perlin.exec SingleSource/Benchmarks/Misc/pi.compile SingleSource/Benchmarks/Misc/pi.exec SingleSource/Benchmarks/Misc/richards_benchmark.compile SingleSource/Benchmarks/Misc/richards_benchmark.exec SingleSource/Benchmarks/Misc/salsa20.compile SingleSource/Benchmarks/Misc/salsa20.exec SingleSource/Benchmarks/Misc/whetstone.compile SingleSource/Benchmarks/Misc/whetstone.exec SingleSource/Benchmarks/Shootout-C++/ackermann.compile SingleSource/Benchmarks/Shootout-C++/ackermann.exec SingleSource/Benchmarks/Shootout-C++/ary.compile SingleSource/Benchmarks/Shootout-C++/ary.exec SingleSource/Benchmarks/Shootout-C++/ary2.compile SingleSource/Benchmarks/Shootout-C++/ary2.exec SingleSource/Benchmarks/Shootout-C++/ary3.compile SingleSource/Benchmarks/Shootout-C++/ary3.exec SingleSource/Benchmarks/Shootout-C++/except.compile SingleSource/Benchmarks/Shootout-C++/except.exec SingleSource/Benchmarks/Shootout-C++/fibo.compile SingleSource/Benchmarks/Shootout-C++/fibo.exec SingleSource/Benchmarks/Shootout-C++/hash.compile SingleSource/Benchmarks/Shootout-C++/hash.exec SingleSource/Benchmarks/Shootout-C++/hash2.compile SingleSource/Benchmarks/Shootout-C++/hash2.exec SingleSource/Benchmarks/Shootout-C++/heapsort.compile SingleSource/Benchmarks/Shootout-C++/heapsort.exec SingleSource/Benchmarks/Shootout-C++/hello.compile SingleSource/Benchmarks/Shootout-C++/hello.exec SingleSource/Benchmarks/Shootout-C++/lists.compile SingleSource/Benchmarks/Shootout-C++/lists.exec SingleSource/Benchmarks/Shootout-C++/lists1.compile SingleSource/Benchmarks/Shootout-C++/lists1.exec SingleSource/Benchmarks/Shootout-C++/matrix.compile SingleSource/Benchmarks/Shootout-C++/matrix.exec SingleSource/Benchmarks/Shootout-C++/methcall.compile SingleSource/Benchmarks/Shootout-C++/methcall.exec SingleSource/Benchmarks/Shootout-C++/moments.compile SingleSource/Benchmarks/Shootout-C++/moments.exec SingleSource/Benchmarks/Shootout-C++/nestedloop.compile SingleSource/Benchmarks/Shootout-C++/nestedloop.exec SingleSource/Benchmarks/Shootout-C++/objinst.compile SingleSource/Benchmarks/Shootout-C++/objinst.exec SingleSource/Benchmarks/Shootout-C++/random.compile SingleSource/Benchmarks/Shootout-C++/random.exec SingleSource/Benchmarks/Shootout-C++/reversefile.compile SingleSource/Benchmarks/Shootout-C++/reversefile.exec SingleSource/Benchmarks/Shootout-C++/sieve.compile SingleSource/Benchmarks/Shootout-C++/sieve.exec SingleSource/Benchmarks/Shootout-C++/spellcheck.compile SingleSource/Benchmarks/Shootout-C++/spellcheck.exec SingleSource/Benchmarks/Shootout-C++/strcat.compile SingleSource/Benchmarks/Shootout-C++/strcat.exec SingleSource/Benchmarks/Shootout-C++/sumcol.compile SingleSource/Benchmarks/Shootout-C++/sumcol.exec SingleSource/Benchmarks/Shootout-C++/wc.compile SingleSource/Benchmarks/Shootout-C++/wc.exec SingleSource/Benchmarks/Shootout-C++/wordfreq.compile SingleSource/Benchmarks/Shootout-C++/wordfreq.exec SingleSource/Benchmarks/Shootout/ackermann.compile SingleSource/Benchmarks/Shootout/ackermann.exec SingleSource/Benchmarks/Shootout/ary3.compile SingleSource/Benchmarks/Shootout/ary3.exec SingleSource/Benchmarks/Shootout/fib2.compile SingleSource/Benchmarks/Shootout/fib2.exec SingleSource/Benchmarks/Shootout/hash.compile SingleSource/Benchmarks/Shootout/hash.exec SingleSource/Benchmarks/Shootout/heapsort.compile SingleSource/Benchmarks/Shootout/heapsort.exec SingleSource/Benchmarks/Shootout/hello.compile SingleSource/Benchmarks/Shootout/hello.exec SingleSource/Benchmarks/Shootout/lists.compile SingleSource/Benchmarks/Shootout/lists.exec SingleSource/Benchmarks/Shootout/matrix.compile SingleSource/Benchmarks/Shootout/matrix.exec SingleSource/Benchmarks/Shootout/methcall.compile SingleSource/Benchmarks/Shootout/methcall.exec SingleSource/Benchmarks/Shootout/nestedloop.compile SingleSource/Benchmarks/Shootout/nestedloop.exec SingleSource/Benchmarks/Shootout/objinst.compile SingleSource/Benchmarks/Shootout/objinst.exec SingleSource/Benchmarks/Shootout/random.compile SingleSource/Benchmarks/Shootout/random.exec SingleSource/Benchmarks/Shootout/sieve.compile SingleSource/Benchmarks/Shootout/sieve.exec SingleSource/Benchmarks/Shootout/strcat.compile SingleSource/Benchmarks/Shootout/strcat.exec SingleSource/Benchmarks/Stanford/Bubblesort.compile SingleSource/Benchmarks/Stanford/Bubblesort.exec SingleSource/Benchmarks/Stanford/IntMM.compile SingleSource/Benchmarks/Stanford/IntMM.exec SingleSource/Benchmarks/Stanford/Oscar.compile SingleSource/Benchmarks/Stanford/Oscar.exec SingleSource/Benchmarks/Stanford/Perm.compile SingleSource/Benchmarks/Stanford/Perm.exec SingleSource/Benchmarks/Stanford/Puzzle.compile SingleSource/Benchmarks/Stanford/Puzzle.exec SingleSource/Benchmarks/Stanford/Queens.compile SingleSource/Benchmarks/Stanford/Queens.exec SingleSource/Benchmarks/Stanford/Quicksort.compile SingleSource/Benchmarks/Stanford/Quicksort.exec SingleSource/Benchmarks/Stanford/RealMM.compile SingleSource/Benchmarks/Stanford/RealMM.exec SingleSource/Benchmarks/Stanford/Towers.compile SingleSource/Benchmarks/Stanford/Towers.exec SingleSource/Benchmarks/Stanford/Treesort.compile SingleSource/Benchmarks/Stanford/Treesort.exec SingleSource/Regression/C++/2003-05-14-array-init.compile SingleSource/Regression/C++/2003-05-14-array-init.exec SingleSource/Regression/C++/2003-05-14-expr_stmt.compile SingleSource/Regression/C++/2003-05-14-expr_stmt.exec SingleSource/Regression/C++/2003-06-08-BaseType.compile SingleSource/Regression/C++/2003-06-08-BaseType.exec SingleSource/Regression/C++/2003-06-08-VirtualFunctions.compile SingleSource/Regression/C++/2003-06-08-VirtualFunctions.exec SingleSource/Regression/C++/2003-06-13-Crasher.compile SingleSource/Regression/C++/2003-06-13-Crasher.exec SingleSource/Regression/C++/2003-08-20-EnumSizeProblem.compile SingleSource/Regression/C++/2003-08-20-EnumSizeProblem.exec SingleSource/Regression/C++/2003-09-29-NonPODsByValue.compile SingleSource/Regression/C++/2003-09-29-NonPODsByValue.exec SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn.compile SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn.exec SingleSource/Regression/C++/BuiltinTypeInfo.compile SingleSource/Regression/C++/BuiltinTypeInfo.exec SingleSource/Regression/C++/EH/ConditionalExpr.compile SingleSource/Regression/C++/EH/ConditionalExpr.exec SingleSource/Regression/C++/EH/ctor_dtor_count-2.compile SingleSource/Regression/C++/EH/ctor_dtor_count-2.exec SingleSource/Regression/C++/EH/ctor_dtor_count.compile SingleSource/Regression/C++/EH/ctor_dtor_count.exec SingleSource/Regression/C++/EH/dead_try_block.compile SingleSource/Regression/C++/EH/dead_try_block.exec SingleSource/Regression/C++/EH/exception_spec_test.compile SingleSource/Regression/C++/EH/exception_spec_test.exec SingleSource/Regression/C++/EH/function_try_block.compile SingleSource/Regression/C++/EH/function_try_block.exec SingleSource/Regression/C++/EH/inlined_cleanup.compile SingleSource/Regression/C++/EH/inlined_cleanup.exec SingleSource/Regression/C++/EH/simple_rethrow.compile SingleSource/Regression/C++/EH/simple_rethrow.exec SingleSource/Regression/C++/EH/simple_throw.compile SingleSource/Regression/C++/EH/simple_throw.exec SingleSource/Regression/C++/EH/throw_rethrow_test.compile SingleSource/Regression/C++/EH/throw_rethrow_test.exec SingleSource/Regression/C++/fixups.compile SingleSource/Regression/C++/fixups.exec SingleSource/Regression/C++/global_ctor.compile SingleSource/Regression/C++/global_ctor.exec SingleSource/Regression/C++/global_type.compile SingleSource/Regression/C++/global_type.exec SingleSource/Regression/C++/ofstream_ctor.compile SingleSource/Regression/C++/ofstream_ctor.exec SingleSource/Regression/C++/pointer_member.compile SingleSource/Regression/C++/pointer_member.exec SingleSource/Regression/C++/pointer_method.compile SingleSource/Regression/C++/pointer_method.exec SingleSource/Regression/C++/pointer_method2.compile SingleSource/Regression/C++/pointer_method2.exec SingleSource/Regression/C++/short_circuit_dtor.compile SingleSource/Regression/C++/short_circuit_dtor.exec SingleSource/Regression/C/2003-05-14-initialize-string.compile SingleSource/Regression/C/2003-05-14-initialize-string.exec SingleSource/Regression/C/2003-05-21-BitfieldHandling.compile SingleSource/Regression/C/2003-05-21-BitfieldHandling.exec SingleSource/Regression/C/2003-05-21-UnionBitfields.compile SingleSource/Regression/C/2003-05-21-UnionBitfields.exec SingleSource/Regression/C/2003-05-21-UnionTest.compile SingleSource/Regression/C/2003-05-21-UnionTest.exec SingleSource/Regression/C/2003-05-22-LocalTypeTest.compile SingleSource/Regression/C/2003-05-22-LocalTypeTest.exec SingleSource/Regression/C/2003-05-22-VarSizeArray.compile SingleSource/Regression/C/2003-05-22-VarSizeArray.exec SingleSource/Regression/C/2003-05-23-TransparentUnion.compile SingleSource/Regression/C/2003-05-23-TransparentUnion.exec SingleSource/Regression/C/2003-06-16-InvalidInitializer.compile SingleSource/Regression/C/2003-06-16-InvalidInitializer.exec SingleSource/Regression/C/2003-06-16-VolatileError.compile SingleSource/Regression/C/2003-06-16-VolatileError.exec SingleSource/Regression/C/2003-10-12-GlobalVarInitializers.compile SingleSource/Regression/C/2003-10-12-GlobalVarInitializers.exec SingleSource/Regression/C/2004-02-03-AggregateCopy.compile SingleSource/Regression/C/2004-02-03-AggregateCopy.exec SingleSource/Regression/C/2004-03-15-IndirectGoto.compile SingleSource/Regression/C/2004-03-15-IndirectGoto.exec SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.compile SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.exec SingleSource/Regression/C/2005-05-06-LongLongSignedShift.compile SingleSource/Regression/C/2005-05-06-LongLongSignedShift.exec SingleSource/Regression/C/2008-01-07-LongDouble.compile SingleSource/Regression/C/2008-01-07-LongDouble.exec SingleSource/Regression/C/ConstructorDestructorAttributes.compile SingleSource/Regression/C/ConstructorDestructorAttributes.exec SingleSource/Regression/C/DuffsDevice.compile SingleSource/Regression/C/DuffsDevice.exec SingleSource/Regression/C/PR1386.compile SingleSource/Regression/C/PR1386.exec SingleSource/Regression/C/PR491.compile SingleSource/Regression/C/PR491.exec SingleSource/Regression/C/PR640.compile SingleSource/Regression/C/PR640.exec SingleSource/Regression/C/badidx.compile SingleSource/Regression/C/badidx.exec SingleSource/Regression/C/bigstack.compile SingleSource/Regression/C/bigstack.exec SingleSource/Regression/C/callargs.compile SingleSource/Regression/C/callargs.exec SingleSource/Regression/C/casts.compile SingleSource/Regression/C/casts.exec SingleSource/Regression/C/globalrefs.compile SingleSource/Regression/C/globalrefs.exec SingleSource/Regression/C/matrixTranspose.compile SingleSource/Regression/C/matrixTranspose.exec SingleSource/Regression/C/pointer_arithmetic.compile SingleSource/Regression/C/pointer_arithmetic.exec SingleSource/Regression/C/sumarray.compile SingleSource/Regression/C/sumarray.exec SingleSource/Regression/C/sumarray2d.compile SingleSource/Regression/C/sumarray2d.exec SingleSource/Regression/C/sumarraymalloc.compile SingleSource/Regression/C/sumarraymalloc.exec SingleSource/Regression/C/test_indvars.compile SingleSource/Regression/C/test_indvars.exec SingleSource/Regression/C/testtrace.compile SingleSource/Regression/C/testtrace.exec SingleSource/Regression/C/uint64_to_float.compile SingleSource/Regression/C/uint64_to_float.exec SingleSource/UnitTests/2002-04-17-PrintfChar.compile SingleSource/UnitTests/2002-04-17-PrintfChar.exec SingleSource/UnitTests/2002-05-02-ArgumentTest.compile SingleSource/UnitTests/2002-05-02-ArgumentTest.exec SingleSource/UnitTests/2002-05-02-CastTest.compile SingleSource/UnitTests/2002-05-02-CastTest.exec SingleSource/UnitTests/2002-05-02-CastTest1.compile SingleSource/UnitTests/2002-05-02-CastTest1.exec SingleSource/UnitTests/2002-05-02-CastTest2.compile SingleSource/UnitTests/2002-05-02-CastTest2.exec SingleSource/UnitTests/2002-05-02-CastTest3.compile SingleSource/UnitTests/2002-05-02-CastTest3.exec SingleSource/UnitTests/2002-05-02-ManyArguments.compile SingleSource/UnitTests/2002-05-02-ManyArguments.exec SingleSource/UnitTests/2002-05-03-NotTest.compile SingleSource/UnitTests/2002-05-03-NotTest.exec SingleSource/UnitTests/2002-05-19-DivTest.compile SingleSource/UnitTests/2002-05-19-DivTest.exec SingleSource/UnitTests/2002-08-02-CastTest.compile SingleSource/UnitTests/2002-08-02-CastTest.exec SingleSource/UnitTests/2002-08-02-CastTest2.compile SingleSource/UnitTests/2002-08-02-CastTest2.exec SingleSource/UnitTests/2002-08-19-CodegenBug.compile SingleSource/UnitTests/2002-08-19-CodegenBug.exec SingleSource/UnitTests/2002-10-09-ArrayResolution.compile SingleSource/UnitTests/2002-10-09-ArrayResolution.exec SingleSource/UnitTests/2002-10-12-StructureArgs.compile SingleSource/UnitTests/2002-10-12-StructureArgs.exec SingleSource/UnitTests/2002-10-12-StructureArgsSimple.compile SingleSource/UnitTests/2002-10-12-StructureArgsSimple.exec SingleSource/UnitTests/2002-10-13-BadLoad.compile SingleSource/UnitTests/2002-10-13-BadLoad.exec SingleSource/UnitTests/2002-12-13-MishaTest.compile SingleSource/UnitTests/2002-12-13-MishaTest.exec SingleSource/UnitTests/2003-04-22-Switch.compile SingleSource/UnitTests/2003-04-22-Switch.exec SingleSource/UnitTests/2003-05-02-DependentPHI.compile SingleSource/UnitTests/2003-05-02-DependentPHI.exec SingleSource/UnitTests/2003-05-07-VarArgs.compile SingleSource/UnitTests/2003-05-07-VarArgs.exec SingleSource/UnitTests/2003-05-12-MinIntProblem.compile SingleSource/UnitTests/2003-05-12-MinIntProblem.exec SingleSource/UnitTests/2003-05-14-AtExit.compile SingleSource/UnitTests/2003-05-14-AtExit.exec SingleSource/UnitTests/2003-05-26-Shorts.compile SingleSource/UnitTests/2003-05-26-Shorts.exec SingleSource/UnitTests/2003-05-31-CastToBool.compile SingleSource/UnitTests/2003-05-31-CastToBool.exec SingleSource/UnitTests/2003-05-31-LongShifts.compile SingleSource/UnitTests/2003-05-31-LongShifts.exec SingleSource/UnitTests/2003-07-06-IntOverflow.compile SingleSource/UnitTests/2003-07-06-IntOverflow.exec SingleSource/UnitTests/2003-07-08-BitOpsTest.compile SingleSource/UnitTests/2003-07-08-BitOpsTest.exec SingleSource/UnitTests/2003-07-09-LoadShorts.compile SingleSource/UnitTests/2003-07-09-LoadShorts.exec SingleSource/UnitTests/2003-07-09-SignedArgs.compile SingleSource/UnitTests/2003-07-09-SignedArgs.exec SingleSource/UnitTests/2003-07-10-SignConversions.compile SingleSource/UnitTests/2003-07-10-SignConversions.exec SingleSource/UnitTests/2003-08-05-CastFPToUint.compile SingleSource/UnitTests/2003-08-05-CastFPToUint.exec SingleSource/UnitTests/2003-08-11-VaListArg.compile SingleSource/UnitTests/2003-08-11-VaListArg.exec SingleSource/UnitTests/2003-08-20-FoldBug.compile SingleSource/UnitTests/2003-08-20-FoldBug.exec SingleSource/UnitTests/2003-09-18-BitFieldTest.compile SingleSource/UnitTests/2003-09-18-BitFieldTest.exec SingleSource/UnitTests/2003-10-13-SwitchTest.compile SingleSource/UnitTests/2003-10-13-SwitchTest.exec SingleSource/UnitTests/2003-10-29-ScalarReplBug.compile SingleSource/UnitTests/2003-10-29-ScalarReplBug.exec SingleSource/UnitTests/2004-02-02-NegativeZero.compile SingleSource/UnitTests/2004-02-02-NegativeZero.exec SingleSource/UnitTests/2004-06-20-StaticBitfieldInit.compile SingleSource/UnitTests/2004-06-20-StaticBitfieldInit.exec SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.compile SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.exec SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.compile SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.exec SingleSource/UnitTests/2005-05-12-Int64ToFP.compile SingleSource/UnitTests/2005-05-12-Int64ToFP.exec SingleSource/UnitTests/2005-05-13-SDivTwo.compile SingleSource/UnitTests/2005-05-13-SDivTwo.exec SingleSource/UnitTests/2005-07-15-Bitfield-ABI.compile SingleSource/UnitTests/2005-07-15-Bitfield-ABI.exec SingleSource/UnitTests/2005-07-17-INT-To-FP.compile SingleSource/UnitTests/2005-07-17-INT-To-FP.exec SingleSource/UnitTests/2005-11-29-LongSwitch.compile SingleSource/UnitTests/2005-11-29-LongSwitch.exec SingleSource/UnitTests/2006-01-23-UnionInit.compile SingleSource/UnitTests/2006-01-23-UnionInit.exec SingleSource/UnitTests/2006-01-29-SimpleIndirectCall.compile SingleSource/UnitTests/2006-01-29-SimpleIndirectCall.exec SingleSource/UnitTests/2006-02-04-DivRem.compile SingleSource/UnitTests/2006-02-04-DivRem.exec SingleSource/UnitTests/2006-12-01-float_varg.compile SingleSource/UnitTests/2006-12-01-float_varg.exec SingleSource/UnitTests/2006-12-04-DynAllocAndRestore.compile SingleSource/UnitTests/2006-12-04-DynAllocAndRestore.exec SingleSource/UnitTests/2006-12-07-Compare64BitConstant.compile SingleSource/UnitTests/2006-12-07-Compare64BitConstant.exec SingleSource/UnitTests/2006-12-11-LoadConstants.compile SingleSource/UnitTests/2006-12-11-LoadConstants.exec SingleSource/UnitTests/2007-01-04-KNR-Args.compile SingleSource/UnitTests/2007-01-04-KNR-Args.exec SingleSource/UnitTests/2007-03-02-VaCopy.compile SingleSource/UnitTests/2007-03-02-VaCopy.exec SingleSource/UnitTests/2007-04-10-BitfieldTest.compile SingleSource/UnitTests/2007-04-10-BitfieldTest.exec SingleSource/UnitTests/2008-04-18-LoopBug.compile SingleSource/UnitTests/2008-04-18-LoopBug.exec SingleSource/UnitTests/2008-04-20-LoopBug2.compile SingleSource/UnitTests/2008-04-20-LoopBug2.exec SingleSource/UnitTests/2008-07-13-InlineSetjmp.compile SingleSource/UnitTests/2008-07-13-InlineSetjmp.exec SingleSource/UnitTests/2009-04-16-BitfieldInitialization.compile SingleSource/UnitTests/2009-04-16-BitfieldInitialization.exec SingleSource/UnitTests/2009-12-07-StructReturn.compile SingleSource/UnitTests/2009-12-07-StructReturn.exec SingleSource/UnitTests/2010-05-24-BitfieldTest.compile SingleSource/UnitTests/2010-05-24-BitfieldTest.exec SingleSource/UnitTests/AtomicOps.compile SingleSource/UnitTests/AtomicOps.exec SingleSource/UnitTests/DefaultInitDynArrays.compile SingleSource/UnitTests/DefaultInitDynArrays.exec SingleSource/UnitTests/FloatPrecision.compile SingleSource/UnitTests/FloatPrecision.exec SingleSource/UnitTests/ObjC++/Hello.compile SingleSource/UnitTests/ObjC++/Hello.exec SingleSource/UnitTests/ObjC++/property-reference.compile SingleSource/UnitTests/ObjC++/property-reference.exec SingleSource/UnitTests/ObjC++/reference-in-block-args.compile SingleSource/UnitTests/ObjC++/reference-in-block-args.exec SingleSource/UnitTests/ObjC/bitfield-access.compile SingleSource/UnitTests/ObjC/bitfield-access.exec SingleSource/UnitTests/ObjC/constant-strings.compile SingleSource/UnitTests/ObjC/constant-strings.exec SingleSource/UnitTests/ObjC/dot-syntax-1.compile SingleSource/UnitTests/ObjC/dot-syntax-1.exec SingleSource/UnitTests/ObjC/dot-syntax-2.compile SingleSource/UnitTests/ObjC/dot-syntax-2.exec SingleSource/UnitTests/ObjC/dot-syntax.compile SingleSource/UnitTests/ObjC/dot-syntax.exec SingleSource/UnitTests/ObjC/exceptions-2.compile SingleSource/UnitTests/ObjC/exceptions-2.exec SingleSource/UnitTests/ObjC/exceptions-3.compile SingleSource/UnitTests/ObjC/exceptions-3.exec SingleSource/UnitTests/ObjC/exceptions.compile SingleSource/UnitTests/ObjC/exceptions.exec SingleSource/UnitTests/ObjC/for-in.compile SingleSource/UnitTests/ObjC/for-in.exec SingleSource/UnitTests/ObjC/messages-2.compile SingleSource/UnitTests/ObjC/messages-2.exec SingleSource/UnitTests/ObjC/messages.compile SingleSource/UnitTests/ObjC/messages.exec SingleSource/UnitTests/ObjC/parameter-passing.compile SingleSource/UnitTests/ObjC/parameter-passing.exec SingleSource/UnitTests/ObjC/predefined-expr-in-method.compile SingleSource/UnitTests/ObjC/predefined-expr-in-method.exec SingleSource/UnitTests/ObjC/property.compile SingleSource/UnitTests/ObjC/property.exec SingleSource/UnitTests/ObjC/protocols.compile SingleSource/UnitTests/ObjC/protocols.exec SingleSource/UnitTests/ObjC/synchronized.compile SingleSource/UnitTests/ObjC/synchronized.exec SingleSource/UnitTests/ObjC/trivial-interface.compile SingleSource/UnitTests/ObjC/trivial-interface.exec SingleSource/UnitTests/SignlessTypes/Large/cast.compile SingleSource/UnitTests/SignlessTypes/Large/cast.exec SingleSource/UnitTests/SignlessTypes/cast-bug.compile SingleSource/UnitTests/SignlessTypes/cast-bug.exec SingleSource/UnitTests/SignlessTypes/cast2.compile SingleSource/UnitTests/SignlessTypes/cast2.exec SingleSource/UnitTests/SignlessTypes/ccc.compile SingleSource/UnitTests/SignlessTypes/ccc.exec SingleSource/UnitTests/SignlessTypes/div.compile SingleSource/UnitTests/SignlessTypes/div.exec SingleSource/UnitTests/SignlessTypes/factor.compile SingleSource/UnitTests/SignlessTypes/factor.exec SingleSource/UnitTests/SignlessTypes/rem.compile SingleSource/UnitTests/SignlessTypes/rem.exec SingleSource/UnitTests/SignlessTypes/shr.compile SingleSource/UnitTests/SignlessTypes/shr.exec SingleSource/UnitTests/StructModifyTest.compile SingleSource/UnitTests/StructModifyTest.exec SingleSource/UnitTests/TestLoop.compile SingleSource/UnitTests/TestLoop.exec SingleSource/UnitTests/Vector/SSE/sse_expandfft.compile SingleSource/UnitTests/Vector/SSE/sse_expandfft.exec SingleSource/UnitTests/Vector/SSE/sse_isamax.compile SingleSource/UnitTests/Vector/SSE/sse_isamax.exec SingleSource/UnitTests/Vector/SSE/sse_shift.compile SingleSource/UnitTests/Vector/SSE/sse_shift.exec SingleSource/UnitTests/Vector/SSE/sse_stepfft.compile SingleSource/UnitTests/Vector/SSE/sse_stepfft.exec SingleSource/UnitTests/Vector/build.compile SingleSource/UnitTests/Vector/build.exec SingleSource/UnitTests/Vector/build2.compile SingleSource/UnitTests/Vector/build2.exec SingleSource/UnitTests/Vector/divides.compile SingleSource/UnitTests/Vector/divides.exec SingleSource/UnitTests/Vector/multiplies.compile SingleSource/UnitTests/Vector/multiplies.exec SingleSource/UnitTests/Vector/simple.compile SingleSource/UnitTests/Vector/simple.exec SingleSource/UnitTests/Vector/sumarray-dbl.compile SingleSource/UnitTests/Vector/sumarray-dbl.exec SingleSource/UnitTests/Vector/sumarray.compile SingleSource/UnitTests/Vector/sumarray.exec SingleSource/UnitTests/block-byref-cxxobj-test.compile SingleSource/UnitTests/block-byref-cxxobj-test.exec SingleSource/UnitTests/block-call-r7674133.compile SingleSource/UnitTests/block-call-r7674133.exec SingleSource/UnitTests/block-copied-in-cxxobj.compile SingleSource/UnitTests/block-copied-in-cxxobj.exec SingleSource/UnitTests/blockstret.compile SingleSource/UnitTests/blockstret.exec SingleSource/UnitTests/byval-alignment.compile SingleSource/UnitTests/byval-alignment.exec SingleSource/UnitTests/conditional-gnu-ext-cxx.compile SingleSource/UnitTests/conditional-gnu-ext-cxx.exec SingleSource/UnitTests/conditional-gnu-ext.compile SingleSource/UnitTests/conditional-gnu-ext.exec SingleSource/UnitTests/initp1.compile SingleSource/UnitTests/initp1.exec SingleSource/UnitTests/printargs.compile SingleSource/UnitTests/printargs.exec SingleSource/UnitTests/stmtexpr.compile SingleSource/UnitTests/stmtexpr.exec SingleSource/UnitTests/vla.compile SingleSource/UnitTests/vla.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Tue Dec 14 15:57:39 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 14 Dec 2010 15:57:39 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101214235743.005DAC4153B4@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16939 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121809 Blamelist: stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Tue 14 Dec 2010 15:41:57 Changed By: stoklund Comments: Simplify RegAllocGreedy's use of register aliases.Properties: File: lib/Target/ARM/ARMISelDAGToDAG.cpp At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In particular, we want ldr r2, [r3] to be equivalent to ldr r2, [r3, #0] and not ldr r2, [r3, r0] Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Comments and cleaning.Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'asmprinter-bug.ll': LLVM ERROR: Cannot yet select: 0x2043350: i32,ch = load 0x1d0fbe4, 0x20429c0, 0x2042f10 [ID=36] 0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0] 0x20429c0: i32,ch = CopyFromReg 0x1d0fbe4, 0x2042938 [ORD=1] [ID=27] 0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0] 0x2042938: i32 = Register %reg16423 [ORD=1] [ID=4] 0x2042f10: i32 = undef [ORD=2] [ID=10] -- ******************** Last 10 lines of 'ldr_ext.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input ; V5: ldrb ^ :1:1: note: scanning from here ^ -- ******************** From wendling at apple.com Tue Dec 14 16:00:02 2010 From: wendling at apple.com (Bill Wendling) Date: Tue, 14 Dec 2010 16:00:02 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 In-Reply-To: <0LDF004WEZW782D0@postino.apple.com> References: <0LDF004WEZW782D0@postino.apple.com> Message-ID: <9354A994-A6EB-4CED-8D06-36C56D0AD659@apple.com> On Dec 14, 2010, at 3:57 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16939 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-15.apple.com > > Build Reason: > Build Source Stamp: 121809 > Blamelist: stoklund,void > > BUILD FAILED: failed test-llvm > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > File: lib/CodeGen/RegAllocGreedy.cpp > At: Tue 14 Dec 2010 15:41:57 > Changed By: stoklund > Comments: Simplify RegAllocGreedy's use of register aliases.Properties: > > > > > File: lib/Target/ARM/ARMISelDAGToDAG.cpp > At: Tue 14 Dec 2010 15:46:40 > Changed By: void What happened to the commit version comment? BTW, this is mine. I'll fix it. -bw > Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In > particular, we want > > ldr r2, [r3] > > to be equivalent to > > ldr r2, [r3, #0] > > and not > > ldr r2, [r3, r0] > > Properties: > > > > > File: lib/Target/ARM/ARMInstrThumb.td > At: Tue 14 Dec 2010 15:46:40 > Changed By: void > Comments: Comments and cleaning.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > Failing Tests (2): > LLVM :: CodeGen/Thumb/asmprinter-bug.ll > LLVM :: CodeGen/Thumb/ldr_ext.ll > > Expected Passes : 5111 > Expected Failures : 43 > Unsupported Tests : 557 > Unexpected Failures: 2 > make[1]: *** [check-local-lit] Error 1 > make: *** [check] Error 2 > > Last 10 lines of 'fail': > LLVM :: CodeGen/Thumb/asmprinter-bug.ll > LLVM :: CodeGen/Thumb/ldr_ext.ll > > Last 10 lines of 'xfail': > LLVM :: MC/ARM/neont2-vld-encoding.s > LLVM :: MC/ARM/neont2-vst-encoding.s > LLVM :: MC/ARM/thumb2.s > LLVM :: MC/AsmParser/directive_lsym.s > LLVM :: MC/AsmParser/exprs-invalid.s > LLVM :: Transforms/DeadArgElim/deadexternal.ll > LLVM :: Transforms/GVN/rle-no-phi-translate.ll > LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll > LLVM :: Transforms/TailCallElim/nocapture.ll > LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll > > Last 10 lines of 'unsupported': > LLVM :: LLVMC/C++/unknown_suffix.unk > LLVM :: LLVMC/C/emit-llvm-opt.c > LLVM :: LLVMC/C/emit-llvm.c > LLVM :: LLVMC/C/hello.c > LLVM :: LLVMC/C/include.c > LLVM :: LLVMC/C/opt-test.c > LLVM :: LLVMC/C/sink.c > LLVM :: LLVMC/C/wall.c > LLVM :: LLVMC/ObjC++/hello.mm > LLVM :: LLVMC/ObjC/hello.m > > Last 10 lines of 'asmprinter-bug.ll': > LLVM ERROR: Cannot yet select: 0x2043350: i32,ch = load 0x1d0fbe4, 0x20429c0, 0x2042f10 [ID=36] > 0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0] > 0x20429c0: i32,ch = CopyFromReg 0x1d0fbe4, 0x2042938 [ORD=1] [ID=27] > 0x1d0fbe4: ch = EntryToken [ORD=1] [ID=0] > 0x2042938: i32 = Register %reg16423 [ORD=1] [ID=4] > 0x2042f10: i32 = undef [ORD=2] [ID=10] > -- > > ******************** > > > Last 10 lines of 'ldr_ext.ll': > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input > ; V5: ldrb > ^ > :1:1: note: scanning from here > > ^ > -- > > ******************** > > From buildbot at google1.osuosl.org Tue Dec 14 16:10:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 16:10:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101215001020.5516513B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/612 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 16:23:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 16:23:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101215002344.9D99913B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/318 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 14 16:27:31 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 14 Dec 2010 16:27:31 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101215002741.62369C416C3C@mail-out4.apple.com> 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/11983 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/AggressiveAntiDepBreaker.cpp At: Tue 14 Dec 2010 15:27:58 Changed By: stoklund Comments: Simplify AggressiveAntiDepBreaker's use of register aliases.Properties: File: lib/CodeGen/CallingConvLower.cpp At: Tue 14 Dec 2010 15:31:40 Changed By: stoklund Comments: Simplify CCState's use of register aliases.Properties: File: lib/CodeGen/RegAllocGreedy.cpp At: Tue 14 Dec 2010 15:41:57 Changed By: stoklund Comments: Simplify RegAllocGreedy's use of register aliases.Properties: File: lib/Target/ARM/ARMISelDAGToDAG.cpp At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In particular, we want ldr r2, [r3] to be equivalent to ldr r2, [r3, #0] and not ldr r2, [r3, r0] Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Comments and cleaning.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Tue 14 Dec 2010 15:51:50 Changed By: grosbach Comments: thumb adr fixup needs alignment just like the t2 version.Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'asmprinter-bug.ll': LLVM ERROR: Cannot yet select: 0x1843350: i32,ch = load 0x130fbe4, 0x18429c0, 0x1842f10 [ID=36] 0x130fbe4: ch = EntryToken [ORD=1] [ID=0] 0x18429c0: i32,ch = CopyFromReg 0x130fbe4, 0x1842938 [ORD=1] [ID=27] 0x130fbe4: ch = EntryToken [ORD=1] [ID=0] 0x1842938: i32 = Register %reg16423 [ORD=1] [ID=4] 0x1842f10: i32 = undef [ORD=2] [ID=10] -- ******************** Last 10 lines of 'ldr_ext.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input ; V5: ldrb ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5591 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'asmprinter-bug.ll': LLVM ERROR: Cannot yet select: 0x1042d50: i32,ch = load 0xe0fc14, 0x10423c0, 0x1042910 [ID=36] 0xe0fc14: ch = EntryToken [ORD=1] [ID=0] 0x10423c0: i32,ch = CopyFromReg 0xe0fc14, 0x1042338 [ORD=1] [ID=27] 0xe0fc14: ch = EntryToken [ORD=1] [ID=0] 0x1042338: i32 = Register %reg16423 [ORD=1] [ID=4] 0x1042910: i32 = undef [ORD=2] [ID=10] -- ******************** Last 10 lines of 'ldr_ext.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input ; V5: ldrb ^ :1:1: note: scanning from here ^ -- ******************** From daniel_dunbar at apple.com Tue Dec 14 16:29:23 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 14 Dec 2010 16:29:23 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101215002927.2D9ABBFA0671@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7132 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/RegAllocGreedy.cpp At: Tue 14 Dec 2010 15:41:57 Changed By: stoklund Comments: Simplify RegAllocGreedy's use of register aliases.Properties: File: lib/Target/ARM/ARMISelDAGToDAG.cpp At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In particular, we want ldr r2, [r3] to be equivalent to ldr r2, [r3, #0] and not ldr r2, [r3, r0] Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Comments and cleaning.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Tue 14 Dec 2010 15:51:50 Changed By: grosbach Comments: thumb adr fixup needs alignment just like the t2 version.Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'asmprinter-bug.ll': LLVM ERROR: Cannot yet select: 0x101854610: i32,ch = load 0x10132a5d8, 0x10184fd10, 0x101853e10 [ID=36] 0x10132a5d8: ch = EntryToken [ORD=1] [ID=0] 0x10184fd10: i32,ch = CopyFromReg 0x10132a5d8, 0x10184fc10 [ORD=1] [ID=27] 0x10132a5d8: ch = EntryToken [ORD=1] [ID=0] 0x10184fc10: i32 = Register %reg16423 [ORD=1] [ID=4] 0x101853e10: i32 = undef [ORD=2] [ID=10] -- ******************** Last 10 lines of 'ldr_ext.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input ; V5: ldrb ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5111 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C++/filelist.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'asmprinter-bug.ll': LLVM ERROR: Cannot yet select: 0x101054610: i32,ch = load 0x100f2a5d8, 0x101052510, 0x101053e10 [ID=36] 0x100f2a5d8: ch = EntryToken [ORD=1] [ID=0] 0x101052510: i32,ch = CopyFromReg 0x100f2a5d8, 0x101052410 [ORD=1] [ID=27] 0x100f2a5d8: ch = EntryToken [ORD=1] [ID=0] 0x101052410: i32 = Register %reg16423 [ORD=1] [ID=4] 0x101053e10: i32 = undef [ORD=2] [ID=10] -- ******************** Last 10 lines of 'ldr_ext.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/Thumb/ldr_ext.ll:7:7: error: expected string not found in input ; V5: ldrb ^ :1:1: note: scanning from here ^ -- ******************** From buildbot at google1.osuosl.org Tue Dec 14 16:36:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 16:36:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101215003624.7F43413B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/211 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 14 16:52:42 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 14 Dec 2010 16:52:42 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101215005245.F1F2BC41847F@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7088 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Target/TargetRegisterInfo.h utils/TableGen/RegisterInfoEmitter.cpp At: Tue 14 Dec 2010 15:06:40 Changed By: stoklund Comments: Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all registers that alias Reg, including itself. This is almost the same as the existing getAliasSet() method, except for the inclusion of Reg. The name matches the reflexive TRI::regsOverlap(x, y) relation. It is very common to do stuff to a register and all its aliases: stuff(Reg) for (const unsigned *Alias = TRI->getAliasSet(Reg); *Alias; ++Alias) stuff(*Alias); That can now be written as the simpler: for (const unsigned *Alias = TRI->getOverlaps(Reg); *Alias; ++Alias) stuff(*Alias); This change requires a bit more constant space for the alias lists because Reg is included and because the empty alias list cannot be shared any longer. If the getAliasSet method is eventually removed, this space can be reclaimed by sharing overlap lists. For instance, %rax and %eax have identical overlap sets.Properties: File: lib/CodeGen/RegAllocBasic.cpp At: Tue 14 Dec 2010 15:16:40 Changed By: stoklund Comments: Simplyfy RegAllocBasic by using getOverlaps instead of getAliasSet.Properties: File: lib/CodeGen/AggressiveAntiDepBreaker.cpp At: Tue 14 Dec 2010 15:27:58 Changed By: stoklund Comments: Simplify AggressiveAntiDepBreaker's use of register aliases.Properties: File: lib/CodeGen/CallingConvLower.cpp At: Tue 14 Dec 2010 15:31:40 Changed By: stoklund Comments: Simplify CCState's use of register aliases.Properties: File: lib/CodeGen/RegAllocGreedy.cpp At: Tue 14 Dec 2010 15:41:57 Changed By: stoklund Comments: Simplify RegAllocGreedy's use of register aliases.Properties: File: lib/Target/ARM/ARMISelDAGToDAG.cpp At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In particular, we want ldr r2, [r3] to be equivalent to ldr r2, [r3, #0] and not ldr r2, [r3, r0] Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Tue 14 Dec 2010 15:46:40 Changed By: void Comments: Comments and cleaning.Properties: File: lib/Target/ARM/ARMMCCodeEmitter.cpp At: Tue 14 Dec 2010 15:51:50 Changed By: grosbach Comments: thumb adr fixup needs alignment just like the t2 version.Properties: LOGS: Last 10 lines of 'stdio': Failing Tests (2): LLVM :: CodeGen/Thumb/asmprinter-bug.ll LLVM :: CodeGen/Thumb/ldr_ext.ll Expected Passes : 5620 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 2 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Tue Dec 14 17:15:39 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 17:15:39 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101215011540.EE39E13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/225 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121812 Blamelist: grosbach,stoklund,void BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 19:31:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 19:31:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux Message-ID: <20101215033101.77D9D13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-arm-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/90 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: ranby1 Build Reason: Build Source Stamp: 121809 Blamelist: abramo,evancheng,grosbach,matthewbg,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 20:15:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 20:15:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101215041601.60E8213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/171 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121831 Blamelist: dgregor,enderby,foldr,resistor,rjmccall,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 21:35:21 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 21:35:21 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101215053522.E610B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/174 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121838 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 14 22:48:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 14 Dec 2010 22:48:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101215064844.BA3F913B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/177 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121848 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 00:30:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 00:30:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101215083023.5A8B513B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/180 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121855 Blamelist: chandlerc,lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Wed Dec 15 00:39:15 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Wed, 15 Dec 2010 02:39:15 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101215083915.CAE552A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/46/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 46, Order: 121856, Start Time: 2010-12-15 07:57:17, End Time: 2010-12-15 08:41:38 To: 45, Order: 121776, Start Time: 2010-12-14 18:31:48, End Time: 2010-12-14 19:16:38 =============== Tests Summary =============== Performance Regressions: 7 Performance Improvements: 11 Existing Failures: 1 Unchanged Tests: 926 Total Tests: 945 ============== Changes Detail ============== Performance Regressions ----------------------- SingleSource/Benchmarks/Misc/richards_benchmark.exec: 16.79%(1.3100 => 1.5300, std. dev.: 0.0000) SingleSource/Benchmarks/Shootout/methcall.exec: 7.32%(5.1900 => 5.5700, std. dev.: 0.0000) SingleSource/Benchmarks/Shootout-C++/objinst.exec: 3.45%(10.4400 => 10.8000, std. dev.: 0.0000) External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec: 3.22%(8.6900 => 8.9700, std. dev.: 0.0000) SingleSource/Benchmarks/Shootout/lists.exec: 2.07%(5.8000 => 5.9200, std. dev.: 0.0000) External/SPEC/CFP2000/177_mesa/177_mesa.compile: 1.67%(12.5900 => 12.8000, std. dev.: 0.0000) External/SPEC/CINT2000/256_bzip2/256_bzip2.exec: 1.48%(10.7800 => 10.9400, std. dev.: 0.0000) Performance Improvements ------------------------ MultiSource/Benchmarks/Prolangs-C++/life/life.exec: -2.77%(3.6100 => 3.5100, std. dev.: 0.0000) External/SPEC/CFP2006/433_milc/433_milc.compile: -2.72%(3.6700 => 3.5700, std. dev.: 0.0000) External/SPEC/CINT95/124_m88ksim/124_m88ksim.compile: -2.55%(4.7000 => 4.5800, std. dev.: 0.0000) External/SPEC/CFP2000/188_ammp/188_ammp.compile: -2.19%(4.1100 => 4.0200, std. dev.: 0.0000) MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.compile: -1.87%(8.0100 => 7.8600, std. dev.: 0.0000) External/SPEC/CINT2000/186_crafty/186_crafty.compile: -1.79%(4.4600 => 4.3800, std. dev.: 0.0000) External/SPEC/CINT2000/300_twolf/300_twolf.compile: -1.69%(5.9200 => 5.8200, std. dev.: 0.0000) MultiSource/Benchmarks/NPB-serial/is/is.exec: -1.69%(10.0700 => 9.9000, std. dev.: 0.0000) External/SPEC/CINT95/132_ijpeg/132_ijpeg.compile: -1.65%(4.8500 => 4.7700, std. dev.: 0.0000) MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.compile: -1.31%(4.5900 => 4.5300, std. dev.: 0.0000) SingleSource/Benchmarks/Misc/salsa20.exec: -1.09%(10.0500 => 9.9400, std. dev.: 0.0000) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Wed Dec 15 09:58:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 09:58:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101215175834.2DE5113B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/641 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121871 Blamelist: stoklund BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 10:05:48 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 10:05:48 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101215180552.EB9FCC44B9D2@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16970 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121871 Blamelist: stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:56:40 Changed By: stoklund Comments: Detect and enumerate bypass loops. Bypass loops have the current live range live through, but contain no uses or defs. Splitting around a bypass loop can free registers for other uses inside the loop by spilling the split range.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmPrinter.a llvm[4]: Compiling ARMAsmLexer.cpp for Debug+Asserts build llvm[4]: Compiling ARMAsmParser.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Debug+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Wed Dec 15 10:05:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 10:05:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101215180558.B76B013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/339 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121871 Blamelist: dgregor,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 10:13:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 10:13:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101215181314.EB27713B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/346 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121871 Blamelist: dgregor,stoklund BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 10:14:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 10:14:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101215181437.C9FA113B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/488 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121871 Blamelist: stoklund BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 10:15:17 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 10:15:17 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101215181518.A457413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/278 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121871 Blamelist: bwilson,dgregor,stoklund BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 10:15:34 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 10:15:34 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101215181538.3BDEDC44DBA9@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6288 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121871 Blamelist: dgregor,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Sema/CMakeLists.txt lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateVariadic.cpp At: Wed 15 Dec 2010 09:41:40 Changed By: dgregor Comments: Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change.Properties: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:46:40 Changed By: stoklund Comments: Separate SplitAnalysis::getSplitLoops(). This method returns the set of loops with uses that are candidates for splitting.Properties: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:56:40 Changed By: stoklund Comments: Detect and enumerate bypass loops. Bypass loops have the current live range live through, but contain no uses or defs. Splitting around a bypass loop can free registers for other uses inside the loop by spilling the split range.Properties: LOGS: Last 10 lines of 'stdio': make[2]: *** Waiting for unfinished jobs.... llvm[4]: Building Debug+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Debug+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Debug+Asserts build make[1]: *** [CodeGen/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 From buildbot at google1.osuosl.org Wed Dec 15 10:16:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 10:16:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101215181659.2E85413B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/295 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121871 Blamelist: dgregor,stoklund BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 10:17:22 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 10:17:22 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101215181727.52807C44DF2F@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7103 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121871 Blamelist: bwilson,dgregor,stoklund BUILD FAILED: failed buildit-llvmCore sincerely, -The Buildbot ================================================================================ CHANGES: File: utils/TableGen/NeonEmitter.cpp At: Wed 15 Dec 2010 09:01:42 Changed By: bwilson Comments: Fix Neon intrinsic immediate range checking for some double-register operands. Some quad-register intrinsics with lane operands only take a double-register operand for the vector containing the lane. The valid range of lane numbers is then half as big as you would expect from the quad-register type. Note: This currently has no effect because those intrinsics are now handled entirely in the header file using __builtin_shufflevector, which does its own range checking, but I want to use this for generating tests.Properties: Files: utils/TableGen/NeonEmitter.cpp utils/TableGen/NeonEmitter.h utils/TableGen/TableGen.cpp At: Wed 15 Dec 2010 09:01:42 Changed By: bwilson Comments: Add a Neon intrinsic test generator. This is still a WIP. It's already good enough to expose a few bugs, though.Properties: Files: lib/Sema/CMakeLists.txt lib/Sema/SemaTemplate.cpp lib/Sema/SemaTemplateVariadic.cpp At: Wed 15 Dec 2010 09:41:40 Changed By: dgregor Comments: Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change.Properties: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:46:40 Changed By: stoklund Comments: Separate SplitAnalysis::getSplitLoops(). This method returns the set of loops with uses that are candidates for splitting.Properties: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:56:40 Changed By: stoklund Comments: Detect and enumerate bypass loops. Bypass loops have the current live range live through, but contain no uses or defs. Splitting around a bypass loop can free registers for other uses inside the loop by spilling the split range.Properties: LOGS: Last 10 lines of 'stdio': lipo: can't figure out the architecture type of: /var/tmp//ccNsJCgx.out make[3]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/CodeGen/Release+Debug/SplitKit.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [CodeGen/.makeall] Error 2 make[1]: *** [all] Error 1 + '[' 2 '!=' 0 ']' + echo 'error: LLVM '\''make'\'' failed!' error: LLVM 'make' failed! + exit 1 make: *** [install] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/MC/MCStreamer.cpp:51: warning: unused variable 'Bits' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/MC/MCStreamer.cpp:51: warning: unused variable 'Bits' From daniel_dunbar at apple.com Wed Dec 15 10:19:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 10:19:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101215182003.9362DBFCD6E2@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7155 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121871 Blamelist: stoklund BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:46:40 Changed By: stoklund Comments: Separate SplitAnalysis::getSplitLoops(). This method returns the set of loops with uses that are candidates for splitting.Properties: Files: lib/CodeGen/SplitKit.cpp lib/CodeGen/SplitKit.h At: Wed 15 Dec 2010 09:56:40 Changed By: stoklund Comments: Detect and enumerate bypass loops. Bypass loops have the current live range live through, but contain no uses or defs. Splitting around a bypass loop can free registers for other uses inside the loop by spilling the split range.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassemblerCore.cpp for Release+Asserts build llvm[4]: Compiling ARMDisassembler.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a make[1]: *** [CodeGen/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[4]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a make: *** [all] Error 1 From buildbot at google1.osuosl.org Wed Dec 15 11:50:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 11:50:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101215195006.DB57513B2070@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/85 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 121868 Blamelist: baldrick,bwilson,dgregor,pcc,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 11:54:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 11:54:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101215195434.4BF1C13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/191 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121872 Blamelist: bwilson,dgregor,rjmccall,stoklund BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 12:36:31 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 12:36:31 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101215203632.DF3A013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/350 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121888 Blamelist: dgregor,djg,peckw BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 12:37:05 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 12:37:05 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101215203709.B0727BFD8C4B@mail-out3.apple.com> 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/12009 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121888 Blamelist: djg,peckw BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Analysis/ValueTracking.h include/llvm/Value.h lib/Analysis/BasicAliasAnalysis.cpp lib/Analysis/ConstantFolding.cpp lib/Analysis/IPA/GlobalsModRef.cpp lib/Analysis/LazyValueInfo.cpp lib/Analysis/Lint.cpp lib/Analysis/Loads.cpp lib/Analysis/LoopDependenceAnalysis.cpp lib/Analysis/MemoryDependenceAnalysis.cpp lib/Analysis/ValueTracking.cpp lib/CodeGen/ScheduleDAGInstrs.cpp lib/Transforms/Scalar/DeadStoreElimination.cpp lib/Transforms/Scalar/GVN.cpp lib/Transforms/Scalar/ScalarReplAggregates.cpp lib/VMCore/Value.cpp At: Wed 15 Dec 2010 12:06:47 Changed By: djg Comments: Move Value::getUnderlyingObject to be a standalone function so that it can live in Analysis instead of VMCore. Properties: File: lib/Analysis/ValueTracking.cpp At: Wed 15 Dec 2010 12:16:51 Changed By: djg Comments: Strengthen GetUnderlyingObject using InstructionSimplify. While LLVM's main design is that analysis code shouldn't go out of its way to understand code which hasn't been InstCombined, analysis utility routines like this can find themselves being called in the middle of transform passes when instcombine hasn't had a chance to run. Properties: File: include/llvm/CallingConv.h At: Wed 15 Dec 2010 12:16:51 Changed By: peckw Comments: Adding target specific calling conventions to support the MBlaze GCC function attributes "interrupt_handle" and "save_volatiles". Support for lowering these correctly will be in an upcoming commit. Properties: LOGS: Last 10 lines of 'stdio': configure: creating ./config.status config.status: creating Makefile config.status: creating gccbug config.status: creating mklibgcc config.status: creating libada-mk config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': ld warning: can't find matching function for eh symbol ___register_frame_table.eh ld warning: can't find matching function for eh symbol ___register_frame.eh ld warning: can't find matching function for eh symbol _search_object.eh ld warning: can't find matching function for eh symbol ___deregister_frame_info_bases.eh ld warning: can't find matching function for eh symbol _live_image_destructor.eh ld warning: can't find matching function for eh symbol ___deregister_frame_info.eh ld warning: can't find matching function for eh symbol ___deregister_frame.eh ld warning: can't find matching function for eh symbol __Unwind_Find_FDE.eh ld warning: can't find matching function for eh symbol ___gcc_personality_v0.eh ld warning: can't find matching function for eh symbol _read_encoded_value.eh From buildbot at google1.osuosl.org Wed Dec 15 12:38:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 12:38:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101215203816.40CEE13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/281 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121888 Blamelist: dgregor,djg,johannes,peckw,resistor BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 12:39:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 12:39:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101215203957.B064E13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/184 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121861 Blamelist: baldrick BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 12:51:13 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 12:51:13 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101215205114.CF62B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/316 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121891 Blamelist: djg,peckw BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 12:51:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 12:51:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101215205131.8658113B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/425 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121891 Blamelist: djg,peckw BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 12:52:06 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 12:52:06 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101215205210.7823ABFD9980@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7161 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121891 Blamelist: djg,peckw BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/ValueTracking.cpp At: Wed 15 Dec 2010 12:16:51 Changed By: djg Comments: Strengthen GetUnderlyingObject using InstructionSimplify. While LLVM's main design is that analysis code shouldn't go out of its way to understand code which hasn't been InstCombined, analysis utility routines like this can find themselves being called in the middle of transform passes when instcombine hasn't had a chance to run. Properties: File: include/llvm/CallingConv.h At: Wed 15 Dec 2010 12:16:51 Changed By: peckw Comments: Adding target specific calling conventions to support the MBlaze GCC function attributes "interrupt_handle" and "save_volatiles". Support for lowering these correctly will be in an upcoming commit. Properties: Files: lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Target/MBlaze/MBlazeISelLowering.h lib/Target/MBlaze/MBlazeInstrInfo.td test/CodeGen/MBlaze/intr.ll test/CodeGen/MBlaze/svol.ll At: Wed 15 Dec 2010 12:31:40 Changed By: peckw Comments: Lower the MBlaze target specific calling conventions for "interrupt_handler" and "save_volatiles" correctly. This completes the custom calling convention functionality changes for the MBlaze backend that were started in 121888. Properties: LOGS: Last 10 lines of 'stdio': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/clang -cc1 -triple x86_64-apple-darwin10.0.0 -emit-obj -disable-free -main-file-name APFloat.cpp -pic-level 1 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 97.14 -resource-dir /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/../lib/clang/2.9 -dependency-file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.d.tmp -MP -MT /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.o -MT /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.d -D _DEBUG -D _GNU_SOURCE -D __STDC_LIMIT_MACROS -D __STDC_CONSTANT_M ACROS -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Support -O3 -Woverloaded-virtual -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fblocks -fno-common -fdiagnostics-show-option -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.o -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Support/APFloat.cpp 1. parser at end of file 2. Per-module optimization passes 3. Running pass 'CallGraph Pass Manager' on module '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Support/APFloat.cpp'. 4. Running pass 'Global Value Numbering' on function '@_ZN12_GLOBAL__N_117AdjustToPrecisionERN4llvm15SmallVectorImplIcEERij' clang: error: unable to execute command: Illegal instruction clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.o] Error 1 make: *** [all] Error 1 From daniel_dunbar at apple.com Wed Dec 15 13:14:26 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 13:14:26 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101215211431.8D0D6BFDA509@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6293 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121891 Blamelist: djg,peckw BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/ValueTracking.cpp At: Wed 15 Dec 2010 12:16:51 Changed By: djg Comments: Strengthen GetUnderlyingObject using InstructionSimplify. While LLVM's main design is that analysis code shouldn't go out of its way to understand code which hasn't been InstCombined, analysis utility routines like this can find themselves being called in the middle of transform passes when instcombine hasn't had a chance to run. Properties: File: include/llvm/CallingConv.h At: Wed 15 Dec 2010 12:16:51 Changed By: peckw Comments: Adding target specific calling conventions to support the MBlaze GCC function attributes "interrupt_handle" and "save_volatiles". Support for lowering these correctly will be in an upcoming commit. Properties: Files: lib/Target/MBlaze/MBlazeFrameInfo.cpp lib/Target/MBlaze/MBlazeISelLowering.cpp lib/Target/MBlaze/MBlazeISelLowering.h lib/Target/MBlaze/MBlazeInstrInfo.td test/CodeGen/MBlaze/intr.ll test/CodeGen/MBlaze/svol.ll At: Wed 15 Dec 2010 12:31:40 Changed By: peckw Comments: Lower the MBlaze target specific calling conventions for "interrupt_handler" and "save_volatiles" correctly. This completes the custom calling convention functionality changes for the MBlaze backend that were started in 121888. Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0484 544 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2402 3360 0.0778 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0529 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0159 1088 0.0199 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0348 544 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3629 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0176 976 0.0285 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0635 560 0.0056 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1466 528 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0484 544 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2402 3360 0.0778 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0529 720 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0159 1088 0.0199 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0348 544 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3629 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0176 976 0.0285 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0635 560 0.0056 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1466 528 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.GCCAS': GCCAS.MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl GCCAS.MultiSource/Benchmarks/Ptrdist/bc/bc GCCAS.MultiSource/Benchmarks/VersaBench/dbms/dbms GCCAS.MultiSource/Benchmarks/mafft/pairlocalalign GCCAS.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg GCCAS.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 GCCAS.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction GCCAS.SingleSource/Benchmarks/Adobe-C++/stepanov_vector GCCAS.SingleSource/Benchmarks/Shootout-C++/hash2 GCCAS.SingleSource/Benchmarks/Shootout-C++/objinst Last 10 lines of 'fail.Bytecode': Bytecode.MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 Bytecode.MultiSource/Benchmarks/SciMark2-C/scimark2 Bytecode.MultiSource/Benchmarks/VersaBench/dbms/dbms Bytecode.MultiSource/Benchmarks/mafft/pairlocalalign Bytecode.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg Bytecode.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 Bytecode.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction Bytecode.SingleSource/Benchmarks/Adobe-C++/stepanov_vector Bytecode.SingleSource/Benchmarks/Shootout-C++/hash2 Bytecode.SingleSource/Benchmarks/Shootout-C++/objinst Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 LLC.MultiSource/Benchmarks/SciMark2-C/scimark2 LLC.MultiSource/Benchmarks/VersaBench/dbms/dbms LLC.MultiSource/Benchmarks/mafft/pairlocalalign LLC.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 LLC.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction LLC.SingleSource/Benchmarks/Adobe-C++/stepanov_vector LLC.SingleSource/Benchmarks/Shootout-C++/hash2 LLC.SingleSource/Benchmarks/Shootout-C++/objinst Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 LLC_compile.MultiSource/Benchmarks/SciMark2-C/scimark2 LLC_compile.MultiSource/Benchmarks/VersaBench/dbms/dbms LLC_compile.MultiSource/Benchmarks/mafft/pairlocalalign LLC_compile.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC_compile.MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 LLC_compile.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction LLC_compile.SingleSource/Benchmarks/Adobe-C++/stepanov_vector LLC_compile.SingleSource/Benchmarks/Shootout-C++/hash2 LLC_compile.SingleSource/Benchmarks/Shootout-C++/objinst Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From daniel_dunbar at apple.com Wed Dec 15 14:33:28 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 14:33:28 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101215223333.2F717BFDDFAB@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16985 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121903 Blamelist: bwilson,evancheng BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/MC/ARM/neon-abs-encoding.s test/MC/ARM/neon-absdiff-encoding.s test/MC/ARM/neon-bitcount-encoding.s test/MC/ARM/neon-bitwise-encoding.s test/MC/ARM/neon-cmp-encoding.s test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neon-dup-encoding.s test/MC/ARM/neon-minmax-encoding.s test/MC/ARM/neon-mov-encoding.s test/MC/ARM/neon-mul-accum-encoding.s test/MC/ARM/neon-mul-encoding.s test/MC/ARM/neon-neg-encoding.s test/MC/ARM/neon-pairwise-encoding.s test/MC/ARM/neon-reciprocal-encoding.s test/MC/ARM/neon-reverse-encoding.s test/MC/ARM/neon-satshift-encoding.s test/MC/ARM/neon-shift-encoding.s test/MC/ARM/neon-shiftaccum-encoding.s test/MC/ARM/neon-shuffle-encoding.s test/MC/ARM/neon-sub-encoding.s test/MC/ARM/neon-table-encoding.s test/MC/ARM/neont2-abs-encoding.s test/MC/ARM/neont2-absdiff-encoding.s test/MC/ARM/neont2-bitcount-encoding.s test/MC/ARM/neont2-bitwise-encoding.s test/MC/ARM/neont2-cmp-encoding.s test/MC/ARM/neont2-convert-encoding.s test/MC/ARM/neont2-dup-encoding.s test/MC/ARM/neont2-minmax-encoding.s test/MC/ARM/neont2-mov-encoding.s test/MC/ARM/neont2-mul-accum-encoding.s test/MC/ARM/neont2-mul-encoding.s test/MC/ARM/neont2-neg-encoding.s test/MC/ARM/neont2-pairwise-encoding.s test/MC/ARM/neont2-reciprocal-encoding.s test/MC/ARM/neont2-reverse-encoding.s test/MC/ARM/neont2-satshift-encoding.s test/MC/ARM/neont2-shift-encoding.s test/MC/ARM/neont2-shiftaccum-encoding.s test/MC/ARM/neont2-shuffle-encoding.s test/MC/ARM/neont2-sub-encoding.s test/MC/ARM/neont2-table-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Fix misspelled target triples in MC/ARM test commands.Properties: Files: include/llvm/IntrinsicsARM.td lib/Target/ARM/ARM.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrNEON.td test/CodeGen/ARM/vcvt.ll test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neont2-convert-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Add Neon VCVT instructions for f32 <-> f16 conversions. Clang is now providing intrinsics for these and so we need to support them in the backend. Radar 8068427.Properties: Files: lib/CodeGen/MachineCSE.cpp test/CodeGen/X86/machine-cse.ll At: Wed 15 Dec 2010 14:21:50 Changed By: evancheng Comments: Teach machine cse to commute instructions.Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Expected Passes : 5108 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/2009-05-23-dagcombine-shifts.ll LLVM :: CodeGen/X86/2009-04-27-CoalescerAssert.ll LLVM :: CodeGen/X86/3addr-or.ll LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/and-or-fold.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-05-23-dagcombine-shifts.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll:12:10: error: expected string not found in input ; CHECK: foo: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '2009-04-27-coalescerassert.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16871 = ADD32ri8_DB %reg17299, 57, %EFLAGS; GR32:%reg16871,17299 -- ******************** Last 10 lines of '3addr-or.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/3addr-or.ll:6:10: error: expected string not found in input ; CHECK: test1: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'andimm8.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/andimm8.ll:4:10: error: expected string not found in input ; CHECK: andl $-64, %edi # encoding: [0x83,0xe7,0xc0] ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'and-or-fold.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/X86/and-or-fold.ll:24:15: error: expected string not found in input ; DARWIN-OPT: andq $123124 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'fp-in-intregs.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'limited-prec.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** From buildbot at google1.osuosl.org Wed Dec 15 14:35:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:35:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101215223533.E82F513B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/659 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 121904 Blamelist: evancheng,matthewbg BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 14:36:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:36:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101215223631.44DC513B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/353 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121903 Blamelist: bwilson,dgregor,evancheng BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 14:41:07 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:41:07 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101215224108.EE9CA13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/284 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 14:44:13 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 14:44:13 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101215224419.1F4B1C46A04E@mail-out4.apple.com> 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/12014 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: File: include/clang/AST/RecursiveASTVisitor.h At: Wed 15 Dec 2010 14:11:40 Changed By: dgregor Comments: Teach the RecursiveASTVisitor to traverse the type-location information for all of the explicit casts. Properties: Files: test/MC/ARM/neon-abs-encoding.s test/MC/ARM/neon-absdiff-encoding.s test/MC/ARM/neon-bitcount-encoding.s test/MC/ARM/neon-bitwise-encoding.s test/MC/ARM/neon-cmp-encoding.s test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neon-dup-encoding.s test/MC/ARM/neon-minmax-encoding.s test/MC/ARM/neon-mov-encoding.s test/MC/ARM/neon-mul-accum-encoding.s test/MC/ARM/neon-mul-encoding.s test/MC/ARM/neon-neg-encoding.s test/MC/ARM/neon-pairwise-encoding.s test/MC/ARM/neon-reciprocal-encoding.s test/MC/ARM/neon-reverse-encoding.s test/MC/ARM/neon-satshift-encoding.s test/MC/ARM/neon-shift-encoding.s test/MC/ARM/neon-shiftaccum-encoding.s test/MC/ARM/neon-shuffle-encoding.s test/MC/ARM/neon-sub-encoding.s test/MC/ARM/neon-table-encoding.s test/MC/ARM/neont2-abs-encoding.s test/MC/ARM/neont2-absdiff-encoding.s test/MC/ARM/neont2-bitcount-encoding.s test/MC/ARM/neont2-bitwise-encoding.s test/MC/ARM/neont2-cmp-encoding.s test/MC/ARM/neont2-convert-encoding.s test/MC/ARM/neont2-dup-encoding.s test/MC/ARM/neont2-minmax-encoding.s test/MC/ARM/neont2-mov-encoding.s test/MC/ARM/neont2-mul-accum-encoding.s test/MC/ARM/neont2-mul-encoding.s test/MC/ARM/neont2-neg-encoding.s test/MC/ARM/neont2-pairwise-encoding.s test/MC/ARM/neont2-reciprocal-encoding.s test/MC/ARM/neont2-reverse-encoding.s test/MC/ARM/neont2-satshift-encoding.s test/MC/ARM/neont2-shift-encoding.s test/MC/ARM/neont2-shiftaccum-encoding.s test/MC/ARM/neont2-shuffle-encoding.s test/MC/ARM/neont2-sub-encoding.s test/MC/ARM/neont2-table-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Fix misspelled target triples in MC/ARM test commands.Properties: Files: include/llvm/IntrinsicsARM.td lib/Target/ARM/ARM.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrNEON.td test/CodeGen/ARM/vcvt.ll test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neont2-convert-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Add Neon VCVT instructions for f32 <-> f16 conversions. Clang is now providing intrinsics for these and so we need to support them in the backend. Radar 8068427.Properties: Files: lib/CodeGen/MachineCSE.cpp test/CodeGen/X86/machine-cse.ll At: Wed 15 Dec 2010 14:21:50 Changed By: evancheng Comments: Teach machine cse to commute instructions.Properties: File: lib/MC/MCStreamer.cpp At: Wed 15 Dec 2010 14:26:40 Changed By: matthewbg Comments: Fix opt -Werror build Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Expected Passes : 5108 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/2009-04-27-CoalescerAssert.ll LLVM :: CodeGen/X86/2009-05-23-dagcombine-shifts.ll LLVM :: CodeGen/X86/3addr-or.ll LLVM :: CodeGen/X86/and-or-fold.ll LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-04-27-coalescerassert.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16871 = ADD32ri8_DB %reg17299, 57, %EFLAGS; GR32:%reg16871,17299 -- ******************** Last 10 lines of '2009-05-23-dagcombine-shifts.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll:12:10: error: expected string not found in input ; CHECK: foo: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '3addr-or.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/3addr-or.ll:6:10: error: expected string not found in input ; CHECK: test1: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'and-or-fold.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/and-or-fold.ll:24:15: error: expected string not found in input ; DARWIN-OPT: andq $123124 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'andimm8.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/X86/andimm8.ll:4:10: error: expected string not found in input ; CHECK: andl $-64, %edi # encoding: [0x83,0xe7,0xc0] ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'fp-in-intregs.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'limited-prec.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'stdio': make[4]: *** [libgcc/./_floatdisf.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1: error in backend: Don't know how to commute: %reg16388 = ADD32ri_DB %reg16393, 2048, %EFLAGS; GR32:%reg16388,16393 dbg:libgcc2.c:1606 make[4]: *** [libgcc/./_floatundisf.o] Error 1 make[3]: *** [stmp-multilib] Error 2 rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.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': warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' From daniel_dunbar at apple.com Wed Dec 15 14:47:04 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 14:47:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101215224708.7A05CBFDED71@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7165 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed test-llvm compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: include/clang/AST/RecursiveASTVisitor.h At: Wed 15 Dec 2010 14:11:40 Changed By: dgregor Comments: Teach the RecursiveASTVisitor to traverse the type-location information for all of the explicit casts. Properties: Files: test/MC/ARM/neon-abs-encoding.s test/MC/ARM/neon-absdiff-encoding.s test/MC/ARM/neon-bitcount-encoding.s test/MC/ARM/neon-bitwise-encoding.s test/MC/ARM/neon-cmp-encoding.s test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neon-dup-encoding.s test/MC/ARM/neon-minmax-encoding.s test/MC/ARM/neon-mov-encoding.s test/MC/ARM/neon-mul-accum-encoding.s test/MC/ARM/neon-mul-encoding.s test/MC/ARM/neon-neg-encoding.s test/MC/ARM/neon-pairwise-encoding.s test/MC/ARM/neon-reciprocal-encoding.s test/MC/ARM/neon-reverse-encoding.s test/MC/ARM/neon-satshift-encoding.s test/MC/ARM/neon-shift-encoding.s test/MC/ARM/neon-shiftaccum-encoding.s test/MC/ARM/neon-shuffle-encoding.s test/MC/ARM/neon-sub-encoding.s test/MC/ARM/neon-table-encoding.s test/MC/ARM/neont2-abs-encoding.s test/MC/ARM/neont2-absdiff-encoding.s test/MC/ARM/neont2-bitcount-encoding.s test/MC/ARM/neont2-bitwise-encoding.s test/MC/ARM/neont2-cmp-encoding.s test/MC/ARM/neont2-convert-encoding.s test/MC/ARM/neont2-dup-encoding.s test/MC/ARM/neont2-minmax-encoding.s test/MC/ARM/neont2-mov-encoding.s test/MC/ARM/neont2-mul-accum-encoding.s test/MC/ARM/neont2-mul-encoding.s test/MC/ARM/neont2-neg-encoding.s test/MC/ARM/neont2-pairwise-encoding.s test/MC/ARM/neont2-reciprocal-encoding.s test/MC/ARM/neont2-reverse-encoding.s test/MC/ARM/neont2-satshift-encoding.s test/MC/ARM/neont2-shift-encoding.s test/MC/ARM/neont2-shiftaccum-encoding.s test/MC/ARM/neont2-shuffle-encoding.s test/MC/ARM/neont2-sub-encoding.s test/MC/ARM/neont2-table-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Fix misspelled target triples in MC/ARM test commands.Properties: Files: include/llvm/IntrinsicsARM.td lib/Target/ARM/ARM.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrNEON.td test/CodeGen/ARM/vcvt.ll test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neont2-convert-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Add Neon VCVT instructions for f32 <-> f16 conversions. Clang is now providing intrinsics for these and so we need to support them in the backend. Radar 8068427.Properties: Files: lib/CodeGen/MachineCSE.cpp test/CodeGen/X86/machine-cse.ll At: Wed 15 Dec 2010 14:21:50 Changed By: evancheng Comments: Teach machine cse to commute instructions.Properties: File: lib/MC/MCStreamer.cpp At: Wed 15 Dec 2010 14:26:40 Changed By: matthewbg Comments: Fix opt -Werror build Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Expected Passes : 5108 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/2009-04-27-CoalescerAssert.ll LLVM :: CodeGen/X86/2009-05-23-dagcombine-shifts.ll LLVM :: CodeGen/X86/3addr-or.ll LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/and-or-fold.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-04-27-coalescerassert.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16871 = ADD32ri8_DB %reg17299, 57, %EFLAGS; GR32:%reg16871,17299 -- ******************** Last 10 lines of '2009-05-23-dagcombine-shifts.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll:12:10: error: expected string not found in input ; CHECK: foo: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '3addr-or.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/X86/3addr-or.ll:6:10: error: expected string not found in input ; CHECK: test1: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'andimm8.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/X86/andimm8.ll:4:10: error: expected string not found in input ; CHECK: andl $-64, %edi # encoding: [0x83,0xe7,0xc0] ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'and-or-fold.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/CodeGen/X86/and-or-fold.ll:24:15: error: expected string not found in input ; DARWIN-OPT: andq $123124 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'fp-in-intregs.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'limited-prec.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'stdio': make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/Program.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APFloat.o] Error 1 fatal error: error in backend: Don't know how to commute: %reg16393 = ADD32ri8_DB %reg16392, 8, %EFLAGS; GR32:%reg16393,16392 make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/Regex.o] Error 1 fatal error: error in backend: Don't know how to commute: %reg16413 = ADD32ri8_DB %reg16412, 16, %EFLAGS; GR32:%reg16413,16412 make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/APInt.o] Error 1 make: *** [all] Error 1 From buildbot at google1.osuosl.org Wed Dec 15 14:52:03 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:52:03 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101215225204.6CD4813B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/428 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed run.build.step.test_llvm run.build.step.make_llvmgcc sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 14:54:58 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:54:58 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101215225500.5A96E13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/250 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 14:56:10 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 14:56:10 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101215225612.382DC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/242 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 15:05:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 15:05:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux Message-ID: <20101215230542.8567413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux/builds/346 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 15:07:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 15:07:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101215230713.E1BEC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/319 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 15:01:44 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 15:01:44 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101215230714.B95A5C46B635@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12596 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121904 Blamelist: bwilson,dgregor,evancheng,matthewbg BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: include/clang/AST/RecursiveASTVisitor.h At: Wed 15 Dec 2010 14:11:40 Changed By: dgregor Comments: Teach the RecursiveASTVisitor to traverse the type-location information for all of the explicit casts. Properties: Files: test/MC/ARM/neon-abs-encoding.s test/MC/ARM/neon-absdiff-encoding.s test/MC/ARM/neon-bitcount-encoding.s test/MC/ARM/neon-bitwise-encoding.s test/MC/ARM/neon-cmp-encoding.s test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neon-dup-encoding.s test/MC/ARM/neon-minmax-encoding.s test/MC/ARM/neon-mov-encoding.s test/MC/ARM/neon-mul-accum-encoding.s test/MC/ARM/neon-mul-encoding.s test/MC/ARM/neon-neg-encoding.s test/MC/ARM/neon-pairwise-encoding.s test/MC/ARM/neon-reciprocal-encoding.s test/MC/ARM/neon-reverse-encoding.s test/MC/ARM/neon-satshift-encoding.s test/MC/ARM/neon-shift-encoding.s test/MC/ARM/neon-shiftaccum-encoding.s test/MC/ARM/neon-shuffle-encoding.s test/MC/ARM/neon-sub-encoding.s test/MC/ARM/neon-table-encoding.s test/MC/ARM/neont2-abs-encoding.s test/MC/ARM/neont2-absdiff-encoding.s test/MC/ARM/neont2-bitcount-encoding.s test/MC/ARM/neont2-bitwise-encoding.s test/MC/ARM/neont2-cmp-encoding.s test/MC/ARM/neont2-convert-encoding.s test/MC/ARM/neont2-dup-encoding.s test/MC/ARM/neont2-minmax-encoding.s test/MC/ARM/neont2-mov-encoding.s test/MC/ARM/neont2-mul-accum-encoding.s test/MC/ARM/neont2-mul-encoding.s test/MC/ARM/neont2-neg-encoding.s test/MC/ARM/neont2-pairwise-encoding.s test/MC/ARM/neont2-reciprocal-encoding.s test/MC/ARM/neont2-reverse-encoding.s test/MC/ARM/neont2-satshift-encoding.s test/MC/ARM/neont2-shift-encoding.s test/MC/ARM/neont2-shiftaccum-encoding.s test/MC/ARM/neont2-shuffle-encoding.s test/MC/ARM/neont2-sub-encoding.s test/MC/ARM/neont2-table-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Fix misspelled target triples in MC/ARM test commands.Properties: Files: include/llvm/IntrinsicsARM.td lib/Target/ARM/ARM.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrNEON.td test/CodeGen/ARM/vcvt.ll test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neont2-convert-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Add Neon VCVT instructions for f32 <-> f16 conversions. Clang is now providing intrinsics for these and so we need to support them in the backend. Radar 8068427.Properties: Files: lib/CodeGen/MachineCSE.cpp test/CodeGen/X86/machine-cse.ll At: Wed 15 Dec 2010 14:21:50 Changed By: evancheng Comments: Teach machine cse to commute instructions.Properties: File: lib/MC/MCStreamer.cpp At: Wed 15 Dec 2010 14:26:40 Changed By: matthewbg Comments: Fix opt -Werror build Properties: LOGS: Last 10 lines of 'stdio': LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Expected Passes : 5108 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 7 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/X86/2009-04-27-CoalescerAssert.ll LLVM :: CodeGen/X86/2009-05-23-dagcombine-shifts.ll LLVM :: CodeGen/X86/3addr-or.ll LLVM :: CodeGen/X86/and-or-fold.ll LLVM :: CodeGen/X86/andimm8.ll LLVM :: CodeGen/X86/fp-in-intregs.ll LLVM :: CodeGen/X86/limited-prec.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of '2009-04-27-coalescerassert.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16871 = ADD32ri8_DB %reg17299, 57, %EFLAGS; GR32:%reg16871,17299 -- ******************** Last 10 lines of '2009-05-23-dagcombine-shifts.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll:12:10: error: expected string not found in input ; CHECK: foo: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of '3addr-or.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/3addr-or.ll:6:10: error: expected string not found in input ; CHECK: test1: ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'and-or-fold.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/and-or-fold.ll:24:15: error: expected string not found in input ; DARWIN-OPT: andq $123124 ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'andimm8.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/X86/andimm8.ll:4:10: error: expected string not found in input ; CHECK: andl $-64, %edi # encoding: [0x83,0xe7,0xc0] ^ :1:1: note: scanning from here ^ -- ******************** Last 10 lines of 'fp-in-intregs.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** Last 10 lines of 'limited-prec.ll': -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Don't know how to commute: %reg16386 = ADD32ri_DB %reg16385, 1065353216, %EFLAGS; GR32:%reg16386,16385 -- ******************** From buildbot at google1.osuosl.org Wed Dec 15 15:16:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 15:16:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101215231652.5D6CC13B2070@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/309 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed run.build.step.test_llvm_1 run.build.step.make_llvmgcc_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 15:17:02 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 15:17:02 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101215231703.7B07513B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/228 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 15:27:36 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 15:27:36 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101215232741.AE28EBFE2AC0@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6296 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,evancheng,matthewbg,rafael,resistor BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: include/clang/AST/RecursiveASTVisitor.h At: Wed 15 Dec 2010 14:11:40 Changed By: dgregor Comments: Teach the RecursiveASTVisitor to traverse the type-location information for all of the explicit casts. Properties: Files: test/MC/ARM/neon-abs-encoding.s test/MC/ARM/neon-absdiff-encoding.s test/MC/ARM/neon-bitcount-encoding.s test/MC/ARM/neon-bitwise-encoding.s test/MC/ARM/neon-cmp-encoding.s test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neon-dup-encoding.s test/MC/ARM/neon-minmax-encoding.s test/MC/ARM/neon-mov-encoding.s test/MC/ARM/neon-mul-accum-encoding.s test/MC/ARM/neon-mul-encoding.s test/MC/ARM/neon-neg-encoding.s test/MC/ARM/neon-pairwise-encoding.s test/MC/ARM/neon-reciprocal-encoding.s test/MC/ARM/neon-reverse-encoding.s test/MC/ARM/neon-satshift-encoding.s test/MC/ARM/neon-shift-encoding.s test/MC/ARM/neon-shiftaccum-encoding.s test/MC/ARM/neon-shuffle-encoding.s test/MC/ARM/neon-sub-encoding.s test/MC/ARM/neon-table-encoding.s test/MC/ARM/neont2-abs-encoding.s test/MC/ARM/neont2-absdiff-encoding.s test/MC/ARM/neont2-bitcount-encoding.s test/MC/ARM/neont2-bitwise-encoding.s test/MC/ARM/neont2-cmp-encoding.s test/MC/ARM/neont2-convert-encoding.s test/MC/ARM/neont2-dup-encoding.s test/MC/ARM/neont2-minmax-encoding.s test/MC/ARM/neont2-mov-encoding.s test/MC/ARM/neont2-mul-accum-encoding.s test/MC/ARM/neont2-mul-encoding.s test/MC/ARM/neont2-neg-encoding.s test/MC/ARM/neont2-pairwise-encoding.s test/MC/ARM/neont2-reciprocal-encoding.s test/MC/ARM/neont2-reverse-encoding.s test/MC/ARM/neont2-satshift-encoding.s test/MC/ARM/neont2-shift-encoding.s test/MC/ARM/neont2-shiftaccum-encoding.s test/MC/ARM/neont2-shuffle-encoding.s test/MC/ARM/neont2-sub-encoding.s test/MC/ARM/neont2-table-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Fix misspelled target triples in MC/ARM test commands.Properties: Files: include/llvm/IntrinsicsARM.td lib/Target/ARM/ARM.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrNEON.td test/CodeGen/ARM/vcvt.ll test/MC/ARM/neon-convert-encoding.s test/MC/ARM/neont2-convert-encoding.s At: Wed 15 Dec 2010 14:16:59 Changed By: bwilson Comments: Add Neon VCVT instructions for f32 <-> f16 conversions. Clang is now providing intrinsics for these and so we need to support them in the backend. Radar 8068427.Properties: Files: lib/CodeGen/MachineCSE.cpp test/CodeGen/X86/machine-cse.ll At: Wed 15 Dec 2010 14:21:50 Changed By: evancheng Comments: Teach machine cse to commute instructions.Properties: File: lib/MC/MCStreamer.cpp At: Wed 15 Dec 2010 14:26:40 Changed By: matthewbg Comments: Fix opt -Werror build Properties: Files: lib/Transforms/InstCombine/InstCombineCompares.cpp test/Transforms/InstCombine/overflow.ll At: Wed 15 Dec 2010 14:36:42 Changed By: resistor Comments: Add an InstCombine transform to recognize instances of manual overflow-safe addition (performing the addition in a wider type and explicitly checking for overflow), and fold them down to intrinsics. This currently only supports signed-addition, but could be generalized if someone works out the magic constant formulas for other operations. Fixes . Properties: File: include/llvm/Support/MathExtras.h At: Wed 15 Dec 2010 14:36:42 Changed By: rafael Comments: Typo.Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-call-r7674133 | 0.0483 544 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2355 3360 0.0827 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0502 720 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0143 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0192 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0364 544 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3714 656 0.0077 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0172 976 0.0315 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0630 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1499 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-call-r7674133 | 0.0483 544 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj | 0.2355 3360 0.0827 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0502 720 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0143 1088 0.0207 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0192 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0364 544 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3714 656 0.0077 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0172 976 0.0315 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0630 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1499 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/Prolangs-C/simulator/simulator LLC.MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl LLC.MultiSource/Benchmarks/Ptrdist/bc/bc LLC.MultiSource/Benchmarks/mediabench/g721/g721encode/encode LLC.MultiSource/Benchmarks/mediabench/gsm/toast/toast LLC.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC.MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode LLC.SingleSource/Benchmarks/Misc/oourafft LLC.SingleSource/Benchmarks/Misc/whetstone LLC.SingleSource/UnitTests/ObjC/bitfield-access Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/Prolangs-C/simulator/simulator LLC_compile.MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl LLC_compile.MultiSource/Benchmarks/Ptrdist/bc/bc LLC_compile.MultiSource/Benchmarks/mediabench/g721/g721encode/encode LLC_compile.MultiSource/Benchmarks/mediabench/gsm/toast/toast LLC_compile.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC_compile.MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode LLC_compile.SingleSource/Benchmarks/Misc/oourafft LLC_compile.SingleSource/Benchmarks/Misc/whetstone LLC_compile.SingleSource/UnitTests/ObjC/bitfield-access Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Wed Dec 15 15:31:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 15:31:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101215233200.2D35F13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/126 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121906 Blamelist: bwilson,dgregor,djg,evancheng,matthewbg,peckw,rafael,resistor,stoklund BUILD FAILED: failed make.test-suite sincerely, -The Buildbot From stoklund at 2pi.dk Wed Dec 15 15:34:01 2010 From: stoklund at 2pi.dk (Jakob Stoklund Olesen) Date: Wed, 15 Dec 2010 15:34:01 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt In-Reply-To: <20101215233200.2D35F13B2070@google1.osuosl.org> References: <20101215233200.2D35F13B2070@google1.osuosl.org> Message-ID: On Dec 15, 2010, at 3:31 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/126 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: osu7 > > Build Reason: > Build Source Stamp: 121906 > Blamelist: bwilson,dgregor,djg,evancheng,matthewbg,peckw,rafael,resistor,stoklund This looks like Evan's isCommutable bug. Should be fixed already. From buildbot at google1.osuosl.org Wed Dec 15 16:17:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 16:17:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101216001738.B75A313B2070@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/138 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 121906 Blamelist: akirtzidis,bwilson,dgregor,djg,evancheng,grosbach,johannes,matthewbg,nicholas,peckw,rafael,resistor,stoklund BUILD FAILED: failed run.build.script sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 17:07:26 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 17:07:26 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101216010730.AA05EBFE63FA@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/16998 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121930 Blamelist: dgregor BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaTemplateVariadic.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Wed 15 Dec 2010 16:52:41 Changed By: dgregor Comments: Check for unexpanded parameter packs in using declarations. As a drive-by, make sure to check for unexpanded parameter packs within the name of a declaration. Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2283 Expected Failures : 20 Unexpected Failures: 401 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(5) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-member-class.cpp Clang :: SemaTemplate/instantiate-method.cpp Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/member-initializers.cpp Clang :: SemaTemplate/recovery-crash.cpp Clang :: SemaTemplate/temp_arg.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'class.cpp': 22 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:11:16: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:10:1: parsing struct/union/class body 'C' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/class.cpp.script: line 3: 42557 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp -- ******************** Last 10 lines of 'auto-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ :1:58: note: possible intended match here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ -- ******************** Last 10 lines of 'dead-stores.cpp': 24 clang 0x00000008 start + 18446744073709545480 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dead-stores.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dead-stores.cpp:32:17: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dead-stores.cpp:29:1: parsing struct/union/class body 'Test2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/dead-stores.cpp.script: line 5: 42731 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dead-stores.cpp -- ******************** Last 10 lines of 'dtor.cpp': 23 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dtor.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dtor.cpp:5:8: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dtor.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/dtor.cpp.script: line 1: 42740 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/dtor.cpp -- ******************** Last 10 lines of 'dtors-in-dtor-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ :1:58: note: possible intended match here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ -- ******************** Last 10 lines of 'initializer.cpp': 22 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/initializer.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/initializer.cpp:6:6: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/initializer.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/initializer.cpp.script: line 1: 42770 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/initializer.cpp -- ******************** Last 10 lines of 'initializers-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ :1:58: note: possible intended match here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ -- ******************** Last 10 lines of 'method-call.cpp': 23 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/method-call.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/method-call.cpp:5:12: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/method-call.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/method-call.cpp.script: line 1: 42790 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/method-call.cpp -- ******************** Last 10 lines of 'misc-ps-region-store.cpp': 23 clang 0x0000000c start + 18446744073709545484 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:104:19: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:101:1: parsing struct/union/class body 'TestHandleThis' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/Output/misc-ps-region-store.cpp.script: line 2: 42809 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp -- ******************** Last 10 lines of 'temp-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ :1:58: note: possible intended match here 0 clang 0x0126dd02 llvm::SearchForAddressOfSpecialSymbol(char const*) + 284 ^ -- ******************** Last 10 lines of 'p2-typeid.cpp': 22 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:14:18: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:13:1: parsing struct/union/class body 'Poly' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.def.odr/Output/p2-typeid.cpp.script: line 1: 42967 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp -- ******************** Last 10 lines of 'p2.cpp': 24 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:9:13: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:8:1: parsing struct/union/class body 'X1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/Output/p2.cpp.script: line 1: 42989 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp -- ******************** Last 10 lines of 'p2.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:35:31: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:33:1: parsing namespace 'Numbers' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:34:3: parsing struct/union/class body 'Number' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/Output/p2.cpp.script: line 1: 42992 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp -- ******************** Last 10 lines of 'p6.cpp': 22 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:17:7: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:16:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/Output/p6.cpp.script: line 1: 43001 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp -- ******************** Last 10 lines of 'p7.cpp': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:26: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:14:1: parsing namespace 'test1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:18:3: parsing struct/union/class body 'A' 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:5: parsing struct/union/class body 'B' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/Output/p7.cpp.script: line 1: 43017 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp -- ******************** Last 10 lines of 'p2-noexceptions.cpp': 22 clang 0x00001836 start + 54 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:27: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:1: parsing struct/union/class body 'foo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/Output/p2-noexceptions.cpp.script: line 1: 43045 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:225:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:223:1: parsing namespace 'test7' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:224:22: parsing struct/union/class body 'X' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/Output/p1.cpp.script: line 1: 43057 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp -- ******************** Last 10 lines of 'p6.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p6.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p6.cpp:34:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p6.cpp:31:1: parsing namespace 'test1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p6.cpp:32:3: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/Output/p6.cpp.script: line 1: 43069 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p6.cpp -- ******************** Last 10 lines of 'p4.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p4.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p4.cpp:91:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p4.cpp:88:1: parsing namespace 'test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p4.cpp:89:3: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/Output/p4.cpp.script: line 1: 43070 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/p4.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:384:10: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:378:1: parsing namespace 'test10' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:379:24: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/Output/p1.cpp.script: line 1: 43066 Bus error /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp -- ******************** From daniel_dunbar at apple.com Wed Dec 15 17:28:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 17:28:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101216012851.3F1ECC4730DE@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7172 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121933 Blamelist: dgregor,fjahanian,void BUILD FAILED: failed test-clang compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaTemplateVariadic.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Wed 15 Dec 2010 16:52:41 Changed By: dgregor Comments: Check for unexpanded parameter packs in using declarations. As a drive-by, make sure to check for unexpanded parameter packs within the name of a declaration. Properties: File: lib/Target/ARM/Thumb1RegisterInfo.cpp At: Wed 15 Dec 2010 16:57:14 Changed By: void Comments: Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi respectively. It may be a bug that these opcodes are getting this far into machine code generation. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 15 Dec 2010 16:57:14 Changed By: void Comments: Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff for it. I.e., it was always an immediate value. Properties: Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExprObjC.cpp test/SemaObjC/property-9.m At: Wed 15 Dec 2010 17:01:40 Changed By: fjahanian Comments: Improve diagnostics when property being looked up in a forward @class object. // rdar://8774513 Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2283 Expected Failures : 20 Unexpected Failures: 401 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(5) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-method.cpp Clang :: SemaTemplate/instantiate-member-initializers.cpp Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/member-initializers.cpp Clang :: SemaTemplate/recovery-crash.cpp Clang :: SemaTemplate/temp_arg.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'class.cpp': 19 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/class1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/class1.cpp:11:16: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/class1.cpp:10:1: parsing struct/union/class body 'C' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/class.cpp.script: line 3: 93466 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/ASTMerge/Inputs/class1.cpp -- ******************** Last 10 lines of 'auto-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ :1:38: note: possible intended match here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ -- ******************** Last 10 lines of 'dtor.cpp': 20 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dtor.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dtor.cpp:5:8: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dtor.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/dtor.cpp.script: line 1: 93648 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dtor.cpp -- ******************** Last 10 lines of 'dead-stores.cpp': 21 clang 0x0000000000000008 start + 4294858692 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dead-stores.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dead-stores.cpp:32:17: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dead-stores.cpp:29:1: parsing struct/union/class body 'Test2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/dead-stores.cpp.script: line 5: 93643 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/dead-stores.cpp -- ******************** Last 10 lines of 'dtors-in-dtor-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ :1:38: note: possible intended match here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ -- ******************** Last 10 lines of 'initializers-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ :1:38: note: possible intended match here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ -- ******************** Last 10 lines of 'initializer.cpp': 20 clang 0x0000000000000009 start + 4294858693 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/initializer.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/initializer.cpp:6:6: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/initializer.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/initializer.cpp.script: line 1: 93681 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/initializer.cpp -- ******************** Last 10 lines of 'method-call.cpp': 21 clang 0x0000000000000009 start + 4294858693 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/method-call.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/method-call.cpp:5:12: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/method-call.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/method-call.cpp.script: line 1: 93704 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/method-call.cpp -- ******************** Last 10 lines of 'misc-ps-region-store.cpp': 19 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/misc-ps-region-store.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/misc-ps-region-store.cpp:104:19: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/misc-ps-region-store.cpp:101:1: parsing struct/union/class body 'TestHandleThis' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Analysis/Output/misc-ps-region-store.cpp.script: line 2: 93715 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Analysis/misc-ps-region-store.cpp -- ******************** Last 10 lines of 'temp-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ :1:38: note: possible intended match here 0 clang 0x0000000101477e32 PrintStackTrace(void*) + 34 ^ -- ******************** Last 10 lines of 'p2-typeid.cpp': 19 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:14:18: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:13:1: parsing struct/union/class body 'Poly' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.def.odr/Output/p2-typeid.cpp.script: line 1: 93875 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp -- ******************** Last 10 lines of 'p2.cpp': 21 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:9:13: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:8:1: parsing struct/union/class body 'X1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/Output/p2.cpp.script: line 1: 93900 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp -- ******************** Last 10 lines of 'p2.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:35:31: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:33:1: parsing namespace 'Numbers' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:34:3: parsing struct/union/class body 'Number' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/Output/p2.cpp.script: line 1: 93902 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp -- ******************** Last 10 lines of 'p6.cpp': 19 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:17:7: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:16:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/Output/p6.cpp.script: line 1: 93909 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp -- ******************** Last 10 lines of 'p7.cpp': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:26: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:14:1: parsing namespace 'test1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:18:3: parsing struct/union/class body 'A' 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:5: parsing struct/union/class body 'B' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/Output/p7.cpp.script: line 1: 93931 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp -- ******************** Last 10 lines of 'p2-noexceptions.cpp': 19 clang 0x000000010001a878 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:27: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:1: parsing struct/union/class body 'foo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/Output/p2-noexceptions.cpp.script: line 1: 93943 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp -- ******************** Last 10 lines of 'p6.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p6.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p6.cpp:34:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p6.cpp:31:1: parsing namespace 'test1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p6.cpp:32:3: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/class.access/Output/p6.cpp.script: line 1: 93973 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p6.cpp -- ******************** Last 10 lines of 'p4.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p4.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p4.cpp:91:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p4.cpp:88:1: parsing namespace 'test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p4.cpp:89:3: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/class.access/Output/p4.cpp.script: line 1: 93969 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/p4.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.friend/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.friend/p1.cpp:225:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.friend/p1.cpp:223:1: parsing namespace 'test7' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.friend/p1.cpp:224:22: parsing struct/union/class body 'X' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/class.access/class.friend/Output/p1.cpp.script: line 1: 93979 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.friend/p1.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.protected/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.protected/p1.cpp:384:10: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.protected/p1.cpp:378:1: parsing namespace 'test10' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.protected/p1.cpp:379:24: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/CXX/class.access/class.protected/Output/p1.cpp.script: line 1: 93977 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/CXX/class.access/class.protected/p1.cpp -- ******************** Last 10 lines of 'stdio': 2. /usr/include/c++/4.2.1/bits/postypes.h:51:1 : parsing namespace 'std' 3. /usr/include/c++/4.2.1/bits/postypes.h:94:5: parsing struct/union/class body 'fpos' make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/DynamicLibrary.o] Error 1 clang: error: unable to execute command: Segmentation fault clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) clang: error: unable to execute command: Segmentation fault clang: error: clang frontend command failed due to signal 1 (use -v to see invocation) make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/DeltaAlgorithm.o] Error 1 make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/Errno.o] Error 1 make: *** [all] Error 1 From daniel_dunbar at apple.com Wed Dec 15 17:31:16 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 17:31:16 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101216013121.1B5BDC4732AE@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12601 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121932 Blamelist: dgregor,void BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaDecl.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Wed 15 Dec 2010 16:31:40 Changed By: dgregor Comments: Check for unexpanded parameter packs in enumeration types and enumerators. Properties: File: lib/Target/ARM/ARMInstrThumb.td At: Wed 15 Dec 2010 16:41:40 Changed By: void Comments: Add encodings for Thumb1 Spill and Restore pseudos. Properties: Files: include/clang/Basic/DiagnosticSemaKinds.td include/clang/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaTemplateVariadic.cpp test/CXX/temp/temp.decls/temp.variadic/p5.cpp At: Wed 15 Dec 2010 16:52:41 Changed By: dgregor Comments: Check for unexpanded parameter packs in using declarations. As a drive-by, make sure to check for unexpanded parameter packs within the name of a declaration. Properties: File: lib/Target/ARM/Thumb1RegisterInfo.cpp At: Wed 15 Dec 2010 16:57:14 Changed By: void Comments: Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi respectively. It may be a bug that these opcodes are getting this far into machine code generation. Properties: Files: lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMFixupKinds.h lib/Target/ARM/ARMMCCodeEmitter.cpp At: Wed 15 Dec 2010 16:57:14 Changed By: void Comments: Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff for it. I.e., it was always an immediate value. Properties: LOGS: Last 10 lines of 'stdio': Clang :: SemaTemplate/temp_arg_nontype.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Expected Passes : 2283 Expected Failures : 20 Unexpected Failures: 401 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-in-nested-blocks.mm(17) : warning: type specifier missing, defaults to 'int' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' 1 warning generated. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') 1 warning generated. Last 10 lines of 'fail': Clang :: SemaTemplate/instantiate-member-initializers.cpp Clang :: SemaTemplate/instantiate-member-class.cpp Clang :: SemaTemplate/recovery-crash.cpp Clang :: SemaTemplate/member-initializers.cpp Clang :: SemaTemplate/instantiate-static-var.cpp Clang :: SemaTemplate/temp_arg.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/temp_arg_nontype.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'class.cpp': 23 clang 0x0000000000000006 start + 4294832322 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:11:16: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:10:1: parsing struct/union/class body 'C' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.script: line 3: 70031 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp -- ******************** Last 10 lines of 'dead-stores.cpp': 23 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp:32:17: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp:29:1: parsing struct/union/class body 'Test2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/dead-stores.cpp.script: line 5: 70218 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp -- ******************** Last 10 lines of 'auto-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ :1:38: note: possible intended match here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ -- ******************** Last 10 lines of 'dtor.cpp': 23 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp:5:8: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/dtor.cpp.script: line 1: 70228 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp -- ******************** Last 10 lines of 'dtors-in-dtor-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ :1:38: note: possible intended match here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ -- ******************** Last 10 lines of 'initializer.cpp': 23 clang 0x0000000000000009 start + 4294832325 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp:6:6: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/initializer.cpp.script: line 1: 70329 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp -- ******************** Last 10 lines of 'initializers-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ :1:38: note: possible intended match here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ -- ******************** Last 10 lines of 'method-call.cpp': 24 clang 0x0000000000000009 start + 4294832325 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp:5:12: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp:3:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/method-call.cpp.script: line 1: 70353 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp -- ******************** Last 10 lines of 'misc-ps-region-store.cpp': 22 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:104:19: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:101:1: parsing struct/union/class body 'TestHandleThis' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/misc-ps-region-store.cpp.script: line 2: 70373 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp -- ******************** Last 10 lines of 'temp-obj-dtors-cfg-output.cpp': :1:1: note: scanning from here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ :1:38: note: possible intended match here 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 ^ -- ******************** Last 10 lines of 'p2.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:35:31: current parser token ':' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:33:1: parsing namespace 'Numbers' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:34:3: parsing struct/union/class body 'Number' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/Output/p2.cpp.script: line 1: 70652 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp -- ******************** Last 10 lines of 'p2.cpp': 24 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:9:13: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:8:1: parsing struct/union/class body 'X1' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/Output/p2.cpp.script: line 1: 70651 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp -- ******************** Last 10 lines of 'p2-typeid.cpp': 23 clang 0x0000000000000005 start + 4294832321 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:14:18: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:13:1: parsing struct/union/class body 'Poly' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/Output/p2-typeid.cpp.script: line 1: 70630 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp -- ******************** Last 10 lines of 'p6.cpp': 22 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:17:7: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:16:1: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/Output/p6.cpp.script: line 1: 70666 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp -- ******************** Last 10 lines of 'p7.cpp': 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:26: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:14:1: parsing namespace 'test1' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:18:3: parsing struct/union/class body 'A' 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:5: parsing struct/union/class body 'B' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/Output/p7.cpp.script: line 1: 70688 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp -- ******************** Last 10 lines of 'p2-noexceptions.cpp': 22 clang 0x0000000100020f78 start + 52 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:27: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:1: parsing struct/union/class body 'foo' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/Output/p2-noexceptions.cpp.script: line 1: 70765 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:225:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:223:1: parsing namespace 'test7' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:224:22: parsing struct/union/class body 'X' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/Output/p1.cpp.script: line 1: 70777 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp -- ******************** Last 10 lines of 'p4.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:91:8: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:88:1: parsing namespace 'test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:89:3: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/Output/p4.cpp.script: line 1: 70786 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp -- ******************** Last 10 lines of 'p1.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:384:10: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:378:1: parsing namespace 'test10' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:379:24: parsing struct/union/class body 'A' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/Output/p1.cpp.script: line 1: 70784 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp -- ******************** Last 10 lines of 'p1.cpp': 24 clang 0x0000000000000005 start + 4294832321 Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp:17:10: current parser token '{' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp:16:1: parsing struct/union/class body 'Ctor' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/Output/p1.cpp.script: line 1: 70851 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp -- ******************** From dgregor at apple.com Wed Dec 15 17:33:36 2010 From: dgregor at apple.com (Douglas Gregor) Date: Wed, 15 Dec 2010 17:33:36 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 In-Reply-To: <0LDH00ECGYW9ICO0@postino.apple.com> References: <0LDH00ECGYW9ICO0@postino.apple.com> Message-ID: <7BDEB116-5F0C-4E63-8AAE-822DCC828CD7@apple.com> This is my breakage; I'm fixing it now. - Doug On Dec 15, 2010, at 5:31 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12601 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-04 > > Build Reason: > Build Source Stamp: 121932 > Blamelist: dgregor,void > > BUILD FAILED: failed test-clang > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > Files: > include/clang/Basic/DiagnosticSemaKinds.td > include/clang/Sema/Sema.h > lib/Sema/SemaDecl.cpp > test/CXX/temp/temp.decls/temp.variadic/p5.cpp > At: Wed 15 Dec 2010 16:31:40 > Changed By: dgregor > Comments: Check for unexpanded parameter packs in enumeration types and enumerators. > Properties: > > > > > File: lib/Target/ARM/ARMInstrThumb.td > At: Wed 15 Dec 2010 16:41:40 > Changed By: void > Comments: Add encodings for Thumb1 Spill and Restore pseudos. > Properties: > > > > > Files: > include/clang/Basic/DiagnosticSemaKinds.td > include/clang/Sema/Sema.h > lib/Sema/SemaDecl.cpp > lib/Sema/SemaDeclCXX.cpp > lib/Sema/SemaTemplateVariadic.cpp > test/CXX/temp/temp.decls/temp.variadic/p5.cpp > At: Wed 15 Dec 2010 16:52:41 > Changed By: dgregor > Comments: Check for unexpanded parameter packs in using declarations. As a > drive-by, make sure to check for unexpanded parameter packs within the > name of a declaration. > Properties: > > > > > File: lib/Target/ARM/Thumb1RegisterInfo.cpp > At: Wed 15 Dec 2010 16:57:14 > Changed By: void > Comments: Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi > respectively. > > It may be a bug that these opcodes are getting this far into machine code > generation. > Properties: > > > > > Files: > lib/Target/ARM/ARMAsmBackend.cpp > lib/Target/ARM/ARMFixupKinds.h > lib/Target/ARM/ARMMCCodeEmitter.cpp > At: Wed 15 Dec 2010 16:57:14 > Changed By: void > Comments: Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff for > it. I.e., it was always an immediate value. > Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > Clang :: SemaTemplate/temp_arg_nontype.cpp > Clang :: SemaTemplate/template-id-expr.cpp > Clang :: SemaTemplate/unused-variables.cpp > Clang :: SemaTemplate/virtual-member-functions.cpp > > Expected Passes : 2283 > Expected Failures : 20 > Unexpected Failures: 401 > make[1]: *** [all] Error 1 > make: *** [test] Error 2 > > Last 10 lines of 'warnings': > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(19) : warning: unknown attribute 'dllexport' ignored > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-vars.mm(49) : warning: expression result unused > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-byref-in-nested-blocks.mm(17) : warning: type specifier missing, defaults to 'int' > 1 warning generated. > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-elaborated-type.mm(32) : warning: cannot find interface declaration for 'I1' > 1 warning generated. > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm(16) : warning: '__NSCFType' may not respond to 'UTF8String' > 1 warning generated. > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Rewriter/rewrite-rewritten-initializer.mm(22) : warning: method '-enumerateObjectsUsingBlock:' not found (return type defaults to 'id') > 1 warning generated. > > Last 10 lines of 'fail': > Clang :: SemaTemplate/instantiate-member-initializers.cpp > Clang :: SemaTemplate/instantiate-member-class.cpp > Clang :: SemaTemplate/recovery-crash.cpp > Clang :: SemaTemplate/member-initializers.cpp > Clang :: SemaTemplate/instantiate-static-var.cpp > Clang :: SemaTemplate/temp_arg.cpp > Clang :: SemaTemplate/virtual-member-functions.cpp > Clang :: SemaTemplate/unused-variables.cpp > Clang :: SemaTemplate/template-id-expr.cpp > Clang :: SemaTemplate/temp_arg_nontype.cpp > > Last 10 lines of 'xfail': > Clang :: FixIt/fixit-errors.c > Clang :: FixIt/fixit-pmem.cpp > Clang :: FixIt/typo.m > Clang :: Lexer/hexfloat.cpp > Clang :: PCH/changed-files.c > Clang :: PCH/pr4489.c > Clang :: PCH/source-manager-stack.c > Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp > Clang :: SemaCXX/rval-references-xfail.cpp > Clang :: SemaTemplate/instantiate-function-1.mm > > Last 10 lines of 'class.cpp': > 23 clang 0x0000000000000006 start + 4294832322 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:11:16: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp:10:1: parsing struct/union/class body 'C' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.script: line 3: 70031 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -emit-pch -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Output/class.cpp.tmp.1.ast /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/ASTMerge/Inputs/class1.cpp > -- > > ******************** > > > Last 10 lines of 'dead-stores.cpp': > 23 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp:32:17: current parser token ':' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp:29:1: parsing struct/union/class body 'Test2' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/dead-stores.cpp.script: line 5: 70218 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-dead-stores -verify -Wno-unreachable-code /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dead-stores.cpp > -- > > ******************** > > > Last 10 lines of 'auto-obj-dtors-cfg-output.cpp': > :1:1: note: scanning from here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > :1:38: note: possible intended match here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > -- > > ******************** > > > Last 10 lines of 'dtor.cpp': > 23 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp:5:8: current parser token '{' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp:3:1: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/dtor.cpp.script: line 1: 70228 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -analyzer-inline-call -cfg-add-implicit-dtors -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/dtor.cpp > -- > > ******************** > > > Last 10 lines of 'dtors-in-dtor-cfg-output.cpp': > :1:1: note: scanning from here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > :1:38: note: possible intended match here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > -- > > ******************** > > > Last 10 lines of 'initializer.cpp': > 23 clang 0x0000000000000009 start + 4294832325 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp:6:6: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp:3:1: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/initializer.cpp.script: line 1: 70329 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-store region -cfg-add-initializers -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/initializer.cpp > -- > > ******************** > > > Last 10 lines of 'initializers-cfg-output.cpp': > :1:1: note: scanning from here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > :1:38: note: possible intended match here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > -- > > ******************** > > > Last 10 lines of 'method-call.cpp': > 24 clang 0x0000000000000009 start + 4294832325 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp:5:12: current parser token '{' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp:3:1: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/method-call.cpp.script: line 1: 70353 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-inline-call -analyzer-store region -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/method-call.cpp > -- > > ******************** > > > Last 10 lines of 'misc-ps-region-store.cpp': > 22 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:104:19: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp:101:1: parsing struct/union/class body 'TestHandleThis' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/Output/misc-ps-region-store.cpp.script: line 2: 70373 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp > -- > > ******************** > > > Last 10 lines of 'temp-obj-dtors-cfg-output.cpp': > :1:1: note: scanning from here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > :1:38: note: possible intended match here > 0 clang 0x000000010127daf4 PrintStackTrace(void*) + 38 > ^ > -- > > ******************** > > > Last 10 lines of 'p2.cpp': > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:35:31: current parser token ':' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:33:1: parsing namespace 'Numbers' > 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp:34:3: parsing struct/union/class body 'Number' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/Output/p2.cpp.script: line 1: 70652 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp > -- > > ******************** > > > Last 10 lines of 'p2.cpp': > 24 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:9:13: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp:8:1: parsing struct/union/class body 'X1' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/Output/p2.cpp.script: line 1: 70651 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp > -- > > ******************** > > > Last 10 lines of 'p2-typeid.cpp': > 23 clang 0x0000000000000005 start + 4294832321 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:14:18: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp:13:1: parsing struct/union/class body 'Poly' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/Output/p2-typeid.cpp.script: line 1: 70630 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp > -- > > ******************** > > > Last 10 lines of 'p6.cpp': > 22 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:17:7: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp:16:1: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/Output/p6.cpp.script: line 1: 70666 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp > -- > > ******************** > > > Last 10 lines of 'p7.cpp': > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:26: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:14:1: parsing namespace 'test1' > 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:18:3: parsing struct/union/class body 'A' > 4. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp:19:5: parsing struct/union/class body 'B' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/Output/p7.cpp.script: line 1: 70688 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p7.cpp > -- > > ******************** > > > Last 10 lines of 'p2-noexceptions.cpp': > 22 clang 0x0000000100020f78 start + 52 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:27: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp:8:1: parsing struct/union/class body 'foo' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/Output/p2-noexceptions.cpp.script: line 1: 70765 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/p2-noexceptions.cpp > -- > > ******************** > > > Last 10 lines of 'p1.cpp': > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:225:8: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:223:1: parsing namespace 'test7' > 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp:224:22: parsing struct/union/class body 'X' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/Output/p1.cpp.script: line 1: 70777 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.friend/p1.cpp > -- > > ******************** > > > Last 10 lines of 'p4.cpp': > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:91:8: current parser token ';' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:88:1: parsing namespace 'test2' > 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp:89:3: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/Output/p4.cpp.script: line 1: 70786 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/p4.cpp > -- > > ******************** > > > Last 10 lines of 'p1.cpp': > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:384:10: current parser token '{' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:378:1: parsing namespace 'test10' > 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp:379:24: parsing struct/union/class body 'A' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/Output/p1.cpp.script: line 1: 70784 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class.access/class.protected/p1.cpp > -- > > ******************** > > > Last 10 lines of 'p1.cpp': > 24 clang 0x0000000000000005 start + 4294832321 > Stack dump: > 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp > 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp:17:10: current parser token '{' > 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp:16:1: parsing struct/union/class body 'Ctor' > /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/Output/p1.cpp.script: line 1: 70851 Segmentation fault /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -fsyntax-only -verify /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/class/class.union/p1.cpp > -- > > ******************** > > From buildbot at google1.osuosl.org Wed Dec 15 17:45:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 17:45:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101216014542.F1B5B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/253 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121935 Blamelist: dgregor,fjahanian,stoklund,void BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 17:49:26 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 17:49:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101216014928.3F42713B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/305 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121934 Blamelist: dgregor,fjahanian,void BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 18:21:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 18:21:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101216022113.3896113B2070@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/88 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 121929 Blamelist: bwilson,dgregor,djg,echristo,evancheng,fjahanian,grosbach,jasonwkim,matthewbg,rafael,resistor,stoklund,void BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 19:11:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 19:11:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101216031146.3E70E13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/147 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121942 Blamelist: bwilson,chapuni,dgregor,djg,echristo,fjahanian,grosbach,jasonwkim,matthewbg,stoklund,void BUILD FAILED: failed test-llvm_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 19:43:32 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 19:43:32 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101216034336.75CDFC479A6C@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17008 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCCodeEmitter.h include/llvm/Target/TargetAsmBackend.h lib/MC/MCAsmStreamer.cpp lib/MC/MCAssembler.cpp lib/MC/MCCodeEmitter.cpp lib/MC/TargetAsmBackend.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/PowerPC/PPCAsmBackend.cpp lib/Target/PowerPC/PPCMCCodeEmitter.cpp lib/Target/X86/X86AsmBackend.cpp lib/Target/X86/X86FixupKinds.h lib/Target/X86/X86MCCodeEmitter.cpp At: Wed 15 Dec 2010 19:26:46 Changed By: ddunbar Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area.Properties: File: .gitignore At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most of the entries there are useless for out of source builds.Properties: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/FileUpdate/FileUpdate.cpp utils/TableGen/TableGen.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer API update.Properties: Files: CMakeLists.txt runtime/CMakeLists.txt At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: CMake: Add runtime dir.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling UndefResultChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' From buildbot at google1.osuosl.org Wed Dec 15 19:46:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 19:46:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101216034611.1857713B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/255 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,djg,jasonwkim,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 19:48:18 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 19:48:18 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101216034822.5A4ECBFEC77E@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6303 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,djg,jasonwkim,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Analysis/TypeBasedAliasAnalysis.cpp At: Wed 15 Dec 2010 19:01:40 Changed By: djg Comments: Update a comment. Properties: File: include/llvm/MC/MCCodeEmitter.h At: Wed 15 Dec 2010 19:12:16 Changed By: ddunbar Comments: MC: Remove a FIXME I no longer agree with.Properties: Files: include/llvm/MC/MCCodeEmitter.h include/llvm/MC/MCFixupKindInfo.h At: Wed 15 Dec 2010 19:12:16 Changed By: ddunbar Comments: MC: Split MCFixupKindInfo out into its own header.Properties: Files: include/llvm/MC/MCStreamer.h include/llvm/Target/TargetRegistry.h lib/CodeGen/LLVMTargetMachine.cpp lib/MC/MCAsmStreamer.cpp lib/Target/PTX/PTXMCAsmStreamer.cpp lib/Target/PTX/PTXTargetMachine.cpp tools/llvm-mc/llvm-mc.cpp At: Wed 15 Dec 2010 19:12:16 Changed By: ddunbar Comments: MC: Make TargetAsmBackend available to the AsmStreamer. - Treaty talks on the non-proliferation of MC objects broke down.Properties: File: tools/driver/cc1as_main.cpp At: Wed 15 Dec 2010 19:12:16 Changed By: ddunbar Comments: Update for LLVM API change.Properties: Files: lib/MC/ELFObjectWriter.cpp lib/MC/MCELFStreamer.cpp test/CodeGen/ARM/2010-12-15-elf-lcomm.ll At: Wed 15 Dec 2010 19:16:40 Changed By: jasonwkim Comments: 1. ARM/MC/ELF: A few more ELF relocs for .o 2. Fixed EmitLocalCommonSymbol for ELF (Yes, they exist. :) Test added. Properties: Files: include/llvm/MC/MCCodeEmitter.h include/llvm/Target/TargetAsmBackend.h lib/MC/MCAsmStreamer.cpp lib/MC/MCAssembler.cpp lib/MC/MCCodeEmitter.cpp lib/MC/TargetAsmBackend.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/PowerPC/PPCAsmBackend.cpp lib/Target/PowerPC/PPCMCCodeEmitter.cpp lib/Target/X86/X86AsmBackend.cpp lib/Target/X86/X86FixupKinds.h lib/Target/X86/X86MCCodeEmitter.cpp At: Wed 15 Dec 2010 19:26:46 Changed By: ddunbar Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area.Properties: File: .gitignore At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most of the entries there are useless for out of source builds.Properties: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/FileUpdate/FileUpdate.cpp utils/TableGen/TableGen.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer API update.Properties: Files: CMakeLists.txt runtime/CMakeLists.txt At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: CMake: Add runtime dir.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling UndefResultChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/MC/TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions From daniel_dunbar at apple.com Wed Dec 15 19:54:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 19:54:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101216035505.9A82BC47A16A@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7177 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCCodeEmitter.h include/llvm/Target/TargetAsmBackend.h lib/MC/MCAsmStreamer.cpp lib/MC/MCAssembler.cpp lib/MC/MCCodeEmitter.cpp lib/MC/TargetAsmBackend.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/PowerPC/PPCAsmBackend.cpp lib/Target/PowerPC/PPCMCCodeEmitter.cpp lib/Target/X86/X86AsmBackend.cpp lib/Target/X86/X86FixupKinds.h lib/Target/X86/X86MCCodeEmitter.cpp At: Wed 15 Dec 2010 19:26:46 Changed By: ddunbar Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area.Properties: File: .gitignore At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most of the entries there are useless for out of source builds.Properties: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/FileUpdate/FileUpdate.cpp utils/TableGen/TableGen.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer API update.Properties: Files: CMakeLists.txt runtime/CMakeLists.txt At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: CMake: Add runtime dir.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling Mangle.cpp for Release+Asserts build llvm[4]: Compiling MicrosoftCXXABI.cpp for Release+Asserts build llvm[4]: Compiling ModuleBuilder.cpp for Release+Asserts build llvm[4]: Compiling TargetInfo.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libclangAST.a llvm[4]: Building Release+Asserts Archive Library libclangCodeGen.a llvm[4]: Building Release+Asserts Archive Library libclangSema.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/MC/TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions From buildbot at google1.osuosl.org Wed Dec 15 19:55:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 19:55:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101216035507.B0A4213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/232 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,djg,jasonwkim,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 15 20:12:04 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 15 Dec 2010 20:12:04 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101216041211.07E22BFEDE3E@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12606 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/MC/MCCodeEmitter.h include/llvm/Target/TargetAsmBackend.h lib/MC/MCAsmStreamer.cpp lib/MC/MCAssembler.cpp lib/MC/MCCodeEmitter.cpp lib/MC/TargetAsmBackend.cpp lib/Target/ARM/ARMAsmBackend.cpp lib/Target/ARM/ARMMCCodeEmitter.cpp lib/Target/MBlaze/MBlazeAsmBackend.cpp lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp lib/Target/PowerPC/PPCAsmBackend.cpp lib/Target/PowerPC/PPCMCCodeEmitter.cpp lib/Target/X86/X86AsmBackend.cpp lib/Target/X86/X86FixupKinds.h lib/Target/X86/X86MCCodeEmitter.cpp At: Wed 15 Dec 2010 19:26:46 Changed By: ddunbar Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area.Properties: File: .gitignore At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most of the entries there are useless for out of source builds.Properties: Files: include/llvm/Support/IRReader.h include/llvm/Support/MemoryBuffer.h lib/Archive/Archive.cpp lib/Archive/ArchiveWriter.cpp lib/AsmParser/Parser.cpp lib/Linker/LinkItems.cpp lib/Linker/Linker.cpp lib/Object/ObjectFile.cpp lib/Support/CommandLine.cpp lib/Support/FileUtilities.cpp lib/Support/MemoryBuffer.cpp lib/Support/SourceMgr.cpp lib/VMCore/Core.cpp tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp tools/llvm-dis/llvm-dis.cpp tools/llvm-mc/llvm-mc.cpp tools/llvm-nm/llvm-nm.cpp tools/llvm-prof/llvm-prof.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp tools/macho-dump/macho-dump.cpp utils/FileCheck/FileCheck.cpp utils/FileUpdate/FileUpdate.cpp utils/TableGen/TableGen.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: Files: lib/Basic/FileManager.cpp lib/Driver/ToolChains.cpp lib/Frontend/CompilerInstance.cpp lib/Lex/PTHLexer.cpp lib/Serialization/ASTReader.cpp tools/driver/cc1as_main.cpp tools/driver/driver.cpp At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: MemoryBuffer API update.Properties: Files: CMakeLists.txt runtime/CMakeLists.txt At: Wed 15 Dec 2010 19:31:43 Changed By: mspencer Comments: CMake: Add runtime dir.Properties: LOGS: Last 10 lines of 'stdio': make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/lib/Lex/Debug+Asserts/PTHLexer.o] Error 1 make[3]: *** [Lex/.makeall] Error 2 llvm[4]: Compiling ParseStmt.cpp for Debug+Asserts build llvm[4]: Compiling ParseTemplate.cpp for Debug+Asserts build llvm[4]: Compiling ParseTentative.cpp for Debug+Asserts build llvm[4]: Compiling Parser.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangParse.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions From buildbot at google1.osuosl.org Wed Dec 15 20:14:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 20:14:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101216041450.7644B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/308 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,jasonwkim,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 15 21:28:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 15 Dec 2010 21:28:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101216052859.4F0DF13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/134 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 121957 Blamelist: ddunbar,djg,jasonwkim,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 16 00:06:29 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 00:06:29 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101216080640.F2154C486352@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17010 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Analysis/AnalysisContext.h include/clang/Analysis/CFG.h include/clang/Checker/PathSensitive/AnalysisManager.h include/clang/Checker/PathSensitive/CheckerVisitor.def include/clang/Checker/PathSensitive/CheckerVisitor.h include/clang/Checker/PathSensitive/GRExprEngine.h lib/Analysis/AnalysisContext.cpp lib/Analysis/CFG.cpp lib/Analysis/PseudoConstantAnalysis.cpp lib/Analysis/ReachableCode.cpp lib/Checker/AggExprVisitor.cpp lib/Checker/BugReporterVisitors.cpp lib/Checker/DereferenceChecker.cpp lib/Checker/Environment.cpp lib/Checker/GRCXXExprEngine.cpp lib/Checker/GRCoreEngine.cpp lib/Checker/GRExprEngine.cpp test/Analysis/constant-folding.c test/Analysis/idempotent-operations.c test/Analysis/method-call.cpp test/Analysis/misc-ps-region-store.cpp test/Analysis/reference.cpp At: Wed 15 Dec 2010 23:53:26 Changed By: kremenek Comments: Start migration of static analyzer to using the implicit lvalue-to-rvalue casts that John McCall recently introduced. This causes a whole bunch of logic in the analyzer for handling lvalues to vanish. It does, however, raise a few issues in the analyzer w.r.t to modeling various constructs (e.g., field accesses to compound literals). The .c/.m analysis test cases that fail are due to a missing lvalue-to-rvalue cast that will get introduced into the AST. The .cpp failures were more than I could investigate in one go, and the patch was already getting huge. I have XFAILED some of these tests, and they should obviously be further investigated. Some highlights of this patch include: - CFG no longer requires an lvalue bit for CFGElements - StackFrameContext doesn't need an 'asLValue' flag - The "VisitLValue" path from GRExprEngine has been eliminated. Besides the test case failures (XFAILed), there are surely other bugs that are fallout from this change.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 46.21s ******************** Failing Tests (1): Clang :: SemaCXX/warn-unreachable.cpp Expected Passes : 2678 Expected Failures : 25 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: SemaCXX/warn-unreachable.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'warn-unreachable.cpp': -- error: 'warning' diagnostics expected but not seen: Line 43: will never be executed error: 'warning' diagnostics seen but not expected: Line 42: will never be executed 2 errors generated. -- ******************** From buildbot at google1.osuosl.org Thu Dec 16 00:23:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 00:23:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101216082348.2B53113B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/115 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121959 Blamelist: ddunbar,djg,jasonwkim,mspencer BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 16 00:34:19 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 00:34:19 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101216083430.ED858BFFB591@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12608 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Analysis/AnalysisContext.h include/clang/Analysis/CFG.h include/clang/Checker/PathSensitive/AnalysisManager.h include/clang/Checker/PathSensitive/CheckerVisitor.def include/clang/Checker/PathSensitive/CheckerVisitor.h include/clang/Checker/PathSensitive/GRExprEngine.h lib/Analysis/AnalysisContext.cpp lib/Analysis/CFG.cpp lib/Analysis/PseudoConstantAnalysis.cpp lib/Analysis/ReachableCode.cpp lib/Checker/AggExprVisitor.cpp lib/Checker/BugReporterVisitors.cpp lib/Checker/DereferenceChecker.cpp lib/Checker/Environment.cpp lib/Checker/GRCXXExprEngine.cpp lib/Checker/GRCoreEngine.cpp lib/Checker/GRExprEngine.cpp test/Analysis/constant-folding.c test/Analysis/idempotent-operations.c test/Analysis/method-call.cpp test/Analysis/misc-ps-region-store.cpp test/Analysis/reference.cpp At: Wed 15 Dec 2010 23:53:26 Changed By: kremenek Comments: Start migration of static analyzer to using the implicit lvalue-to-rvalue casts that John McCall recently introduced. This causes a whole bunch of logic in the analyzer for handling lvalues to vanish. It does, however, raise a few issues in the analyzer w.r.t to modeling various constructs (e.g., field accesses to compound literals). The .c/.m analysis test cases that fail are due to a missing lvalue-to-rvalue cast that will get introduced into the AST. The .cpp failures were more than I could investigate in one go, and the patch was already getting huge. I have XFAILED some of these tests, and they should obviously be further investigated. Some highlights of this patch include: - CFG no longer requires an lvalue bit for CFGElements - StackFrameContext doesn't need an 'asLValue' flag - The "VisitLValue" path from GRExprEngine has been eliminated. Besides the test case failures (XFAILed), there are surely other bugs that are fallout from this change.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 126.18s ******************** Failing Tests (1): Clang :: SemaCXX/warn-unreachable.cpp Expected Passes : 2678 Expected Failures : 25 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: SemaCXX/warn-unreachable.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'warn-unreachable.cpp': -- error: 'warning' diagnostics expected but not seen: Line 43: will never be executed error: 'warning' diagnostics seen but not expected: Line 42: will never be executed 2 errors generated. -- ******************** From buildbot at google1.osuosl.org Thu Dec 16 00:38:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 00:38:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101216083839.36A2413B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/310 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 16 00:38:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 00:38:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101216083851.B6B90BFFB77F@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7179 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Analysis/AnalysisContext.h include/clang/Analysis/CFG.h include/clang/Checker/PathSensitive/AnalysisManager.h include/clang/Checker/PathSensitive/CheckerVisitor.def include/clang/Checker/PathSensitive/CheckerVisitor.h include/clang/Checker/PathSensitive/GRExprEngine.h lib/Analysis/AnalysisContext.cpp lib/Analysis/CFG.cpp lib/Analysis/PseudoConstantAnalysis.cpp lib/Analysis/ReachableCode.cpp lib/Checker/AggExprVisitor.cpp lib/Checker/BugReporterVisitors.cpp lib/Checker/DereferenceChecker.cpp lib/Checker/Environment.cpp lib/Checker/GRCXXExprEngine.cpp lib/Checker/GRCoreEngine.cpp lib/Checker/GRExprEngine.cpp test/Analysis/constant-folding.c test/Analysis/idempotent-operations.c test/Analysis/method-call.cpp test/Analysis/misc-ps-region-store.cpp test/Analysis/reference.cpp At: Wed 15 Dec 2010 23:53:26 Changed By: kremenek Comments: Start migration of static analyzer to using the implicit lvalue-to-rvalue casts that John McCall recently introduced. This causes a whole bunch of logic in the analyzer for handling lvalues to vanish. It does, however, raise a few issues in the analyzer w.r.t to modeling various constructs (e.g., field accesses to compound literals). The .c/.m analysis test cases that fail are due to a missing lvalue-to-rvalue cast that will get introduced into the AST. The .cpp failures were more than I could investigate in one go, and the patch was already getting huge. I have XFAILED some of these tests, and they should obviously be further investigated. Some highlights of this patch include: - CFG no longer requires an lvalue bit for CFGElements - StackFrameContext doesn't need an 'asLValue' flag - The "VisitLValue" path from GRExprEngine has been eliminated. Besides the test case failures (XFAILed), there are surely other bugs that are fallout from this change.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 50.81s ******************** Failing Tests (1): Clang :: SemaCXX/warn-unreachable.cpp Expected Passes : 2678 Expected Failures : 25 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: SemaCXX/warn-unreachable.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: FixIt/fixit-errors.c Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'warn-unreachable.cpp': -- error: 'warning' diagnostics expected but not seen: Line 43: will never be executed error: 'warning' diagnostics seen but not expected: Line 42: will never be executed 2 errors generated. -- ******************** Last 10 lines of 'stdio': Testing Time: 47.44s ******************** Failing Tests (1): Clang :: SemaCXX/warn-unreachable.cpp Expected Passes : 2678 Expected Failures : 25 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: SemaCXX/warn-unreachable.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'warn-unreachable.cpp': -- error: 'warning' diagnostics expected but not seen: Line 43: will never be executed error: 'warning' diagnostics seen but not expected: Line 42: will never be executed 2 errors generated. -- ******************** From buildbot at google1.osuosl.org Thu Dec 16 00:40:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 00:40:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101216084030.7406613B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/257 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 01:02:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 01:02:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101216090238.2366A13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/234 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 01:03:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 01:03:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101216090355.D9AEA13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/130 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 121959 Blamelist: ddunbar BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 02:19:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 02:19:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101216101937.A5B9B13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/143 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 121960 Blamelist: kremenek BUILD FAILED: failed test-clang sincerely, -The Buildbot From jasonwkim at google.com Thu Dec 16 08:24:56 2010 From: jasonwkim at google.com (Jason Kim) Date: Thu, 16 Dec 2010 08:24:56 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt In-Reply-To: <20101216034822.5A4ECBFEC77E@mail-out3.apple.com> References: <20101216034822.5A4ECBFEC77E@mail-out3.apple.com> Message-ID: Hi everyone - Log end doesn't seem related to my checkin. Thanks! -jason On Wed, Dec 15, 2010 at 7:48 PM, wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. > Full details are available at: >  http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6303 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 121957 > Blamelist: ddunbar,djg,jasonwkim,mspencer > > BUILD FAILED: failed compile > > sincerely, >  -The Buildbot > > > ================================================================================ > > CHANGES: > File: lib/Analysis/TypeBasedAliasAnalysis.cpp > At: Wed 15 Dec 2010 19:01:40 > Changed By: djg > Comments: Update a comment. > Properties: > > > > > File: include/llvm/MC/MCCodeEmitter.h > At: Wed 15 Dec 2010 19:12:16 > Changed By: ddunbar > Comments: MC: Remove a FIXME I no longer agree with.Properties: > > > > > Files: >  include/llvm/MC/MCCodeEmitter.h >  include/llvm/MC/MCFixupKindInfo.h > At: Wed 15 Dec 2010 19:12:16 > Changed By: ddunbar > Comments: MC: Split MCFixupKindInfo out into its own header.Properties: > > > > > Files: >  include/llvm/MC/MCStreamer.h >  include/llvm/Target/TargetRegistry.h >  lib/CodeGen/LLVMTargetMachine.cpp >  lib/MC/MCAsmStreamer.cpp >  lib/Target/PTX/PTXMCAsmStreamer.cpp >  lib/Target/PTX/PTXTargetMachine.cpp >  tools/llvm-mc/llvm-mc.cpp > At: Wed 15 Dec 2010 19:12:16 > Changed By: ddunbar > Comments: MC: Make TargetAsmBackend available to the AsmStreamer. >  - Treaty talks on the non-proliferation of MC objects broke down.Properties: > > > > > File: tools/driver/cc1as_main.cpp > At: Wed 15 Dec 2010 19:12:16 > Changed By: ddunbar > Comments: Update for LLVM API change.Properties: > > > > > Files: >  lib/MC/ELFObjectWriter.cpp >  lib/MC/MCELFStreamer.cpp >  test/CodeGen/ARM/2010-12-15-elf-lcomm.ll > At: Wed 15 Dec 2010 19:16:40 > Changed By: jasonwkim > Comments: 1. ARM/MC/ELF: A few more ELF relocs for .o > 2. Fixed EmitLocalCommonSymbol for ELF (Yes, they exist. :) >   Test added. > > Properties: > > > > > Files: >  include/llvm/MC/MCCodeEmitter.h >  include/llvm/Target/TargetAsmBackend.h >  lib/MC/MCAsmStreamer.cpp >  lib/MC/MCAssembler.cpp >  lib/MC/MCCodeEmitter.cpp >  lib/MC/TargetAsmBackend.cpp >  lib/Target/ARM/ARMAsmBackend.cpp >  lib/Target/ARM/ARMMCCodeEmitter.cpp >  lib/Target/MBlaze/MBlazeAsmBackend.cpp >  lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp >  lib/Target/PowerPC/PPCAsmBackend.cpp >  lib/Target/PowerPC/PPCMCCodeEmitter.cpp >  lib/Target/X86/X86AsmBackend.cpp >  lib/Target/X86/X86FixupKinds.h >  lib/Target/X86/X86MCCodeEmitter.cpp > At: Wed 15 Dec 2010 19:26:46 > Changed By: ddunbar > Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of > the MCCodeEmitter, which seems like a better organization. >  - Also, cleaned up some magic constants while in the area.Properties: > > > > > File: .gitignore > At: Wed 15 Dec 2010 19:31:43 > Changed By: mspencer > Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most > of the entries there are useless for out of source builds.Properties: > > > > > Files: >  include/llvm/Support/IRReader.h >  include/llvm/Support/MemoryBuffer.h >  lib/Archive/Archive.cpp >  lib/Archive/ArchiveWriter.cpp >  lib/AsmParser/Parser.cpp >  lib/Linker/LinkItems.cpp >  lib/Linker/Linker.cpp >  lib/Object/ObjectFile.cpp >  lib/Support/CommandLine.cpp >  lib/Support/FileUtilities.cpp >  lib/Support/MemoryBuffer.cpp >  lib/Support/SourceMgr.cpp >  lib/VMCore/Core.cpp >  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp >  tools/llvm-dis/llvm-dis.cpp >  tools/llvm-mc/llvm-mc.cpp >  tools/llvm-nm/llvm-nm.cpp >  tools/llvm-prof/llvm-prof.cpp >  tools/lto/LTOCodeGenerator.cpp >  tools/lto/LTOModule.cpp >  tools/macho-dump/macho-dump.cpp >  utils/FileCheck/FileCheck.cpp >  utils/FileUpdate/FileUpdate.cpp >  utils/TableGen/TableGen.cpp > At: Wed 15 Dec 2010 19:31:43 > Changed By: mspencer > Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: > > > > > Files: >  lib/Basic/FileManager.cpp >  lib/Driver/ToolChains.cpp >  lib/Frontend/CompilerInstance.cpp >  lib/Lex/PTHLexer.cpp >  lib/Serialization/ASTReader.cpp >  tools/driver/cc1as_main.cpp >  tools/driver/driver.cpp > At: Wed 15 Dec 2010 19:31:43 > Changed By: mspencer > Comments: MemoryBuffer API update.Properties: > > > > > Files: >  CMakeLists.txt >  runtime/CMakeLists.txt > At: Wed 15 Dec 2010 19:31:43 > Changed By: mspencer > Comments: CMake: Add runtime dir.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': >        llvm[4]: Compiling UndefResultChecker.cpp for Debug+Asserts build >        llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build >        llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build >        llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build >        llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build >        llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build >        llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a >        make[2]: *** [all] Error 1 >        make[1]: *** [clang/.makeall] Error 2 >        make: *** [all] Error 1 > > Last 10 lines of 'warnings': >        /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/MC/TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions > > From daniel_dunbar at apple.com Thu Dec 16 08:31:59 2010 From: daniel_dunbar at apple.com (Daniel Dunbar) Date: Thu, 16 Dec 2010 08:31:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt In-Reply-To: References: <20101216034822.5A4ECBFEC77E@mail-out3.apple.com> Message-ID: <862164F7-86D3-4685-BA85-2C936B5FE459@apple.com> Yeah, wasn't yours. FYI: Not sure if you are an irc user or not, but if so you can always '/msg smooshlab status' to know if the builder has recovered since the email went out. - Daniel On Dec 16, 2010, at 8:24 AM, Jason Kim wrote: > Hi everyone - > > Log end doesn't seem related to my checkin. > > Thanks! > -jason > > On Wed, Dec 15, 2010 at 7:48 PM, wrote: >> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. >> Full details are available at: >> http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6303 >> >> Buildbot URL: http://smooshlab.apple.com:8010/ >> >> Buildslave for this Build: smoosh-02 >> >> Build Reason: >> Build Source Stamp: 121957 >> Blamelist: ddunbar,djg,jasonwkim,mspencer >> >> BUILD FAILED: failed compile >> >> sincerely, >> -The Buildbot >> >> >> ================================================================================ >> >> CHANGES: >> File: lib/Analysis/TypeBasedAliasAnalysis.cpp >> At: Wed 15 Dec 2010 19:01:40 >> Changed By: djg >> Comments: Update a comment. >> Properties: >> >> >> >> >> File: include/llvm/MC/MCCodeEmitter.h >> At: Wed 15 Dec 2010 19:12:16 >> Changed By: ddunbar >> Comments: MC: Remove a FIXME I no longer agree with.Properties: >> >> >> >> >> Files: >> include/llvm/MC/MCCodeEmitter.h >> include/llvm/MC/MCFixupKindInfo.h >> At: Wed 15 Dec 2010 19:12:16 >> Changed By: ddunbar >> Comments: MC: Split MCFixupKindInfo out into its own header.Properties: >> >> >> >> >> Files: >> include/llvm/MC/MCStreamer.h >> include/llvm/Target/TargetRegistry.h >> lib/CodeGen/LLVMTargetMachine.cpp >> lib/MC/MCAsmStreamer.cpp >> lib/Target/PTX/PTXMCAsmStreamer.cpp >> lib/Target/PTX/PTXTargetMachine.cpp >> tools/llvm-mc/llvm-mc.cpp >> At: Wed 15 Dec 2010 19:12:16 >> Changed By: ddunbar >> Comments: MC: Make TargetAsmBackend available to the AsmStreamer. >> - Treaty talks on the non-proliferation of MC objects broke down.Properties: >> >> >> >> >> File: tools/driver/cc1as_main.cpp >> At: Wed 15 Dec 2010 19:12:16 >> Changed By: ddunbar >> Comments: Update for LLVM API change.Properties: >> >> >> >> >> Files: >> lib/MC/ELFObjectWriter.cpp >> lib/MC/MCELFStreamer.cpp >> test/CodeGen/ARM/2010-12-15-elf-lcomm.ll >> At: Wed 15 Dec 2010 19:16:40 >> Changed By: jasonwkim >> Comments: 1. ARM/MC/ELF: A few more ELF relocs for .o >> 2. Fixed EmitLocalCommonSymbol for ELF (Yes, they exist. :) >> Test added. >> >> Properties: >> >> >> >> >> Files: >> include/llvm/MC/MCCodeEmitter.h >> include/llvm/Target/TargetAsmBackend.h >> lib/MC/MCAsmStreamer.cpp >> lib/MC/MCAssembler.cpp >> lib/MC/MCCodeEmitter.cpp >> lib/MC/TargetAsmBackend.cpp >> lib/Target/ARM/ARMAsmBackend.cpp >> lib/Target/ARM/ARMMCCodeEmitter.cpp >> lib/Target/MBlaze/MBlazeAsmBackend.cpp >> lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp >> lib/Target/PowerPC/PPCAsmBackend.cpp >> lib/Target/PowerPC/PPCMCCodeEmitter.cpp >> lib/Target/X86/X86AsmBackend.cpp >> lib/Target/X86/X86FixupKinds.h >> lib/Target/X86/X86MCCodeEmitter.cpp >> At: Wed 15 Dec 2010 19:26:46 >> Changed By: ddunbar >> Comments: MC: Move target specific fixup info descriptors to TargetAsmBackend instead of >> the MCCodeEmitter, which seems like a better organization. >> - Also, cleaned up some magic constants while in the area.Properties: >> >> >> >> >> File: .gitignore >> At: Wed 15 Dec 2010 19:31:43 >> Changed By: mspencer >> Comments: Add .gitignore. I chose not to dump the svn ignore list into this because most >> of the entries there are useless for out of source builds.Properties: >> >> >> >> >> Files: >> include/llvm/Support/IRReader.h >> include/llvm/Support/MemoryBuffer.h >> lib/Archive/Archive.cpp >> lib/Archive/ArchiveWriter.cpp >> lib/AsmParser/Parser.cpp >> lib/Linker/LinkItems.cpp >> lib/Linker/Linker.cpp >> lib/Object/ObjectFile.cpp >> lib/Support/CommandLine.cpp >> lib/Support/FileUtilities.cpp >> lib/Support/MemoryBuffer.cpp >> lib/Support/SourceMgr.cpp >> lib/VMCore/Core.cpp >> tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp >> tools/llvm-dis/llvm-dis.cpp >> tools/llvm-mc/llvm-mc.cpp >> tools/llvm-nm/llvm-nm.cpp >> tools/llvm-prof/llvm-prof.cpp >> tools/lto/LTOCodeGenerator.cpp >> tools/lto/LTOModule.cpp >> tools/macho-dump/macho-dump.cpp >> utils/FileCheck/FileCheck.cpp >> utils/FileUpdate/FileUpdate.cpp >> utils/TableGen/TableGen.cpp >> At: Wed 15 Dec 2010 19:31:43 >> Changed By: mspencer >> Comments: MemoryBuffer now return an error_code and returns a OwningPtr via an out parm.Properties: >> >> >> >> >> Files: >> lib/Basic/FileManager.cpp >> lib/Driver/ToolChains.cpp >> lib/Frontend/CompilerInstance.cpp >> lib/Lex/PTHLexer.cpp >> lib/Serialization/ASTReader.cpp >> tools/driver/cc1as_main.cpp >> tools/driver/driver.cpp >> At: Wed 15 Dec 2010 19:31:43 >> Changed By: mspencer >> Comments: MemoryBuffer API update.Properties: >> >> >> >> >> Files: >> CMakeLists.txt >> runtime/CMakeLists.txt >> At: Wed 15 Dec 2010 19:31:43 >> Changed By: mspencer >> Comments: CMake: Add runtime dir.Properties: >> >> >> >> >> LOGS: >> Last 10 lines of 'stdio': >> llvm[4]: Compiling UndefResultChecker.cpp for Debug+Asserts build >> llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build >> llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build >> llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build >> llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build >> llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build >> llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a >> make[2]: *** [all] Error 1 >> make[1]: *** [clang/.makeall] Error 2 >> make: *** [all] Error 1 >> >> Last 10 lines of 'warnings': >> /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/MC/TargetAsmBackend.cpp:34: warning: comparison between signed and unsigned integer expressions >> >> From llvm-testresults at cs.uiuc.edu Thu Dec 16 11:00:15 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Thu, 16 Dec 2010 13:00:15 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101216190015.186412A6C124@llvm.org> http://llvm.org/perf/db_default/simple/nts/47/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 47, Order: 121985, Start Time: 2010-12-16 18:17:24, End Time: 2010-12-16 19:02:39 To: 46, Order: 121856, Start Time: 2010-12-15 07:57:17, End Time: 2010-12-15 08:41:38 =============== Tests Summary =============== Performance Regressions: 14 Performance Improvements: 2 Existing Failures: 1 Unchanged Tests: 928 Total Tests: 945 ============== Changes Detail ============== Performance Regressions ----------------------- External/SPEC/CFP2000/188_ammp/188_ammp.compile: 3.23%(4.0200 => 4.1500, std. dev.: 0.0450) External/SPEC/CINT2000/186_crafty/186_crafty.compile: 3.20%(4.3800 => 4.5200, std. dev.: 0.0400) MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.compile: 1.73%(4.6200 => 4.7000, std. dev.: 0.0250) MultiSource/Benchmarks/MallocBench/espresso/espresso.compile: 1.56%(4.4900 => 4.5600, std. dev.: 0.0150) MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.compile: 1.33%(4.5200 => 4.5800, std. dev.: 0.0150) External/Povray/povray.compile: 1.28%(15.6000 => 15.8000, std. dev.: 0.0450) External/SPEC/CINT2000/176_gcc/176_gcc.compile: 1.24%(32.9500 => 33.3600, std. dev.: 0.0150) External/SPEC/CINT2000/254_gap/254_gap.compile: 1.22%(12.2500 => 12.4000, std. dev.: 0.0150) MultiSource/Applications/JM/ldecod/ldecod.compile: 1.11%(7.2000 => 7.2800, std. dev.: 0.0000) MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.compile: 1.07%(7.4800 => 7.5600, std. dev.: 0.0200) External/SPEC/CINT2000/255_vortex/255_vortex.compile: 1.05%(9.4800 => 9.5800, std. dev.: 0.0200) External/SPEC/CINT95/147_vortex/147_vortex.compile: 1.05%(9.4800 => 9.5800, std. dev.: 0.0150) MultiSource/Benchmarks/mafft/pairlocalalign.compile: 1.05%(8.6100 => 8.7000, std. dev.: 0.0150) MultiSource/Applications/SPASS/SPASS.compile: 1.02%(14.7500 => 14.9000, std. dev.: 0.0250) Performance Improvements ------------------------ MultiSource/Benchmarks/VersaBench/bmm/bmm.exec: -8.66%(2.3100 => 2.1100, std. dev.: 0.0050) External/SPEC/CINT2006/400_perlbench/400_perlbench.exec: -1.01%(9.9200 => 9.8200, std. dev.: 0.0050) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Thu Dec 16 11:16:54 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 11:16:54 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101216191805.15A31C01BF86@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7190 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121988 Blamelist: ddunbar BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/MC/MCExpr.cpp At: Thu 16 Dec 2010 10:41:40 Changed By: ddunbar Comments: MC/Expr: Add a doxyment.Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build llvm[3]: Compiling TargetLowering.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build llvm[2]: Compiling SparsePropagation.cpp for Release+Asserts build llvm[2]: Compiling Trace.cpp for Release+Asserts build llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a llvm[2]: Compiling ValueTracking.cpp for Release+Asserts build llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a From daniel_dunbar at apple.com Thu Dec 16 11:29:28 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 11:29:28 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101216192937.DDF9BC4A9E5A@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6314 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 121987 Blamelist: fjahanian BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: SingleSource/UnitTests/block-copied-in-cxxobj-1.cpp At: Thu 16 Dec 2010 10:26:43 Changed By: fjahanian Comments: Another useful test case for imported c++ objects into blocks. // rdar://8768050 Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2530 3360 0.0871 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0976 3520 * * * | 0.0000 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/blockstret | 0.0507 720 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0156 1088 0.0190 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0238 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0378 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.4003 656 0.0081 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0180 976 0.0309 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0649 560 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1515 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2530 3360 0.0871 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0976 3520 * * * | 0.0000 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/blockstret | 0.0507 720 0.0064 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0156 1088 0.0190 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0238 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0378 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.4003 656 0.0081 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0180 976 0.0309 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0649 560 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1515 528 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.SingleSource/UnitTests/block-copied-in-cxxobj-1 Last 10 lines of 'fail.LLC_compile': LLC_compile.SingleSource/UnitTests/block-copied-in-cxxobj-1 Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Thu Dec 16 12:08:25 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 12:08:25 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101216200826.9944213B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/162 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 121981 Blamelist: ddunbar,dgregor,mspencer BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 12:08:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 12:08:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101216200828.90F0B13B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/203 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 121992 Blamelist: ddunbar,dgregor,grosbach,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 12:10:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 12:10:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101216201035.B775713B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/186 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 121895 Blamelist: djg,stoklund BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 14:16:20 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 14:16:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101216221622.129B013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/96 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 121990 Blamelist: ddunbar,dgregor,grosbach,mspencer BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 16 18:18:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 18:18:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101217021828.A581BC4C2B1F@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17037 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122021 Blamelist: fpichet BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/ExprClassification.cpp test/Parser/MicrosoftExtensions.c At: Thu 16 Dec 2010 18:07:07 Changed By: fpichet Comments: Microsoft's __uuidof operator returns a lvalue.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (2): Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Expected Passes : 2679 Expected Failures : 23 Unexpected Failures: 2 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'microsoftextensions.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/MicrosoftExtensions.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:81:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: parsing function body 'uuidof_test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/Output/MicrosoftExtensions.c.script: line 1: 63247 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Parser/MicrosoftExtensions.c -- ******************** Last 10 lines of 'borland-extensions.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:49:40: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: parsing function body 't4' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/Output/borland-extensions.cpp.script: line 1: 64956 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions -- ******************** From daniel_dunbar at apple.com Thu Dec 16 18:31:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 18:31:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101217023123.50B0BC4C3359@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7199 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122021 Blamelist: fpichet BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/ExprClassification.cpp test/Parser/MicrosoftExtensions.c At: Thu 16 Dec 2010 18:07:07 Changed By: fpichet Comments: Microsoft's __uuidof operator returns a lvalue.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (2): Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Expected Passes : 2679 Expected Failures : 23 Unexpected Failures: 2 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/source-manager-stack.c Clang :: PCH/pr4489.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'microsoftextensions.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:81:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: parsing function body 'uuidof_test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/Parser/Output/MicrosoftExtensions.c.script: line 1: 3455 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c -- ******************** Last 10 lines of 'borland-extensions.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:49:40: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: parsing function body 't4' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/tools/clang/test/SemaCXX/Output/borland-extensions.cpp.script: line 1: 5417 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (2): Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Expected Passes : 2679 Expected Failures : 23 Unexpected Failures: 2 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'microsoftextensions.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:81:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: parsing function body 'uuidof_test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/Parser/Output/MicrosoftExtensions.c.script: line 1: 98683 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/Parser/MicrosoftExtensions.c -- ******************** Last 10 lines of 'borland-extensions.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:49:40: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: parsing function body 't4' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/tools/clang/test/SemaCXX/Output/borland-extensions.cpp.script: line 1: 1157 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions -- ******************** From daniel_dunbar at apple.com Thu Dec 16 18:36:03 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 18:36:03 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101217023604.79B3EC4C3680@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12629 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122021 Blamelist: fpichet BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/ExprClassification.cpp test/Parser/MicrosoftExtensions.c At: Thu 16 Dec 2010 18:07:07 Changed By: fpichet Comments: Microsoft's __uuidof operator returns a lvalue.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (2): Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Expected Passes : 2679 Expected Failures : 23 Unexpected Failures: 2 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: Parser/MicrosoftExtensions.c Clang :: SemaCXX/borland-extensions.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'microsoftextensions.c': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/MicrosoftExtensions.c 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:81:14: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: parsing function body 'uuidof_test2' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/MicrosoftExtensions.c:63:1: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/Output/MicrosoftExtensions.c.script: line 1: 97530 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-unused-value -Wno-missing-declarations -x objective-c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/Parser/MicrosoftExtensions.c -- ******************** Last 10 lines of 'borland-extensions.cpp': Stack dump: 0. Program arguments: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions 1. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:49:40: current parser token ';' 2. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: parsing function body 't4' 3. /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp:46:11: in compound statement ('{}') /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/Output/borland-extensions.cpp.script: line 1: 99340 Illegal instruction /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang -cc1 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/borland-extensions.cpp -fsyntax-only -verify -fborland-extensions -- ******************** From buildbot at google1.osuosl.org Thu Dec 16 18:43:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 18:43:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101217024358.57DE213B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/246 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122021 Blamelist: bwilson,ddunbar,djg,fpichet,stoklund BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 18:48:25 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 18:48:25 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101217024827.7167A13B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/325 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 122026 Blamelist: ddunbar,fpichet,grosbach,stoklund BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 22:58:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 22:58:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101217065837.E1EE413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/485 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 122045 Blamelist: ddunbar,lattner BUILD FAILED: failed run.build.step.make_llvmgcc sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 16 23:06:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 16 Dec 2010 23:06:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101217070628.BF8C5C041867@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7209 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122045 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Support/ConstantRange.h lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/switch_create.ll At: Thu 16 Dec 2010 22:27:07 Changed By: lattner Comments: improve switch formation to handle small range comparisons formed by comparisons. For example, this: void foo(unsigned x) { if (x == 0 || x == 1 || x == 3 || x == 4 || x == 6) bar(); } compiles into: _foo: ## @foo ## BB#0: ## %entry cmpl $6, %edi ja LBB0_2 ## BB#1: ## %entry movl %edi, %eax movl $91, %ecx btq %rax, %rcx jb LBB0_3 instead of: _foo: ## @foo ## BB#0: ## %entry cmpl $2, %edi jb LBB0_4 ## BB#1: ## %switch.early.test cmpl $6, %edi ja LBB0_3 ## BB#2: ## %switch.early.test movl %edi, %eax movl $88, %ecx btq %rax, %rcx jb LBB0_4 This catches a bunch of cases in GCC, which look like this: %804 = load i32* @which_alternative, align 4, !tbaa !0 %805 = icmp ult i32 %804, 2 %806 = icmp eq i32 %804, 3 %or.cond121 = or i1 %805, %806 %807 = icmp eq i32 %804, 4 %or.cond124 = or i1 %or.cond121, %807 br i1 %or.cond124, label %.thread, label %808 turning this into a range comparison. Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling ARMAsmLexer.cpp for Release+Asserts build llvm[4]: Compiling ARMAsmParser.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a llvm[4]: Compiling ARMDisassembler.cpp for Release+Asserts build llvm[4]: Compiling ARMDisassemblerCore.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a llvm[4]: Compiling ARMTargetInfo.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a make[1]: *** [Target/.makeall] Error 2 make: *** [all] Error 1 From buildbot at google1.osuosl.org Thu Dec 16 23:39:20 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 23:39:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101217073922.B50A113B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/99 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122045 Blamelist: ddunbar,fpichet,kremenek,lattner,rjmccall,stoklund BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 16 23:57:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 16 Dec 2010 23:57:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101217075759.413E913B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/160 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122045 Blamelist: ddunbar,kremenek,lattner BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Fri Dec 17 00:39:14 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Fri, 17 Dec 2010 02:39:14 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101217083914.948072A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/48/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 48, Order: 122050, Start Time: 2010-12-17 07:57:19, End Time: 2010-12-17 08:41:38 To: 47, Order: 121985, Start Time: 2010-12-16 18:17:24, End Time: 2010-12-16 19:02:39 =============== Tests Summary =============== Performance Regressions: 1 Performance Improvements: 2 Added Tests: 2 Existing Failures: 1 Unchanged Tests: 941 Total Tests: 947 ============== Changes Detail ============== Performance Regressions ----------------------- External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec: 4.66%(8.7900 => 9.2000, std. dev.: 0.1159) Performance Improvements ------------------------ External/SPEC/CINT2006/400_perlbench/400_perlbench.exec: -1.43%(9.8200 => 9.6800, std. dev.: 0.0497) MultiSource/Applications/lua/lua.exec: -1.00%(30.8900 => 30.5800, std. dev.: 0.0330) Added Tests ----------- SingleSource/UnitTests/block-copied-in-cxxobj-1.compile SingleSource/UnitTests/block-copied-in-cxxobj-1.exec Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Fri Dec 17 01:19:29 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 01:19:29 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101217091931.4A89C13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/139 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 122045 Blamelist: ddunbar,kremenek,lattner,stoklund BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 02:32:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 02:32:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101217103206.4F4AF13B2070@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/148 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 122051 Blamelist: ddunbar,kremenek,lattner,rafael,stoklund BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 03:57:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 03:57:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101217115739.1704013B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/124 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122051 Blamelist: ddunbar,kremenek,lattner,rafael BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 10:55:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 10:55:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101217185535.6E8D213B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/559 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122076 Blamelist: d0k,grosbach BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 15:59:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 15:59:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101217235913.6BD6413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/105 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122082 Blamelist: abramo,d0k,dgregor,echristo,grosbach,mspencer,rafael,resistor,stoklund BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 17:29:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 17:29:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101218012957.7421A13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/218 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122110 Blamelist: bwilson,echristo,fjahanian,johannes,mspencer,resistor,sampo,stoklund,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 17:29:58 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 17:29:58 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101218012959.C2B5F13B20BF@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/176 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122123 Blamelist: bwilson,echristo,fjahanian,mspencer,nicholas,rafael,resistor,sampo,stoklund,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 17 19:52:39 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 17 Dec 2010 19:52:39 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101218035241.A7496C07E1F1@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17100 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122136 Blamelist: rjmccall BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/Decl.cpp lib/Sema/SemaTemplate.cpp test/CodeGenCXX/visibility.cpp At: Fri 17 Dec 2010 19:37:07 Changed By: rjmccall Comments: Apply attributes to explicit specializations. Specializations which don't provide their own explicit visibility attributes should get them from the template. Fixes rdar://problem/8778497. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 46.30s ******************** Failing Tests (1): Clang :: CodeGenCXX/visibility.cpp Expected Passes : 2681 Expected Failures : 23 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/visibility.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'visibility.cpp': :365:71: note: scanning from here define linkonce_odr hidden void @_ZN6Test201BINS_1AILj2EEEE5test4Ev() nounwind align 2 { ^ :376:1: note: possible intended match here declare void @_ZN6Test201BINS_1AILj2EEEE5test5Ev() ^ -- ******************** From daniel_dunbar at apple.com Fri Dec 17 20:29:36 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 17 Dec 2010 20:29:36 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101218042937.B4CF8C08033E@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7245 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122136 Blamelist: rjmccall BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/Decl.cpp lib/Sema/SemaTemplate.cpp test/CodeGenCXX/visibility.cpp At: Fri 17 Dec 2010 19:37:07 Changed By: rjmccall Comments: Apply attributes to explicit specializations. Specializations which don't provide their own explicit visibility attributes should get them from the template. Fixes rdar://problem/8778497. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 37.65s ******************** Failing Tests (1): Clang :: CodeGenCXX/visibility.cpp Expected Passes : 2681 Expected Failures : 23 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/visibility.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'visibility.cpp': :365:71: note: scanning from here define linkonce_odr hidden void @_ZN6Test201BINS_1AILj2EEEE5test4Ev() nounwind align 2 { ^ :376:1: note: possible intended match here declare void @_ZN6Test201BINS_1AILj2EEEE5test5Ev() ^ -- ******************** Last 10 lines of 'stdio': Testing Time: 18.77s ******************** Failing Tests (1): Clang :: CodeGenCXX/visibility.cpp Expected Passes : 2681 Expected Failures : 23 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: CodeGenCXX/visibility.cpp Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'visibility.cpp': :365:71: note: scanning from here define linkonce_odr hidden void @_ZN6Test201BINS_1AILj2EEEE5test4Ev() nounwind align 2 { ^ :376:1: note: possible intended match here declare void @_ZN6Test201BINS_1AILj2EEEE5test5Ev() ^ -- ******************** From buildbot at google1.osuosl.org Fri Dec 17 20:46:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 20:46:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101218044632.96C5713B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/172 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122124 Blamelist: bwilson,mspencer,nicholas,rafael,resistor,stoklund BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 20:58:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 20:58:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101218045841.96AF013B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/265 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122136 Blamelist: rafael,rjmccall,stoklund,void BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 21:12:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 21:12:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux Message-ID: <20101218051258.2790713B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-arm-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/110 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: ranby1 Build Reason: Build Source Stamp: 122124 Blamelist: bwilson,echristo,fjahanian,johannes,mspencer,nicholas,rafael,resistor,sampo,stoklund,void BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 17 21:14:06 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 17 Dec 2010 21:14:06 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101218051409.07F32C5171F9@mail-out4.apple.com> 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/12085 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 122144 Blamelist: mspencer,rafael,rjmccall BUILD FAILED: failed test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/AST/Decl.cpp lib/Sema/SemaTemplate.cpp test/CodeGenCXX/visibility.cpp At: Fri 17 Dec 2010 19:37:07 Changed By: rjmccall Comments: Apply attributes to explicit specializations. Specializations which don't provide their own explicit visibility attributes should get them from the template. Fixes rdar://problem/8778497. Properties: File: test/CodeGenCXX/visibility.cpp At: Fri 17 Dec 2010 19:57:08 Changed By: rjmccall Comments: Fix test. I added one last test and then forget to re-check. Properties: Files: include/llvm/MC/MCExpr.h lib/MC/MCExpr.cpp lib/MC/MCObjectStreamer.cpp At: Fri 17 Dec 2010 20:02:07 Changed By: rafael Comments: Revert 122011, 122012, 122013, 122023 adding back an important optimization. I added a note, but suggestions on how to add a test are really welcome.Properties: File: lib/MC/MCExpr.cpp At: Fri 17 Dec 2010 20:07:07 Changed By: rafael Comments: Fix the note.Properties: Files: include/llvm/Support/PathV1.h lib/CompilerDriver/CompilationGraph.cpp lib/CompilerDriver/Main.cpp lib/CompilerDriver/Tool.cpp lib/Linker/LinkModules.cpp tools/llvm-ld/llvm-ld.cpp utils/KillTheDoctor/KillTheDoctor.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Properties: File: lib/Linker/LinkModules.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Fix whitespace.Properties: File: include/llvm/Support/PathV1.h At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Support/PathV1: Clarify deprecation warning.Properties: Files: lib/Checker/AnalysisConsumer.cpp lib/Driver/Driver.cpp lib/Rewrite/FrontendActions.cpp tools/driver/driver.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents.Properties: File: lib/MC/MCExpr.cpp At: Fri 17 Dec 2010 20:22:07 Changed By: rafael Comments: Add a FIXME and explain a hack.Properties: LOGS: Last 10 lines of 'stdio': LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c Expected Passes : 5593 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 11 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: LLVMC/C++/hello.cpp LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'dash-x.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C++/Output/dash-x.cpp.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C++/../test_data/false2.cpp' has unknown suffix '.cpp' -- ******************** Last 10 lines of 'hello.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C++/Output/hello.cpp.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C++/hello.cpp' has unknown suffix '.cpp' -- ******************** Last 10 lines of 'just-compile.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C++/Output/just-compile.cpp.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C++/just-compile.cpp' has unknown suffix '.cpp' -- ******************** Last 10 lines of 'together.cpp': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C++/Output/together.cpp.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C++/together.cpp' has unknown suffix '.cpp' -- ******************** Last 10 lines of 'emit-llvm-opt.c': Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/emit-llvm-opt.c' has unknown suffix '.c' llvm-dis: Invalid bitcode signature Expected 1 lines, got 0. -- ******************** Last 10 lines of 'emit-llvm.c': Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/emit-llvm.c' has unknown suffix '.c' llvm-dis: Invalid bitcode signature Expected 1 lines, got 0. -- ******************** Last 10 lines of 'hello.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/hello.c.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/hello.c' has unknown suffix '.c' -- ******************** Last 10 lines of 'include.c': llvmc -include /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/include.c.tmp1.inc -fsyntax-only /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/include.c -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/include.c' has unknown suffix '.c' -- ******************** Last 10 lines of 'opt-test.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/opt-test.c.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/opt-test.c' has unknown suffix '.c' -- ******************** Last 10 lines of 'sink.c': ******************** TEST 'LLVM :: LLVMC/C/sink.c' FAILED ********************Script: -- llvmc -v -Wall /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/sink.c -o /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/sink.c.tmp |& grep "Wall" /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/sink.c.tmp | grep hello -- Exit Code: 1 ******************** Last 10 lines of 'wall.c': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/LLVMC/C/Output/wall.c.tmp | grep hello -- Exit Code: 1 Command Output (stderr): -- llvmc: File '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/LLVMC/C/wall.c' has unknown suffix '.c' -- ******************** From buildbot at google1.osuosl.org Fri Dec 17 22:04:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 22:04:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101218060407.A4FEF13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/329 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122145 Blamelist: mspencer,rafael,rjmccall BUILD FAILED: failed test.llvm.stage2 sincerely, -The Buildbot From daniel_dunbar at apple.com Fri Dec 17 22:40:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Fri, 17 Dec 2010 22:40:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101218064023.6B04CC08509E@mail-out3.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7152 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122144 Blamelist: mspencer,rafael,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: File: test/CodeGenCXX/visibility.cpp At: Fri 17 Dec 2010 19:57:08 Changed By: rjmccall Comments: Fix test. I added one last test and then forget to re-check. Properties: Files: include/llvm/MC/MCExpr.h lib/MC/MCExpr.cpp lib/MC/MCObjectStreamer.cpp At: Fri 17 Dec 2010 20:02:07 Changed By: rafael Comments: Revert 122011, 122012, 122013, 122023 adding back an important optimization. I added a note, but suggestions on how to add a test are really welcome.Properties: File: lib/MC/MCExpr.cpp At: Fri 17 Dec 2010 20:07:07 Changed By: rafael Comments: Fix the note.Properties: Files: include/llvm/Support/PathV1.h lib/CompilerDriver/CompilationGraph.cpp lib/CompilerDriver/Main.cpp lib/CompilerDriver/Tool.cpp lib/Linker/LinkModules.cpp tools/llvm-ld/llvm-ld.cpp utils/KillTheDoctor/KillTheDoctor.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Properties: File: lib/Linker/LinkModules.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Fix whitespace.Properties: File: include/llvm/Support/PathV1.h At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Support/PathV1: Clarify deprecation warning.Properties: Files: lib/Checker/AnalysisConsumer.cpp lib/Driver/Driver.cpp lib/Rewrite/FrontendActions.cpp tools/driver/driver.cpp At: Fri 17 Dec 2010 20:17:07 Changed By: mspencer Comments: Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents.Properties: File: lib/MC/MCExpr.cpp At: Fri 17 Dec 2010 20:22:07 Changed By: rafael Comments: Add a FIXME and explain a hack.Properties: LOGS: Last 10 lines of 'stdio': LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Expected Passes : 5620 Expected Failures : 51 Unsupported Tests : 40 Unexpected Failures: 13 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'dg.log': Last 10 lines of 'dg.sum': From buildbot at google1.osuosl.org Fri Dec 17 22:52:48 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 22:52:48 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101218065250.5B9DD13B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/371 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122147 Blamelist: rafael,zhongxingxu BUILD FAILED: failed test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 23:20:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 23:20:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101218072032.6485413B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/179 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122148 Blamelist: rafael BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 17 23:27:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 17 Dec 2010 23:27:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101218072707.1546113B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/267 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122148 Blamelist: rafael,zhongxingxu BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sat Dec 18 00:04:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 18 Dec 2010 00:04:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101218080437.DB98713B2070@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/282 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122147 Blamelist: mspencer,rafael,zhongxingxu BUILD FAILED: failed test.llvm.stage2 sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Sat Dec 18 00:40:46 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sat, 18 Dec 2010 02:40:46 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101218084046.0AD2B2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/49/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 49, Order: 122149, Start Time: 2010-12-18 07:58:26, End Time: 2010-12-18 08:43:10 To: 48, Order: 122050, Start Time: 2010-12-17 07:57:19, End Time: 2010-12-17 08:41:38 =============== Tests Summary =============== New Failures: 1 Performance Regressions: 37 Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 907 Total Tests: 947 ============== Changes Detail ============== New Failures ------------ MultiSource/Benchmarks/mediabench/gsm/toast/toast.exec Performance Regressions ----------------------- External/SPEC/CFP2006/444_namd/444_namd.compile: 4.05%(6.6700 => 6.9400, std. dev.: 0.0255) MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.compile: 4.01%(7.4900 => 7.7900, std. dev.: 0.0311) MultiSource/Applications/sqlite3/sqlite3.compile: 3.85%(13.4900 => 14.0100, std. dev.: 0.0406) MultiSource/Applications/ClamAV/clamscan.compile: 3.59%(15.8900 => 16.4600, std. dev.: 0.0472) MultiSource/Applications/siod/siod.exec: 3.57%(3.6400 => 3.7700, std. dev.: 0.0050) External/SPEC/CINT2006/401_bzip2/401_bzip2.compile: 3.33%(2.1000 => 2.1700, std. dev.: 0.0150) MultiSource/Applications/lua/lua.compile: 3.27%(3.9700 => 4.1000, std. dev.: 0.0187) External/SPEC/CINT2000/176_gcc/176_gcc.compile: 2.74%(33.1900 => 34.1000, std. dev.: 0.1666) External/Povray/povray.compile: 2.62%(15.6600 => 16.0700, std. dev.: 0.0726) MultiSource/Applications/d/make_dparser.compile: 2.60%(3.0800 => 3.1600, std. dev.: 0.0130) External/SPEC/CINT2000/175_vpr/175_vpr.compile: 2.56%(3.1200 => 3.2000, std. dev.: 0.0130) External/SPEC/CINT95/126_gcc/126_gcc.compile: 2.56%(29.2900 => 30.0400, std. dev.: 0.0853) External/SPEC/CINT2006/400_perlbench/400_perlbench.compile: 2.29%(27.5300 => 28.1600, std. dev.: 0.0731) External/SPEC/CINT2006/403_gcc/403_gcc.compile: 2.21%(78.7200 => 80.4600, std. dev.: 0.3625) External/SPEC/CINT2000/253_perlbmk/253_perlbmk.compile: 2.13%(13.6200 => 13.9100, std. dev.: 0.0444) MultiSource/Applications/SPASS/SPASS.compile: 2.09%(14.8000 => 15.1100, std. dev.: 0.0545) External/SPEC/CINT2000/254_gap/254_gap.compile: 2.03%(12.3100 => 12.5600, std. dev.: 0.0561) MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.compile: 2.02%(22.7200 => 23.1800, std. dev.: 0.0826) MultiSource/Applications/oggenc/oggenc.compile: 1.92%(5.7400 => 5.8500, std. dev.: 0.0212) External/SPEC/CINT2006/464_h264ref/464_h264ref.compile: 1.90%(15.7700 => 16.0700, std. dev.: 0.0576) MultiSource/Applications/lambda-0_1_3/lambda.exec: 1.88%(6.3700 => 6.4900, std. dev.: 0.0050) External/SPEC/CINT2000/197_parser/197_parser.compile: 1.88%(3.1900 => 3.2500, std. dev.: 0.0164) MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.compile: 1.77%(4.5300 => 4.6100, std. dev.: 0.0229) External/SPEC/CINT2006/456_hmmer/456_hmmer.compile: 1.75%(7.4100 => 7.5400, std. dev.: 0.0217) MultiSource/Benchmarks/mafft/pairlocalalign.compile: 1.74%(8.6400 => 8.7900, std. dev.: 0.0327) External/SPEC/CINT95/134_perl/134_perl.compile: 1.73%(6.3500 => 6.4600, std. dev.: 0.0150) SingleSource/Benchmarks/Adobe-C++/loop_unroll.compile: 1.71%(3.5000 => 3.5600, std. dev.: 0.0071) External/SPEC/CINT2006/445_gobmk/445_gobmk.compile: 1.69%(20.1500 => 20.4900, std. dev.: 0.0718) MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset.compile: 1.55%(13.5700 => 13.7800, std. dev.: 0.0487) External/SPEC/CFP2006/447_dealII/447_dealII.compile: 1.43%(149.7100 => 151.8500, std. dev.: 0.1452) MultiSource/Applications/JM/lencod/lencod.compile: 1.43%(16.8200 => 17.0600, std. dev.: 0.0471) MultiSource/Applications/JM/ldecod/ldecod.compile: 1.24%(7.2400 => 7.3300, std. dev.: 0.0332) SingleSource/Benchmarks/Misc/ReedSolomon.exec: 1.23%(6.5300 => 6.6100, std. dev.: 0.0050) External/SPEC/CINT95/099_go/099_go.compile: 1.17%(5.1100 => 5.1700, std. dev.: 0.0150) External/SPEC/CINT2000/255_vortex/255_vortex.compile: 1.16%(9.5100 => 9.6200, std. dev.: 0.0363) MultiSource/Applications/lua/lua.exec: 1.08%(30.5800 => 30.9100, std. dev.: 0.1218) External/SPEC/CINT95/147_vortex/147_vortex.compile: 1.05%(9.5100 => 9.6100, std. dev.: 0.0367) Performance Improvements ------------------------ MultiSource/Applications/aha/aha.exec: -2.14%(3.7300 => 3.6500, std. dev.: 0.0050) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel_dunbar at apple.com Sat Dec 18 19:01:15 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 18 Dec 2010 19:01:15 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101219030117.42936C0B1434@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7258 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122160 Blamelist: rafael BUILD FAILED: failed configure.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/MC/MCExpr.cpp At: Sat 18 Dec 2010 18:22:09 Changed By: rafael Comments: Move all folding to AttemptToFoldSymbolOffsetDifference.Properties: LOGS: Last 10 lines of 'stdio': checking for ocamldoc... no checking for gas... no checking for as... /usr/bin/as checking for linker version... 97.14 checking for compiler -Wl,-R option... no checking for compiler -Wl,-export-dynamic option... no checking for compiler -Wl,--version-script option... no checking for an ANSI C-conforming const... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... From buildbot at google1.osuosl.org Sat Dec 18 23:25:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 18 Dec 2010 23:25:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux Message-ID: <20101219072601.7520913B2070@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/356 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar1 Build Reason: Build Source Stamp: 122148 Blamelist: rafael BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Sun Dec 19 03:46:17 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sun, 19 Dec 2010 05:46:17 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101219114617.BD91F2A6C124@llvm.org> http://llvm.org/perf/db_default/simple/nts/50/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 50, Order: 122173, Start Time: 2010-12-19 11:04:05, End Time: 2010-12-19 11:48:45 To: 49, Order: 122149, Start Time: 2010-12-18 07:58:26, End Time: 2010-12-18 08:43:10 =============== Tests Summary =============== Performance Regressions: 3 Existing Failures: 2 Unchanged Tests: 942 Total Tests: 947 ============== Changes Detail ============== Performance Regressions ----------------------- MultiSource/Applications/kimwitu++/kc.compile: 1.32%(20.3800 => 20.6500, std. dev.: 0.0372) External/SPEC/CINT2006/471_omnetpp/471_omnetpp.compile: 1.26%(38.2100 => 38.6900, std. dev.: 0.0847) SingleSource/Benchmarks/Misc-C++-EH/spirit.compile: 1.23%(8.1300 => 8.2300, std. dev.: 0.0376) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec MultiSource/Benchmarks/mediabench/gsm/toast/toast.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Sun Dec 19 08:28:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 08:28:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101219162834.E606D13B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/113 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122173 Blamelist: fpichet,lattner BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 10:16:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 10:16:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101219181647.CD76413B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/235 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122174 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 10:16:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 10:16:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101219181647.CE6FB13B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/192 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122174 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 10:17:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 10:17:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101219181736.B932913B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/543 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 122174 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 10:17:35 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 10:17:35 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101219181736.B92E913B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/542 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 122174 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 11:59:16 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 11:59:16 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101219195919.48CD913B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/286 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122179 Blamelist: lattner,zwarich BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 12:52:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 12:52:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101219205245.459D613B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/183 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122174 Blamelist: lattner BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 17:22:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 17:22:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux Message-ID: <20101220012240.5D52D13B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-arm-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/120 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: ranby1 Build Reason: Build Source Stamp: 122197 Blamelist: lattner,nicholas,peckw,zwarich BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 19 17:36:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 19 Dec 2010 17:36:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101220013630.8948FC0E1689@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17159 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122217 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86InstrCompiler.td test/CodeGen/X86/add.ll At: Sun 19 Dec 2010 17:22:07 Changed By: lattner Comments: We lower setb to sbb with the hope that the and will go away, when it doesn't, match it back to setb. On a 64-bit version of the testcase before we'd get: movq %rdi, %rax addq %rsi, %rax sbbb %dl, %dl andb $1, %dl ret now we get: movq %rdi, %rax addq %rsi, %rax setb %dl ret Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/Generic/add-with-overflow-128.ll Expected Passes : 5128 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Generic/add-with-overflow-128.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'add-with-overflow-128.ll': 21 llc 0x00001c36 start + 54 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'X86 DAG->DAG Instruction Selection' on function '@func2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Generic/Output/add-with-overflow-128.ll.script: line 2: 78875 Bus error 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/CodeGen/Generic/add-with-overflow-128.ll' -- ******************** From buildbot at google1.osuosl.org Sun Dec 19 17:50:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 17:50:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101220015101.9972713B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/291 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122216 Blamelist: lattner,wangmp,zwarich BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From clattner at apple.com Sun Dec 19 18:08:35 2010 From: clattner at apple.com (Chris Lattner) Date: Sun, 19 Dec 2010 18:08:35 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux In-Reply-To: <20101220012240.5D52D13B206B@google1.osuosl.org> References: <20101220012240.5D52D13B206B@google1.osuosl.org> Message-ID: <79D21044-F7B2-4DC9-A8E8-2EC4002E32DC@apple.com> Mine, fixed in r122221. -Chris On Dec 19, 2010, at 5:22 PM, buildbot at google1.osuosl.org wrote: > The Buildbot has detected a new failure of llvm-arm-linux on llvm. > Full details are available at: > http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/120 > > Buildbot URL: http://google1.osuosl.org:8011/ > > Buildslave for this Build: ranby1 > > Build Reason: > Build Source Stamp: 122197 > Blamelist: lattner,nicholas,peckw,zwarich > > BUILD FAILED: failed test-llvm > > sincerely, > -The Buildbot > From buildbot at google1.osuosl.org Sun Dec 19 18:31:20 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 18:31:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101220023122.2349013B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/382 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122218 Blamelist: lattner,wangmp,zwarich BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 19 18:52:44 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 19 Dec 2010 18:52:44 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101220025246.80C42C57DB10@mail-out4.apple.com> 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/12114 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 122220 Blamelist: fpichet,lattner,zwarich BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/Target/X86/X86InstrCompiler.td test/CodeGen/X86/add.ll At: Sun 19 Dec 2010 17:22:07 Changed By: lattner Comments: We lower setb to sbb with the hope that the and will go away, when it doesn't, match it back to setb. On a 64-bit version of the testcase before we'd get: movq %rdi, %rax addq %rsi, %rax sbbb %dl, %dl andb $1, %dl ret now we get: movq %rdi, %rax addq %rsi, %rax setb %dl ret Properties: File: lib/CodeGen/MachineVerifier.cpp At: Sun 19 Dec 2010 17:27:07 Changed By: zwarich Comments: Don't assume that an instruction ending a register's live range always reads the register; it may be a dead def instead. Fixes PR8820. Properties: Files: lib/Target/X86/X86ISelLowering.cpp test/CodeGen/X86/add.ll At: Sun 19 Dec 2010 17:42:07 Changed By: lattner Comments: now that addc/adde are gone, "ADDC" in the X86 backend uses EFLAGS results, the same as setcc. Optimize ADDC(0,0,FLAGS) -> SET_CARRY(FLAGS). This is a step towards finishing off PR5443. In the testcase in that bug we now get: movq %rdi, %rax addq %rsi, %rax sbbq %rcx, %rcx testb $1, %cl setne %dl ret instead of: movq %rdi, %rax addq %rsi, %rax movl $0, %ecx adcq $0, %rcx testq %rcx, %rcx setne %dl ret Properties: Files: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDeclAttr.cpp test/Parser/MicrosoftExtensions.c At: Sun 19 Dec 2010 17:47:07 Changed By: fpichet Comments: Validate Microsoft's uuid attribute string.Properties: LOGS: Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/Generic/add-with-overflow-128.ll Expected Passes : 5128 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Generic/add-with-overflow-128.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'add-with-overflow-128.ll': 18 llc 0x00000001 start + 18446744073709544193 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'X86 DAG->DAG Instruction Selection' on function '@func2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Generic/Output/add-with-overflow-128.ll.script: line 2: 16059 Bus error 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Generic/add-with-overflow-128.ll' -- ******************** Last 10 lines of 'stdio': ******************** Failing Tests (1): LLVM :: CodeGen/Generic/add-with-overflow-128.ll Expected Passes : 5608 Expected Failures : 51 Unsupported Tests : 69 Unexpected Failures: 1 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: CodeGen/Generic/add-with-overflow-128.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'add-with-overflow-128.ll': 18 llc 0x00000001 start + 18446744073709544961 Stack dump: 0. Program arguments: llc 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'X86 DAG->DAG Instruction Selection' on function '@func2' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Generic/Output/add-with-overflow-128.ll.script: line 2: 72441 Bus error 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Generic/add-with-overflow-128.ll' -- ******************** From buildbot at google1.osuosl.org Sun Dec 19 19:40:39 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 19:40:39 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101220034041.819DB13B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/299 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122219 Blamelist: lattner,wangmp,zwarich BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 20:47:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 20:47:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101220044742.53B1713B206B@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/160 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 122220 Blamelist: fpichet,lattner,wangmp,zwarich BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 19 20:53:21 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 19 Dec 2010 20:53:21 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101220045323.34258C0E93B1@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17171 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122229 Blamelist: fpichet BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: test/PCH/reloc.c At: Sun 19 Dec 2010 20:42:07 Changed By: fpichet Comments: test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 44.61s ******************** Failing Tests (1): Clang :: PCH/reloc.c Expected Passes : 2682 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: PCH/reloc.c Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'reloc.c': -- error: 'note' diagnostics expected but not seen: Line 15: previous definition error: 'note' diagnostics seen but not expected: Line 13: previous definition is here 2 errors generated. -- ******************** From daniel_dunbar at apple.com Sun Dec 19 21:13:13 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 19 Dec 2010 21:13:13 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101220051315.31E7CC0EB2EE@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7292 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122229 Blamelist: fpichet,zwarich BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/MachineVerifier.cpp At: Sun 19 Dec 2010 20:27:07 Changed By: zwarich Comments: MachineVerifier should count landing pad successors as basic blocks rather than out-edges. Fixes PR8824. Properties: File: test/PCH/reloc.c At: Sun 19 Dec 2010 20:42:07 Changed By: fpichet Comments: test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 17.96s ******************** Failing Tests (1): Clang :: PCH/reloc.c Expected Passes : 2682 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: PCH/reloc.c Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'reloc.c': -- error: 'note' diagnostics expected but not seen: Line 15: previous definition error: 'note' diagnostics seen but not expected: Line 13: previous definition is here 2 errors generated. -- ******************** Last 10 lines of 'stdio': Testing Time: 47.70s ******************** Failing Tests (1): Clang :: PCH/reloc.c Expected Passes : 2682 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: PCH/reloc.c Last 10 lines of 'xfail': Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/fixit-errors.c Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'reloc.c': -- error: 'note' diagnostics expected but not seen: Line 15: previous definition error: 'note' diagnostics seen but not expected: Line 13: previous definition is here 2 errors generated. -- ******************** From daniel_dunbar at apple.com Sun Dec 19 21:14:27 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 19 Dec 2010 21:14:27 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101220051429.767D4C0EC011@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12718 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122229 Blamelist: fpichet,zwarich BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: test/CodeGenCXX/vtable-debug-info.cpp At: Sun 19 Dec 2010 20:17:09 Changed By: fpichet Comments: Disable this test on Windows; it crashes and popup an dialog on each lit test run. I have no idea how to fix it.Properties: File: lib/CodeGen/MachineVerifier.cpp At: Sun 19 Dec 2010 20:27:07 Changed By: zwarich Comments: MachineVerifier should count landing pad successors as basic blocks rather than out-edges. Fixes PR8824. Properties: File: test/PCH/reloc.c At: Sun 19 Dec 2010 20:42:07 Changed By: fpichet Comments: test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later.Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 111.41s ******************** Failing Tests (1): Clang :: PCH/reloc.c Expected Passes : 2682 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'fail': Clang :: PCH/reloc.c Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'reloc.c': -- error: 'note' diagnostics expected but not seen: Line 15: previous definition error: 'note' diagnostics seen but not expected: Line 13: previous definition is here 2 errors generated. -- ******************** From buildbot at google1.osuosl.org Sun Dec 19 21:46:35 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 21:46:35 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101220054637.A857C13B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/276 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122229 Blamelist: fpichet,zwarich BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 22:02:03 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 22:02:03 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101220060205.4847A13B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/302 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122229 Blamelist: fpichet BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 22:43:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 22:43:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101220064340.AF97613B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/188 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122230 Blamelist: fpichet,zwarich BUILD FAILED: failed test-clang test-clang_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 19 23:16:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 19 Dec 2010 23:16:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101220071632.03E0013B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/295 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122230 Blamelist: fpichet BUILD FAILED: failed test-clang sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 02:28:44 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 02:28:44 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101220102846.3297313B206B@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/299 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122238 Blamelist: lattner BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Mon Dec 20 04:04:34 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Mon, 20 Dec 2010 06:04:34 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101220120434.EFC382A6C124@llvm.org> http://llvm.org/perf/db_default/simple/nts/51/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 51, Order: 122233, Start Time: 2010-12-20 11:22:18, End Time: 2010-12-20 12:07:03 To: 50, Order: 122173, Start Time: 2010-12-19 11:04:05, End Time: 2010-12-19 11:48:45 =============== Tests Summary =============== New Passes: 1 Existing Failures: 1 Unchanged Tests: 945 Total Tests: 947 ============== Changes Detail ============== New Passes ---------- MultiSource/Benchmarks/mediabench/gsm/toast/toast.exec Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Mon Dec 20 07:36:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:36:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101220153649.8DF3113B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/303 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122244 Blamelist: mspencer BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:38:06 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:38:06 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101220153808.6620113B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/165 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:44:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:44:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101220154430.6DE2813B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/147 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:46:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:46:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101220154616.BBE1C13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/167 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:46:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:46:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101220154640.B83A313B20CB@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/182 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:47:50 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:47:50 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101220154752.B394B13B20CB@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/193 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 07:56:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 07:56:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101220155701.880BB13B2072@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/126 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 12:01:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 12:01:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101220200131.8574713B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/118 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122246 Blamelist: baldrick,ddunbar,mspencer BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 12:03:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 12:03:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101220200339.3551B13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/306 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122254 Blamelist: dgregor,resistor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:08:38 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:08:38 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101220210840.7F53613B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/881 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:10:41 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:10:41 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101220211043.37DEE13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/351 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,d0k,johannes,matthewbg,peckw,rdivacky,resistor BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:12:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:12:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101220211242.94DA813B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/569 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,peckw,rdivacky BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 20 13:12:51 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 20 Dec 2010 13:12:51 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101220211254.3617AC11A564@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17201 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122264 Blamelist: baldrick BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Utils/CMakeLists.txt lib/Transforms/Utils/Utils.cpp At: Mon 20 Dec 2010 13:02:07 Changed By: baldrick Comments: Add a new convenience pass for testing InstructionSimplify. Previously it could only be tested indirectly, via instcombine, gvn or some other pass that makes use of InstructionSimplify, which means that testcases had to be carefully contrived to dance around any other transformations that that pass did. Properties: LOGS: Last 10 lines of 'stdio': collect2: ld returned 1 exit status make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/opt] Error 1 make[1]: *** [opt/.makeall] Error 2 llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-link llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-prof llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-extract llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-mc llvm[2]: ======= Finished Linking Debug+Asserts Executable lli llvm[2]: ======= Finished Linking Debug+Asserts Executable llc make: *** [all] Error 1 Last 10 lines of 'warnings': Unix/Path.inc:123: warning: 'isAbsolute' is deprecated (declared at Unix/Path.inc:116) Unix/Path.inc:127: warning: 'isAbsolute' is deprecated (declared at Unix/Path.inc:116) MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Mon Dec 20 13:14:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:14:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-i686-linux Message-ID: <20101220211432.7CED113B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-i686-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-i686-linux/builds/473 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,peckw,rdivacky BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:15:16 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:15:16 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101220211518.5C5A413B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/311 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,d0k,johannes,peckw,rdivacky BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:18:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:18:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101220211851.7450713B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/285 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,d0k,johannes,peckw,rdivacky BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:19:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:19:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101220211911.A19AD13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/309 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,d0k,johannes,matthewbg,peckw,rdivacky,resistor BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 13:23:40 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 13:23:40 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101220212342.33B7113B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/661 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122264 Blamelist: baldrick,rdivacky BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 14:21:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 14:21:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101220222158.C4E8313B2072@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/165 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 122273 Blamelist: baldrick,d0k,dgregor,johannes,kremenek,matthewbg,peckw,rdivacky,resistor,void BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 15:08:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 15:08:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101220230849.7185B13B2072@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/129 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 122280 Blamelist: baldrick,d0k,dgregor,johannes,kremenek,matthewbg,peckw,rdivacky,resistor,sampo,void BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 15:48:23 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 15:48:23 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101220234824.E96D713B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/311 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122287 Blamelist: dgregor,kremenek,peckw,rafael,rdivacky,resistor,sampo,void BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 16:11:25 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 16:11:25 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101221001129.CAD6A13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/401 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122289 Blamelist: dgregor,rafael,resistor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 16:11:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 16:11:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101221001129.CBC8913B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/354 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122291 Blamelist: dgregor,resistor BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 18:18:36 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 18:18:36 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101221021838.0DDCF13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/265 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122307 Blamelist: echristo BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 21:25:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 21:25:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101221052556.2648213B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/360 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122314 Blamelist: rafael BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Mon Dec 20 21:25:54 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 20 Dec 2010 21:25:54 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101221052556.255D713B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/319 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122314 Blamelist: rafael BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Mon Dec 20 22:38:22 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Mon, 20 Dec 2010 22:38:22 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9 Message-ID: <20101221063823.BA24FC1388E6@mail-out3.apple.com> 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/4736 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: spang.apple.com Build Reason: Build Source Stamp: 122315 Blamelist: dgregor,echristo,rafael,void BUILD FAILED: failed failed slave lost sincerely, -The Buildbot ================================================================================ CHANGES: File: docs/CodingStandards.html At: Mon 20 Dec 2010 19:37:21 Changed By: void Comments: Grammar corrections and some formatting changes.Properties: File: lib/Target/ARM/ARMFastISel.cpp At: Mon 20 Dec 2010 19:57:22 Changed By: echristo Comments: Arm and thumb call instructions are also in different orders. Fixes rdar://8782223 Properties: Files: include/llvm/MC/MCAssembler.h lib/MC/MCAssembler.cpp At: Mon 20 Dec 2010 20:27:24 Changed By: rafael Comments: Layout one section until no relaxations are done and then move to the next section. This helps because in practice sections form a dag with debug sections pointing to text sections. Finishing up the text sections first makes the debug section relaxation trivial.Properties: File: www/cxx_status.html At: Mon 20 Dec 2010 21:47:22 Changed By: dgregor Comments: Updates to the C++ status page for C++0x features, from Michael PriceProperties: LOGS: Last 10 lines of 'stdio': /bin/sh ../../llvm-gcc.src/gcc/../move-if-change tmp-genrtl.h genrtl.h echo timestamp > s-genrtl-h gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o ../build-powerpc-apple-darwin9/libiberty/libiberty.a build/gengtype gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/build -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -DENABLE_LLVM -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/read-rt l.o ../../llvm-gcc.src/gcc/read-rtl.c gcc -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o ../build-powerpc-apple-darwin9/libiberty/libiberty.a gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/build -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -DENABLE_LLVM -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/min-ins n-modes.o min-insn-modes.c gcc -c -g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../llvm-gcc.src/gcc -I../../llvm-gcc.src/gcc/build -I../../llvm-gcc.src/gcc/../include -I./../intl -I../../llvm-gcc.src/gcc/../libcpp/include -I../../llvm-gcc.src/gcc/../libdecnumber -I../libdecnumber -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -DENABLE_LLVM -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/include -I/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/gensupp ort.o ../../llvm-gcc.src/gcc/gensupport.c Last 10 lines of 'interrupt': [Failure instance: Traceback (failure with no frames): : Connection to the other side was lost in a non-clean fashion. ] From llvm-testresults at cs.uiuc.edu Tue Dec 21 03:45:10 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Tue, 21 Dec 2010 05:45:10 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101221114510.94E982A6C124@llvm.org> http://llvm.org/perf/db_default/simple/nts/52/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 52, Order: 122323, Start Time: 2010-12-21 11:03:03, End Time: 2010-12-21 11:47:40 To: 51, Order: 122233, Start Time: 2010-12-20 11:22:18, End Time: 2010-12-20 12:07:03 =============== Tests Summary =============== Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 945 Total Tests: 947 ============== Changes Detail ============== Performance Improvements ------------------------ External/SPEC/CINT2006/400_perlbench/400_perlbench.exec: -2.81%(9.9800 => 9.7000, std. dev.: 0.1065) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Tue Dec 21 06:55:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 06:55:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101221145525.E036113B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/366 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122330 Blamelist: baldrick BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 06:55:22 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 06:55:22 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-darwin10-selfhost Message-ID: <20101221145525.DF31F13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-darwin10-selfhost/builds/414 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122330 Blamelist: baldrick BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 21 09:13:16 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 09:13:16 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101221171318.489BAC14D939@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17247 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122341 Blamelist: greened BUILD FAILED: failed test-llvm test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: docs/TestingGuide.html test/lit.cfg utils/lit/lit/TestRunner.py At: Tue 21 Dec 2010 09:02:21 Changed By: greened Comments: Fix PR 8199. This patch prepends the build tool dir to LLVM programs being tested. This ensures that we test the tools just built and not some random tools that might happen to be in the user's PATH. This makes LLVM testing much more stable and predictable. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Expected Passes : 5109 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 23 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: LLVMC/MultipleCompilationGraphs.td LLVM :: LLVMC/Init.td LLVM :: LLVMC/LanguageMap.td LLVM :: LLVMC/MultipleOutputLanguages.td LLVM :: LLVMC/MultiValuedOption.td LLVM :: LLVMC/NoCompilationGraph.td LLVM :: LLVMC/NoActions.td LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'crash-narrowfunctiontest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/bin/bugpoint -load /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/lib/BugpointPasses.dylib /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/crash-narrowfunctiontest.ll -output-prefix /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/crash-narrowfunctiontest.ll.tmp -bugpoint-crashcalls -silence-passes > /dev/null -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/crash-narrowfunctiontest.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'metadata.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/metadata.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/metadata.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/metadata.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'remove_arguments_test.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/remove_arguments_test.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/BugPoint/Output/remove_arguments_test.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'load_module.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Feature/load_module.ll -load=/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/lib/LLVMHello.dylib -hello -disable-output |& grep Hello -- Exit Code: 1 Command Output (stdout): -- Error opening '/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/lib/LLVMHello.dylib': dlopen(/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/Debug+Asserts/bin/clang-i386-darwin9/llvm/Debug+Asserts/lib/LLVMHello.dylib, 9): image not found -- ******************** Last 10 lines of 'appendcmdhook.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwitharguments.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'envparentheses.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardas.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'emptycompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardtransformedvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'alias.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwithinfile.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multiplecompilationgraphs.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'init.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:136: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:136: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:136: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:141: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:141: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/Init.td.tmp:141: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'languagemap.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multipleoutputlanguages.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multivaluedoption.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'nocompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'noactions.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'stdio': File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Testing Time: 7.36s Unresolved Tests : 2709 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'unresolved': Clang :: SemaTemplate/typename-specifier-2.cpp Clang :: SemaTemplate/typename-specifier-3.cpp Clang :: SemaTemplate/template-class-traits.cpp Clang :: SemaTemplate/template-id-printing.cpp Clang :: SemaTemplate/typename-specifier-4.cpp Clang :: SemaTemplate/typo-dependent-name.cpp Clang :: SemaTemplate/value-dependent-null-pointer-constant.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Clang :: SemaTemplate/typename-specifier.cpp Last 10 lines of 'exprs.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'function.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class-template.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'category.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'enum.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'namespace.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'struct.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'typedef.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'var.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'property.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'interface.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfnumber.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'missingdealloc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cgcolorspace.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nswindow.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfdategc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'objcproperties.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'objcretsigs.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 142, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py", line 233, in _compile raise error, v # invalid expression error: multiple repeat ******************** From buildbot at google1.osuosl.org Tue Dec 21 09:23:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 09:23:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-darwin10 Message-ID: <20101221172307.A1FEE13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-darwin10 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-darwin10/builds/326 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122341 Blamelist: dgregor,greened,grosbach,mspencer BUILD FAILED: failed test-llvm test-clang sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 21 09:42:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 09:42:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101221174251.3B05BC5EADF0@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12769 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122343 Blamelist: baldrick,greened,mspencer,stuart BUILD FAILED: failed test-llvm test-clang sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/Frontend/InitHeaderSearch.cpp At: Tue 21 Dec 2010 08:52:28 Changed By: mspencer Comments: Fix spelling.Properties: Files: lib/Basic/FileManager.cpp lib/Frontend/CacheTokens.cpp lib/Frontend/InitPreprocessor.cpp lib/Serialization/ASTWriter.cpp tools/driver/driver.cpp At: Tue 21 Dec 2010 08:52:28 Changed By: mspencer Comments: Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Properties: Files: docs/TestingGuide.html test/lit.cfg utils/lit/lit/TestRunner.py At: Tue 21 Dec 2010 09:02:21 Changed By: greened Comments: Fix PR 8199. This patch prepends the build tool dir to LLVM programs being tested. This ensures that we test the tools just built and not some random tools that might happen to be in the user's PATH. This makes LLVM testing much more stable and predictable. Properties: File: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp At: Tue 21 Dec 2010 09:12:21 Changed By: stuart Comments: Missing logic for nested CALLSEQ_START/END.Properties: File: lib/Transforms/Utils/SimplifyInstructions.cpp At: Tue 21 Dec 2010 09:12:21 Changed By: baldrick Comments: Visit instructions deterministically. Use a FIFO so as to approximately visit instructions before their uses, since InstructionSimplify does a better job in that case. All this prompted by Frits van Bommel. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Expected Passes : 5109 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 23 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: LLVMC/LanguageMap.td LLVM :: LLVMC/Init.td LLVM :: LLVMC/MultiValuedOption.td LLVM :: LLVMC/NoCompilationGraph.td LLVM :: LLVMC/MultipleCompilationGraphs.td LLVM :: LLVMC/NoActions.td LLVM :: LLVMC/MultipleOutputLanguages.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td LLVM :: LLVMC/OneOrMore.td Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'metadata.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/metadata.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/metadata.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/metadata.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'remove_arguments_test.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/remove_arguments_test.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/remove_arguments_test.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'crash-narrowfunctiontest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/bin/bugpoint -load /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/lib/BugpointPasses.dylib /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/crash-narrowfunctiontest.ll -output-prefix /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/crash-narrowfunctiontest.ll.tmp -bugpoint-crashcalls -silence-passes > /dev/null -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/BugPoint/Output/crash-narrowfunctiontest.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'load_module.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/Feature/load_module.ll -load=/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/lib/LLVMHello.dylib -hello -disable-output |& grep Hello -- Exit Code: 1 Command Output (stdout): -- Error opening '/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/lib/LLVMHello.dylib': dlopen(/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/clang-x86_64-darwin10/llvm/Debug+Asserts/lib/LLVMHello.dylib, 9): image not found -- ******************** Last 10 lines of 'alias.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Alias.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'envparentheses.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'appendcmdhook.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'emptycompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardas.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardAs.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwitharguments.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardtransformedvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:140: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/ForwardValue.td.tmp:145: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwithinfile.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'languagemap.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:129: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/LanguageMap.td.tmp:137: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'init.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:136: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:136: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:136: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:141: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:141: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/Init.td.tmp:141: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multivaluedoption.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'nocompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multiplecompilationgraphs.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'noactions.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:123: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/NoActions.td.tmp:128: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multipleoutputlanguages.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'stdio': File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Testing Time: 8.54s Unresolved Tests : 2709 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'unresolved': Clang :: SemaTemplate/typename-specifier-2.cpp Clang :: SemaTemplate/typename-specifier-3.cpp Clang :: SemaTemplate/temp_class_spec_neg.cpp Clang :: SemaTemplate/recursive-template-instantiation.cpp Clang :: SemaTemplate/typo-dependent-name.cpp Clang :: SemaTemplate/value-dependent-null-pointer-constant.cpp Clang :: SemaTemplate/typename-specifier.cpp Clang :: SemaTemplate/typename-specifier-4.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'class.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'enum.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'category.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class-template.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'function.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'exprs.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'namespace.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'struct.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'interface.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'property.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'var.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'typedef.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfnumber.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'checknserror.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'missingdealloc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nspanel.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cgcolorspace.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfdategc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nsstring.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** From daniel_dunbar at apple.com Tue Dec 21 09:52:40 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 09:52:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101221175242.4B2A1C14F60E@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7348 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122345 Blamelist: baldrick,greened,stuart BUILD FAILED: failed test-llvm test-clang test-llvm_1 test-clang_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: docs/TestingGuide.html test/lit.cfg utils/lit/lit/TestRunner.py At: Tue 21 Dec 2010 09:02:21 Changed By: greened Comments: Fix PR 8199. This patch prepends the build tool dir to LLVM programs being tested. This ensures that we test the tools just built and not some random tools that might happen to be in the user's PATH. This makes LLVM testing much more stable and predictable. Properties: File: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp At: Tue 21 Dec 2010 09:12:21 Changed By: stuart Comments: Missing logic for nested CALLSEQ_START/END.Properties: File: lib/Transforms/Utils/SimplifyInstructions.cpp At: Tue 21 Dec 2010 09:12:21 Changed By: baldrick Comments: Visit instructions deterministically. Use a FIFO so as to approximately visit instructions before their uses, since InstructionSimplify does a better job in that case. All this prompted by Frits van Bommel. Properties: File: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp At: Tue 21 Dec 2010 09:22:21 Changed By: stuart Comments: Fix indentation, add comment.Properties: LOGS: Last 10 lines of 'stdio': LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Expected Passes : 5109 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 23 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: LLVMC/LanguageMap.td LLVM :: LLVMC/ForwardTransformedValue.td LLVM :: LLVMC/HookWithInFile.td LLVM :: LLVMC/MultiValuedOption.td LLVM :: LLVMC/Init.td LLVM :: LLVMC/ForwardValue.td LLVM :: LLVMC/NoCompilationGraph.td LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'crash-narrowfunctiontest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/bugpoint -load /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/lib/BugpointPasses.dylib /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/crash-narrowfunctiontest.ll -output-prefix /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/crash-narrowfunctiontest.ll.tmp -bugpoint-crashcalls -silence-passes > /dev/null -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/crash-narrowfunctiontest.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'metadata.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/metadata.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/metadata.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/metadata.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'remove_arguments_test.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/remove_arguments_test.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/BugPoint/Output/remove_arguments_test.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'load_module.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Feature/load_module.ll -load=/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/lib/LLVMHello.dylib -hello -disable-output |& grep Hello -- Exit Code: 1 Command Output (stdout): -- Error opening '/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/lib/LLVMHello.dylib': dlopen(/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj/Release+Asserts/lib/LLVMHello.dylib, 9): image not found -- ******************** Last 10 lines of 'appendcmdhook.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:138: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/AppendCmdHook.td.tmp:143: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'alias.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Alias.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'emptycompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EmptyCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwitharguments.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:127: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithArguments.td.tmp:132: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multipleoutputlanguages.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:217: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleOutputLanguages.td.tmp:222: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'envparentheses.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/EnvParentheses.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardas.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:130: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:130: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:135: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardAs.td.tmp:135: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'noactions.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:123: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:123: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:123: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:128: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:128: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoActions.td.tmp:128: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multiplecompilationgraphs.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'languagemap.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:129: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:129: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:137: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/LanguageMap.td.tmp:137: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardtransformedvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:137: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardTransformedValue.td.tmp:142: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'hookwithinfile.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:124: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/HookWithInFile.td.tmp:129: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'multivaluedoption.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:150: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/MultiValuedOption.td.tmp:155: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'init.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:136: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:136: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:136: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:141: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:141: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/Init.td.tmp:141: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'forwardvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:140: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:140: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:145: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/ForwardValue.td.tmp:145: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'nocompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'LanguageMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: 'langMap' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:52: error: expected ',' or ';' before '{' token /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'CompilationGraph' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: 'G' was not declared in this scope /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj/test/LLVMC/Output/NoCompilationGraph.td.tmp:57: error: expected ',' or ';' before '{' token -- ******************** Last 10 lines of 'stdio': File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Testing Time: 2.48s Unresolved Tests : 2709 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'unresolved': Clang :: SemaTemplate/template-decl-fail.cpp Clang :: SemaTemplate/template-id-printing.cpp Clang :: SemaTemplate/typename-specifier-2.cpp Clang :: SemaTemplate/typename-specifier-4.cpp Clang :: SemaTemplate/typename-specifier-3.cpp Clang :: SemaTemplate/typename-specifier.cpp Clang :: SemaTemplate/typo-dependent-name.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/value-dependent-null-pointer-constant.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'property.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'var.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'category.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'exprs.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class-template.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cgcolorspace.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'typedef.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'function.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'interface.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'namespace.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'struct.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'enum.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfnumber.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfdategc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'checknserror.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nspanel.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'missingdealloc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nsstring.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'stdio': LLVM :: LLVMC/OneOrMore.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td Expected Passes : 5109 Expected Failures : 43 Unsupported Tests : 557 Unexpected Failures: 23 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: LLVMC/MultipleCompilationGraphs.td LLVM :: LLVMC/EmptyCompilationGraph.td LLVM :: LLVMC/NoCompilationGraph.td LLVM :: LLVMC/ForwardAs.td LLVM :: LLVMC/Init.td LLVM :: LLVMC/NoActions.td LLVM :: LLVMC/ForwardValue.td LLVM :: LLVMC/OptionPreprocessor.td LLVM :: LLVMC/OutputSuffixHook.td LLVM :: LLVMC/OneOrMore.td Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C++/just-compile.cpp LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C++/together.cpp LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'crash-narrowfunctiontest.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/bugpoint -load /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/lib/BugpointPasses.dylib /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/crash-narrowfunctiontest.ll -output-prefix /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/crash-narrowfunctiontest.ll.tmp -bugpoint-crashcalls -silence-passes > /dev/null -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/crash-narrowfunctiontest.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'metadata.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/metadata.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/metadata.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/metadata.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'remove_arguments_test.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/llvm-dis /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/BugPoint/remove_arguments_test.ll -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/BugPoint/Output/remove_arguments_test.ll.script: line 2: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/bugpoint: No such file or directory -- ******************** Last 10 lines of 'load_module.ll': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Feature/load_module.ll -load=/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/lib/LLVMHello.dylib -hello -disable-output |& grep Hello -- Exit Code: 1 Command Output (stdout): -- Error opening '/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/lib/LLVMHello.dylib': dlopen(/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/lib/LLVMHello.dylib, 9): image not found -- ******************** Last 10 lines of 'alias.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/Alias.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/Alias.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'appendcmdhook.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/AppendCmdHook.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/AppendCmdHook.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'multivaluedoption.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultiValuedOption.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultiValuedOption.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'hookwitharguments.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/HookWithArguments.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/HookWithArguments.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'envparentheses.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/EnvParentheses.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/EnvParentheses.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'multipleoutputlanguages.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultipleOutputLanguages.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultipleOutputLanguages.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'hookwithinfile.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/HookWithInFile.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/HookWithInFile.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'forwardtransformedvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardTransformedValue.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardTransformedValue.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'languagemap.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/LanguageMap.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/LanguageMap.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'multiplecompilationgraphs.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultipleCompilationGraphs.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/MultipleCompilationGraphs.td.script: line 4: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'emptycompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/EmptyCompilationGraph.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/EmptyCompilationGraph.td.script: line 4: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'nocompilationgraph.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/NoCompilationGraph.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/NoCompilationGraph.td.script: line 4: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'forwardas.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardAs.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardAs.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'init.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/Init.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/Init.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'noactions.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/NoActions.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/NoActions.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'forwardvalue.td': /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++ -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/ clang-x86_64-darwin10-selfhost-rel/llvm.src/include -I/Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.src/test -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -x c++ /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardValue.td.tmp -- Exit Code: 127 Command Output (stderr): -- /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/test/LLVMC/Output/ForwardValue.td.script: line 6: /Users/buildslave/zorg/buildbot/smooshlab/slave/build./Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin//Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/Release+Asserts/bin/clang++: No such file or directory -- ******************** Last 10 lines of 'stdio': File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Testing Time: 2.34s Unresolved Tests : 2709 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'unresolved': Clang :: SemaTemplate/template-id-expr.cpp Clang :: SemaTemplate/template-id-printing.cpp Clang :: SemaTemplate/typename-specifier-2.cpp Clang :: SemaTemplate/typename-specifier-3.cpp Clang :: SemaTemplate/typename-specifier-4.cpp Clang :: SemaTemplate/typename-specifier.cpp Clang :: SemaTemplate/typo-dependent-name.cpp Clang :: SemaTemplate/value-dependent-null-pointer-constant.cpp Clang :: SemaTemplate/unused-variables.cpp Clang :: SemaTemplate/virtual-member-functions.cpp Last 10 lines of 'class-template.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'class.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'exprs.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'category.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'enum.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'interface.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'function.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'property.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'struct.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'typedef.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'namespace.cpp': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfnumber.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfretainrelease_nsassertionhandler.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cfdategc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'var.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'cgcolorspace.c': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nsstring.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'nswindow.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'missingdealloc.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** Last 10 lines of 'checknserror.m': ln = re.sub(a, b, ln) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 150, in sub return _compile(pattern, 0).sub(repl, string, count) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py", line 243, in _compile raise error, v # invalid expression error: multiple repeat ******************** From buildbot at google1.osuosl.org Tue Dec 21 09:53:28 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 09:53:28 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101221175330.6CD1E13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/299 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122343 Blamelist: baldrick,dgregor,greened,mspencer,stuart BUILD FAILED: failed test-llvm test-clang test-llvm_1 test-clang_1 sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 21 09:53:42 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 09:53:42 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101221175344.31F10C14F6E7@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17251 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122347 Blamelist: dgregor BUILD FAILED: failed test-clang sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Parse/Parser.h include/clang/Sema/Sema.h lib/Parse/ParseObjc.cpp lib/Sema/SemaCodeComplete.cpp lib/Sema/SemaDeclObjC.cpp test/Index/annotate-tokens.m test/Index/usrs.m At: Tue 21 Dec 2010 09:37:21 Changed By: dgregor Comments: Fix a major inconsistency in the representation of Objective-C classes, categories, protocols, and class extensions, where the methods and properties of these entities would be inserted into the DeclContext in an ordering that doesn't necessarily reflect source order. The culprits were Sema::ActOnMethodDeclaration(), which did not perform the insertion of the just-created method declaration into the DeclContext for these Objective-C entities, and Sema::ActOnAtEnd(), which inserted all method declarations at the *end* of the DeclContext. With this fix in hand, clean up the code-completion actions for property setters/getters that worked around this brokenness in the AST. Fixes , where this problem manifested as poor token-annotation information, but this would have struck again in many other places. Properties: LOGS: Last 10 lines of 'stdio': Testing Time: 47.64s ******************** Failing Tests (1): Clang :: Index/annotate-tokens.m Expected Passes : 2686 Expected Failures : 22 Unexpected Failures: 1 make[1]: *** [all] Error 1 make: *** [test] Error 2 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/annotate-tokens.m:131:1: warning: control reaches end of non-void function [-Wreturn-type] Last 10 lines of 'fail': Clang :: Index/annotate-tokens.m Last 10 lines of 'xfail': Clang :: FixIt/fixit-errors.c Clang :: FixIt/fixit-pmem.cpp Clang :: FixIt/typo.m Clang :: Lexer/hexfloat.cpp Clang :: PCH/changed-files.c Clang :: PCH/pr4489.c Clang :: PCH/source-manager-stack.c Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp Clang :: SemaCXX/rval-references-xfail.cpp Clang :: SemaTemplate/instantiate-function-1.mm Last 10 lines of 'annotate-tokens.m': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/annotate-tokens.m:315:11: error: expected string not found in input // CHECK: Identifier: "IBAction" [55:4 - 55:12] macro instantiation=IBAction:146:9 ^ :184:1: note: scanning from here Identifier: "IBAction" [55:4 - 55:12] macro instantiation=IBAction:138:9 ^ -- ******************** From daniel_dunbar at apple.com Tue Dec 21 12:35:58 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 12:35:58 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101221203559.AA835C5F7640@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7353 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122355 Blamelist: johannes BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp At: Tue 21 Dec 2010 12:07:21 Changed By: johannes Comments: Shift by the word size is invalid IR; don't create it. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/divide-by-constant.ll At: Tue 21 Dec 2010 12:12:21 Changed By: johannes Comments: Get the type of a shift from the shift, not from its shift count operand. These should be the same but apparently are not always, and this is cleaner anyway. This improves the code in an existing test. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/x86-64-extend-shift.ll At: Tue 21 Dec 2010 12:17:25 Changed By: johannes Comments: Add a new transform to DAGCombiner. Properties: LOGS: Last 10 lines of 'stdio': 0x10360d110: i64 = Constant<8> [ORD=428] [ID=6] 0x103778f10: i64 = undef [ORD=425] [ID=5] 0x10360ca10: i64 = add 0x103750510, 0x10360d110 [ORD=453] [ID=18] 0x103750510: i64 = FrameIndex<2> [ORD=421] [ID=1] 0x10360d110: i64 = Constant<8> [ORD=428] [ID=6] 0x103778f10: i64 = undef [ORD=425] [ID=5] 0x1035c8410: i64 = Constant<274877907> [ID=13] 0x103778b10: i64 = Constant<63> [ID=15] make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.obj.2/lib/Support/Release+Asserts/Timer.o] Error 1 make: *** [all] Error 1 From buildbot at google1.osuosl.org Tue Dec 21 12:42:04 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 12:42:04 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101221204206.51C8213B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/373 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122355 Blamelist: dgregor,johannes BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 21 12:59:46 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 12:59:46 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101221205948.AFA8CC15FF45@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6449 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122355 Blamelist: johannes BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp At: Tue 21 Dec 2010 12:07:21 Changed By: johannes Comments: Shift by the word size is invalid IR; don't create it. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/divide-by-constant.ll At: Tue 21 Dec 2010 12:12:21 Changed By: johannes Comments: Get the type of a shift from the shift, not from its shift count operand. These should be the same but apparently are not always, and this is cleaner anyway. This improves the code in an existing test. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/x86-64-extend-shift.ll At: Tue 21 Dec 2010 12:17:25 Changed By: johannes Comments: Add a new transform to DAGCombiner. Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2238 3392 0.0832 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0746 2880 0.0998 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0490 720 0.0057 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0154 1088 0.0169 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0219 528 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0343 544 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3258 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0147 976 0.0292 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0584 560 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1424 528 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2238 3392 0.0832 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0746 2880 0.0998 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0490 720 0.0057 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0154 1088 0.0169 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0219 528 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0343 544 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3258 656 0.0080 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0147 976 0.0292 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0584 560 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1424 528 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc LLC.MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo LLC.MultiSource/Benchmarks/Ptrdist/bc/bc LLC.MultiSource/Benchmarks/mafft/pairlocalalign LLC.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC.SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding LLC.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction LLC.SingleSource/Benchmarks/Adobe-C++/stepanov_vector LLC.SingleSource/Benchmarks/Misc/ffbench LLC.SingleSource/Benchmarks/Misc/oourafft Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc LLC_compile.MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo LLC_compile.MultiSource/Benchmarks/Ptrdist/bc/bc LLC_compile.MultiSource/Benchmarks/mafft/pairlocalalign LLC_compile.MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg LLC_compile.SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding LLC_compile.SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction LLC_compile.SingleSource/Benchmarks/Adobe-C++/stepanov_vector LLC_compile.SingleSource/Benchmarks/Misc/ffbench LLC_compile.SingleSource/Benchmarks/Misc/oourafft Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From buildbot at google1.osuosl.org Tue Dec 21 13:03:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 13:03:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101221210359.1AD1A13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/203 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122354 Blamelist: dgregor,johannes,lattner BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 13:05:43 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 13:05:43 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101221210545.5B4A713B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/206 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122354 Blamelist: dgregor,johannes,lattner BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 13:10:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 13:10:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-darwin10-selfhost Message-ID: <20101221211014.68C4E13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-darwin10-selfhost/builds/302 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: dunbar-darwin10 Build Reason: Build Source Stamp: 122356 Blamelist: johannes,rafael BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From daniel_dunbar at apple.com Tue Dec 21 13:43:30 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 13:43:30 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101221214332.3E46AC5FB2F4@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7204 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122356 Blamelist: dgregor,johannes,rafael BUILD FAILED: failed buildit-llvmgcc42 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/clang/Basic/Builtins.h lib/Basic/Builtins.cpp lib/Sema/SemaDecl.cpp test/CodeGenCXX/builtins.cpp At: Tue 21 Dec 2010 11:52:21 Changed By: dgregor Comments: In C++, if the user redeclares a builtin function with a type that is inconsistent with the type that the builtin *should* have, forget about the builtin altogether: we don't want subsequence analyses, CodeGen, etc., to think that we have a proper builtin function. C is protected from errors here because it allows one to use a library builtin without having a declaration, and detects inconsistent (re-)declarations of builtins during declaration merging. C++ was unprotected, and therefore would crash. Fixes PR8839. Properties: File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp At: Tue 21 Dec 2010 12:07:21 Changed By: johannes Comments: Shift by the word size is invalid IR; don't create it. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/divide-by-constant.ll At: Tue 21 Dec 2010 12:12:21 Changed By: johannes Comments: Get the type of a shift from the shift, not from its shift count operand. These should be the same but apparently are not always, and this is cleaner anyway. This improves the code in an existing test. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/x86-64-extend-shift.ll At: Tue 21 Dec 2010 12:17:25 Changed By: johannes Comments: Add a new transform to DAGCombiner. Properties: Files: include/llvm/MC/MCAssembler.h lib/MC/MCAssembler.cpp At: Tue 21 Dec 2010 12:42:21 Changed By: rafael Comments: Don't relax org or align. They change size as the relaxation happens, but they are not actually relaxed. For example, a section with only alignments will never needs relaxation.Properties: LOGS: Last 10 lines of 'stdio': 0x41b0b428: i64 = undef [ORD=3326] [ID=7] 0x419fab18: i32 = Constant<5000> [ORD=3332] [ID=10] 0x41b0e8f0: i64 = Constant<1759218605> [ID=26] 0x419fb8e8: i64 = Constant<63> [ID=28] make[2]: *** [tree-outof-ssa.o] Error 1 make[2]: *** Waiting for unfinished jobs.... rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod make[1]: *** [all-gcc] Error 2 + exit 1 make: *** [llvmgcc42] Error 1 Last 10 lines of 'warnings': warning: structure `ZipDirectory' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `pointer_set_t' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined From daniel_dunbar at apple.com Tue Dec 21 13:51:17 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Tue, 21 Dec 2010 13:51:17 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9 Message-ID: <20101221215122.3D93EC1629B1@mail-out3.apple.com> 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/4743 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: spang.apple.com Build Reason: Build Source Stamp: 122355 Blamelist: dgregor,johannes BUILD FAILED: failed compile.llvm-gcc.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: test/Index/Inputs/get-cursor-includes-1.h test/Index/Inputs/get-cursor-includes-2.h test/Index/get-cursor-includes.c tools/libclang/CIndex.cpp At: Tue 21 Dec 2010 11:12:21 Changed By: dgregor Comments: When determining which preprocessed entities to traverse in libclang, take into account the region of interest. Otherwise, we may fail to traverse some important preprocessed entity cursors. Fixes . Properties: Files: include/clang/Basic/Builtins.h lib/Basic/Builtins.cpp lib/Sema/SemaDecl.cpp test/CodeGenCXX/builtins.cpp At: Tue 21 Dec 2010 11:52:21 Changed By: dgregor Comments: In C++, if the user redeclares a builtin function with a type that is inconsistent with the type that the builtin *should* have, forget about the builtin altogether: we don't want subsequence analyses, CodeGen, etc., to think that we have a proper builtin function. C is protected from errors here because it allows one to use a library builtin without having a declaration, and detects inconsistent (re-)declarations of builtins during declaration merging. C++ was unprotected, and therefore would crash. Fixes PR8839. Properties: File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp At: Tue 21 Dec 2010 12:07:21 Changed By: johannes Comments: Shift by the word size is invalid IR; don't create it. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/divide-by-constant.ll At: Tue 21 Dec 2010 12:12:21 Changed By: johannes Comments: Get the type of a shift from the shift, not from its shift count operand. These should be the same but apparently are not always, and this is cleaner anyway. This improves the code in an existing test. Properties: Files: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/x86-64-extend-shift.ll At: Tue 21 Dec 2010 12:17:25 Changed By: johannes Comments: Add a new transform to DAGCombiner. Properties: LOGS: Last 10 lines of 'stdio': 0x418a7710: i32 = Register %reg16433 [ORD=1432] [ID=1] 0x418d4570: i32 = Constant<10> [ORD=1432] [ID=2] 0x418d4130: i64 = Constant<1717986919> [ID=9] 0x418a7028: i64 = Constant<63> [ID=11] make[4]: *** [cplus-dem.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [multi-do] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-target-libiberty] Error 2 make: *** [all] Error 2 Last 10 lines of 'warnings': ../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1807: warning: operand 3 missing mode? ../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1882: warning: operand 1 missing mode? ../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1889: warning: operand 1 missing mode? ../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: destination missing a mode? ../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: operand 0 missing mode? ../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn' ../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function ../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs From buildbot at google1.osuosl.org Tue Dec 21 13:55:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 13:55:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101221215554.DD32413B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/328 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122356 Blamelist: dgregor,johannes,rafael BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 13:57:02 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 13:57:02 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101221215704.C0DCE13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/180 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122359 Blamelist: dgregor,johannes,rafael BUILD FAILED: failed make.test-suite sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 14:17:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 14:17:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101221221707.D7EF213B2072@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/174 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 122355 Blamelist: baldrick,dgregor,greened,johannes,lattner,mspencer,stuart BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 21 18:13:46 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 21 Dec 2010 18:13:46 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101222021348.A1DB213B2072@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/176 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 122385 Blamelist: atrick,dgregor,matthewbg,peckw,resistor BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Wed Dec 22 00:39:59 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Wed, 22 Dec 2010 02:39:59 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101222083959.A90A12A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/53/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 53, Order: 122390, Start Time: 2010-12-22 07:57:52, End Time: 2010-12-22 08:42:29 To: 52, Order: 122323, Start Time: 2010-12-21 11:03:03, End Time: 2010-12-21 11:47:40 =============== Tests Summary =============== Performance Regressions: 5 Performance Improvements: 3 Existing Failures: 1 Unchanged Tests: 938 Total Tests: 947 ============== Changes Detail ============== Performance Regressions ----------------------- MultiSource/Applications/aha/aha.exec: 4.11%(3.6500 => 3.8000, std. dev.: 0.0320) SingleSource/Benchmarks/Adobe-C++/loop_unroll.compile: 3.37%(3.5600 => 3.6800, std. dev.: 0.0253) SingleSource/Benchmarks/Shootout/lists.exec: 1.71%(5.8600 => 5.9600, std. dev.: 0.0232) External/Nurbs/nurbs.exec: 1.62%(4.9500 => 5.0300, std. dev.: 0.0000) External/SPEC/CFP2006/447_dealII/447_dealII.exec: 1.11%(22.4500 => 22.7000, std. dev.: 0.0515) Performance Improvements ------------------------ SingleSource/Benchmarks/McGill/chomp.exec: -11.43%(1.0500 => 0.9300, std. dev.: 0.0040) External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec: -2.16%(9.2700 => 9.0700, std. dev.: 0.0273) MultiSource/Applications/lua/lua.exec: -1.46%(30.8300 => 30.3800, std. dev.: 0.1292) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Wed Dec 22 01:43:52 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 01:43:52 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101222094354.3F32C13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/364 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122396 Blamelist: abramo,lattner,ofv,zhongxingxu BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 22 07:20:24 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 07:20:24 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101222152026.D0A6113B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/334 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122402 Blamelist: ddunbar BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 22 11:45:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 11:45:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101222194529.0F42C13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/204 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122427 Blamelist: akirtzidis,baldrick,dgregor,matthewbg,rafael BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 22 11:53:42 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 11:53:42 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101222195344.5651413B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/217 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122427 Blamelist: akirtzidis,baldrick,dgregor,matthewbg,rafael BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Wed Dec 22 12:02:37 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 12:02:37 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101222200239.8593F13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/188 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122427 Blamelist: akirtzidis,dgregor,matthewbg,rafael BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 22 12:31:28 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 22 Dec 2010 12:31:28 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101222203135.19FB9C638DBD@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17300 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122431 Blamelist: akirtzidis BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/GR/AnalysisConsumer.cpp lib/GR/Checkers/AnalysisConsumer.cpp lib/GR/Checkers/ExprEngine.cpp lib/GR/ExprEngine.cpp At: Wed 22 Dec 2010 12:23:42 Changed By: akirtzidis Comments: Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily to avoid cyclic dependency between the libraries and fix the linux build.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling Mangle.cpp for Debug+Asserts build llvm[4]: Compiling TargetAttributesSema.cpp for Debug+Asserts build llvm[4]: Compiling MicrosoftCXXABI.cpp for Debug+Asserts build llvm[4]: Compiling ModuleBuilder.cpp for Debug+Asserts build llvm[4]: Compiling TargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangSema.a llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' CGExprCXX.cpp:462: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' CGExprCXX.cpp:523: warning: passing negative value '-0x00000000000000001' for argument 2 to 'static llvm::ConstantInt* llvm::ConstantInt::get(const llvm::IntegerType*, uint64_t, bool)' From daniel_dunbar at apple.com Wed Dec 22 12:40:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 22 Dec 2010 12:40:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101222204100.F218EC6396E3@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7382 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122431 Blamelist: akirtzidis BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/GR/AnalysisConsumer.cpp lib/GR/Checkers/AnalysisConsumer.cpp lib/GR/Checkers/ExprEngine.cpp lib/GR/ExprEngine.cpp At: Wed 22 Dec 2010 12:23:42 Changed By: akirtzidis Comments: Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily to avoid cyclic dependency between the libraries and fix the linux build.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling TemplateName.cpp for Release+Asserts build llvm[4]: Compiling Type.cpp for Release+Asserts build llvm[4]: Compiling TypeLoc.cpp for Release+Asserts build llvm[4]: Compiling TypePrinter.cpp for Release+Asserts build llvm[4]: Building Release+Asserts Archive Library libclangAST.a llvm[4]: Building Release+Asserts Archive Library libclangCodeGen.a llvm[4]: Building Release+Asserts Archive Library libclangSema.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions From daniel_dunbar at apple.com Wed Dec 22 12:43:35 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 22 Dec 2010 12:43:35 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101222204337.1BF9AC1A88FF@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12802 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122431 Blamelist: akirtzidis BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/GR/AnalysisConsumer.cpp lib/GR/Checkers/AnalysisConsumer.cpp lib/GR/Checkers/ExprEngine.cpp lib/GR/ExprEngine.cpp At: Wed 22 Dec 2010 12:23:42 Changed By: akirtzidis Comments: Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily to avoid cyclic dependency between the libraries and fix the linux build.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling ItaniumCXXABI.cpp for Debug+Asserts build llvm[4]: Compiling Mangle.cpp for Debug+Asserts build llvm[4]: Compiling MicrosoftCXXABI.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangSema.a llvm[4]: Compiling ModuleBuilder.cpp for Debug+Asserts build llvm[4]: Compiling TargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions From daniel_dunbar at apple.com Wed Dec 22 12:56:41 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 22 Dec 2010 12:56:41 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101222205643.6B4A3C63A515@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6473 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122433 Blamelist: akirtzidis BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: lib/GR/AnalysisConsumer.cpp lib/GR/Checkers/AnalysisConsumer.cpp lib/GR/Checkers/ExprEngine.cpp lib/GR/ExprEngine.cpp At: Wed 22 Dec 2010 12:23:42 Changed By: akirtzidis Comments: Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily to avoid cyclic dependency between the libraries and fix the linux build.Properties: File: lib/CMakeLists.txt At: Wed 22 Dec 2010 12:28:19 Changed By: akirtzidis Comments: Add GR/Checkers subdir for CMake build.Properties: Files: lib/GR/CMakeLists.txt lib/GR/Checkers/CMakeLists.txt At: Wed 22 Dec 2010 12:33:07 Changed By: akirtzidis Comments: Forgot to move the files in CMakeLists.txt.Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling MicrosoftCXXABI.cpp for Debug+Asserts build llvm[4]: Compiling ModuleBuilder.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangFrontend.a llvm[4]: Building Debug+Asserts Archive Library libclangAST.a llvm[4]: Compiling TargetInfo.cpp for Debug+Asserts build llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a llvm[4]: Building Debug+Asserts Archive Library libclangSema.a make[2]: *** [all] Error 1 make[1]: *** [clang/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions From buildbot at google1.osuosl.org Wed Dec 22 14:04:26 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 22 Dec 2010 14:04:26 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101222220429.028AB13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/191 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 122433 Blamelist: akirtzidis,dgregor,fjahanian,matthewbg,rafael BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Wed Dec 22 15:49:02 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Wed, 22 Dec 2010 15:49:02 -0800 (PST) Subject: [llvm-testresults] lordcrumb-clang.armv7.no-thumb.ia nightly tester results Message-ID: <20101222234902.9E861C6432D3@mail-out4.apple.com> http://smooshlab.apple.com/perf/db_nt_internal/simple/nts/4669/ Nickname: lordcrumb-clang.armv7.no-thumb.ia:1 Name: lordcrumb.apple.com Comparing: Run: 4669, Order: 122448, Start Time: 2010-12-22 22:28:19, End Time: 2010-12-22 23:48:52 To: (none) =============== Tests Summary =============== New Failures: 2 Added Tests: 915 Total Tests: 917 ============== Changes Detail ============== New Failures ------------ SingleSource/UnitTests/Vector/NEON/simple.compile SingleSource/UnitTests/Vector/NEON/simple.exec Added Tests ----------- External/Povray/povray.compile External/Povray/povray.exec External/SPEC/CFP2000/177_mesa/177_mesa.compile External/SPEC/CFP2000/177_mesa/177_mesa.exec External/SPEC/CFP2000/179_art/179_art.compile External/SPEC/CFP2000/179_art/179_art.exec External/SPEC/CFP2000/183_equake/183_equake.compile External/SPEC/CFP2000/183_equake/183_equake.exec External/SPEC/CFP2000/188_ammp/188_ammp.compile External/SPEC/CFP2000/188_ammp/188_ammp.exec External/SPEC/CFP2006/433_milc/433_milc.compile External/SPEC/CFP2006/433_milc/433_milc.exec External/SPEC/CFP2006/444_namd/444_namd.compile External/SPEC/CFP2006/444_namd/444_namd.exec External/SPEC/CFP2006/447_dealII/447_dealII.compile External/SPEC/CFP2006/447_dealII/447_dealII.exec External/SPEC/CFP2006/450_soplex/450_soplex.compile External/SPEC/CFP2006/450_soplex/450_soplex.exec External/SPEC/CINT2000/164_gzip/164_gzip.compile External/SPEC/CINT2000/164_gzip/164_gzip.exec External/SPEC/CINT2000/175_vpr/175_vpr.compile External/SPEC/CINT2000/175_vpr/175_vpr.exec External/SPEC/CINT2000/181_mcf/181_mcf.compile External/SPEC/CINT2000/181_mcf/181_mcf.exec External/SPEC/CINT2000/186_crafty/186_crafty.compile External/SPEC/CINT2000/186_crafty/186_crafty.exec External/SPEC/CINT2000/197_parser/197_parser.compile External/SPEC/CINT2000/197_parser/197_parser.exec External/SPEC/CINT2000/252_eon/252_eon.compile External/SPEC/CINT2000/252_eon/252_eon.exec External/SPEC/CINT2000/253_perlbmk/253_perlbmk.compile External/SPEC/CINT2000/253_perlbmk/253_perlbmk.exec External/SPEC/CINT2000/254_gap/254_gap.compile External/SPEC/CINT2000/254_gap/254_gap.exec External/SPEC/CINT2000/255_vortex/255_vortex.compile External/SPEC/CINT2000/255_vortex/255_vortex.exec External/SPEC/CINT2000/256_bzip2/256_bzip2.compile External/SPEC/CINT2000/256_bzip2/256_bzip2.exec External/SPEC/CINT2000/300_twolf/300_twolf.compile External/SPEC/CINT2000/300_twolf/300_twolf.exec External/SPEC/CINT2006/400_perlbench/400_perlbench.compile External/SPEC/CINT2006/400_perlbench/400_perlbench.exec External/SPEC/CINT2006/401_bzip2/401_bzip2.compile External/SPEC/CINT2006/401_bzip2/401_bzip2.exec External/SPEC/CINT2006/429_mcf/429_mcf.compile External/SPEC/CINT2006/429_mcf/429_mcf.exec External/SPEC/CINT2006/445_gobmk/445_gobmk.compile External/SPEC/CINT2006/445_gobmk/445_gobmk.exec External/SPEC/CINT2006/456_hmmer/456_hmmer.compile External/SPEC/CINT2006/456_hmmer/456_hmmer.exec External/SPEC/CINT2006/462_libquantum/462_libquantum.compile External/SPEC/CINT2006/462_libquantum/462_libquantum.exec External/SPEC/CINT2006/464_h264ref/464_h264ref.compile External/SPEC/CINT2006/464_h264ref/464_h264ref.exec External/SPEC/CINT2006/471_omnetpp/471_omnetpp.compile External/SPEC/CINT2006/471_omnetpp/471_omnetpp.exec External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.compile External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec External/SPEC/CINT95/099_go/099_go.compile External/SPEC/CINT95/099_go/099_go.exec External/SPEC/CINT95/124_m88ksim/124_m88ksim.compile External/SPEC/CINT95/124_m88ksim/124_m88ksim.exec External/SPEC/CINT95/129_compress/129_compress.compile External/SPEC/CINT95/129_compress/129_compress.exec External/SPEC/CINT95/130_li/130_li.compile External/SPEC/CINT95/130_li/130_li.exec External/SPEC/CINT95/132_ijpeg/132_ijpeg.compile External/SPEC/CINT95/132_ijpeg/132_ijpeg.exec External/SPEC/CINT95/134_perl/134_perl.compile External/SPEC/CINT95/134_perl/134_perl.exec External/SPEC/CINT95/147_vortex/147_vortex.compile External/SPEC/CINT95/147_vortex/147_vortex.exec External/skidmarks10/skidmarks.Ellipticrypt.exec External/skidmarks10/skidmarks.FFT.exec External/skidmarks10/skidmarks.IntToFloat.exec External/skidmarks10/skidmarks.MDCT.exec External/skidmarks10/skidmarks.MPEG.exec External/skidmarks10/skidmarks.ParseVid.exec External/skidmarks10/skidmarks.PixBlend.exec External/skidmarks10/skidmarks.Q3.exec External/skidmarks10/skidmarks.Quicksort.exec External/skidmarks10/skidmarks.Rijndael.exec External/skidmarks10/skidmarks.VolInt.exec External/skidmarks10/skidmarks.compile External/skidmarks10/skidmarks.exec MultiSource/Applications/Burg/burg.compile MultiSource/Applications/Burg/burg.exec MultiSource/Applications/ClamAV/clamscan.compile MultiSource/Applications/ClamAV/clamscan.exec MultiSource/Applications/JM/ldecod/ldecod.compile MultiSource/Applications/JM/ldecod/ldecod.exec MultiSource/Applications/JM/lencod/lencod.compile MultiSource/Applications/JM/lencod/lencod.exec MultiSource/Applications/SIBsim4/SIBsim4.compile MultiSource/Applications/SIBsim4/SIBsim4.exec MultiSource/Applications/SPASS/SPASS.compile MultiSource/Applications/SPASS/SPASS.exec MultiSource/Applications/aha/aha.compile MultiSource/Applications/aha/aha.exec MultiSource/Applications/d/make_dparser.compile MultiSource/Applications/d/make_dparser.exec MultiSource/Applications/hbd/hbd.compile MultiSource/Applications/hbd/hbd.exec MultiSource/Applications/hexxagon/hexxagon.compile MultiSource/Applications/hexxagon/hexxagon.exec MultiSource/Applications/kimwitu++/kc.compile MultiSource/Applications/kimwitu++/kc.exec MultiSource/Applications/lambda-0_1_3/lambda.compile MultiSource/Applications/lambda-0_1_3/lambda.exec MultiSource/Applications/lemon/lemon.compile MultiSource/Applications/lemon/lemon.exec MultiSource/Applications/minisat/minisat.compile MultiSource/Applications/minisat/minisat.exec MultiSource/Applications/oggenc/oggenc.compile MultiSource/Applications/oggenc/oggenc.exec MultiSource/Applications/sgefa/sgefa.compile MultiSource/Applications/sgefa/sgefa.exec MultiSource/Applications/siod/siod.compile MultiSource/Applications/siod/siod.exec MultiSource/Applications/spiff/spiff.compile MultiSource/Applications/spiff/spiff.exec MultiSource/Applications/sqlite3/sqlite3.compile MultiSource/Applications/sqlite3/sqlite3.exec MultiSource/Applications/treecc/treecc.compile MultiSource/Applications/treecc/treecc.exec MultiSource/Applications/viterbi/viterbi.compile MultiSource/Applications/viterbi/viterbi.exec MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.compile MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.exec MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk.compile MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk.exec MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk.compile MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk.exec MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk.compile MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk.exec MultiSource/Benchmarks/BitBench/drop3/drop3.compile MultiSource/Benchmarks/BitBench/drop3/drop3.exec MultiSource/Benchmarks/BitBench/five11/five11.compile MultiSource/Benchmarks/BitBench/five11/five11.exec MultiSource/Benchmarks/BitBench/uudecode/uudecode.compile MultiSource/Benchmarks/BitBench/uudecode/uudecode.exec MultiSource/Benchmarks/BitBench/uuencode/uuencode.compile MultiSource/Benchmarks/BitBench/uuencode/uuencode.exec MultiSource/Benchmarks/Bullet/bullet.compile MultiSource/Benchmarks/Bullet/bullet.exec MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.compile MultiSource/Benchmarks/Fhourstones-3_1/fhourstones3_1.exec MultiSource/Benchmarks/Fhourstones/fhourstones.compile MultiSource/Benchmarks/Fhourstones/fhourstones.exec MultiSource/Benchmarks/FreeBench/analyzer/analyzer.compile MultiSource/Benchmarks/FreeBench/analyzer/analyzer.exec MultiSource/Benchmarks/FreeBench/distray/distray.compile MultiSource/Benchmarks/FreeBench/distray/distray.exec MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow.compile MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow.exec MultiSource/Benchmarks/FreeBench/mason/mason.compile MultiSource/Benchmarks/FreeBench/mason/mason.exec MultiSource/Benchmarks/FreeBench/neural/neural.compile MultiSource/Benchmarks/FreeBench/neural/neural.exec MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2.compile MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2.exec MultiSource/Benchmarks/FreeBench/pifft/pifft.compile MultiSource/Benchmarks/FreeBench/pifft/pifft.exec MultiSource/Benchmarks/MallocBench/cfrac/cfrac.compile MultiSource/Benchmarks/MallocBench/cfrac/cfrac.exec MultiSource/Benchmarks/MallocBench/espresso/espresso.compile MultiSource/Benchmarks/MallocBench/espresso/espresso.exec MultiSource/Benchmarks/MallocBench/gs/gs.compile MultiSource/Benchmarks/MallocBench/gs/gs.exec MultiSource/Benchmarks/McCat/01-qbsort/qbsort.compile MultiSource/Benchmarks/McCat/01-qbsort/qbsort.exec MultiSource/Benchmarks/McCat/03-testtrie/testtrie.compile MultiSource/Benchmarks/McCat/03-testtrie/testtrie.exec MultiSource/Benchmarks/McCat/04-bisect/bisect.compile MultiSource/Benchmarks/McCat/04-bisect/bisect.exec MultiSource/Benchmarks/McCat/05-eks/eks.compile MultiSource/Benchmarks/McCat/05-eks/eks.exec MultiSource/Benchmarks/McCat/08-main/main.compile MultiSource/Benchmarks/McCat/08-main/main.exec MultiSource/Benchmarks/McCat/09-vor/vor.compile MultiSource/Benchmarks/McCat/09-vor/vor.exec MultiSource/Benchmarks/McCat/12-IOtest/iotest.compile MultiSource/Benchmarks/McCat/12-IOtest/iotest.exec MultiSource/Benchmarks/McCat/15-trie/trie.compile MultiSource/Benchmarks/McCat/15-trie/trie.exec MultiSource/Benchmarks/McCat/17-bintr/bintr.compile MultiSource/Benchmarks/McCat/17-bintr/bintr.exec MultiSource/Benchmarks/McCat/18-imp/imp.compile MultiSource/Benchmarks/McCat/18-imp/imp.exec MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath.compile MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath.exec MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.compile MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.exec MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan.compile MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan.exec MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.compile MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.exec MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.compile MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame.exec MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset.compile MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset.exec MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra.compile MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra.exec MultiSource/Benchmarks/MiBench/network-patricia/network-patricia.compile MultiSource/Benchmarks/MiBench/network-patricia/network-patricia.exec MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch.compile MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch.exec MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish.compile MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish.exec MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael.compile MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael.exec MultiSource/Benchmarks/MiBench/security-sha/security-sha.compile MultiSource/Benchmarks/MiBench/security-sha/security-sha.exec MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32.compile MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32.exec MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.compile MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.exec MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm.compile MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm.exec MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm.compile MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm.exec MultiSource/Benchmarks/NPB-serial/is/is.compile MultiSource/Benchmarks/NPB-serial/is/is.exec MultiSource/Benchmarks/Olden/bh/bh.compile MultiSource/Benchmarks/Olden/bh/bh.exec MultiSource/Benchmarks/Olden/bisort/bisort.compile MultiSource/Benchmarks/Olden/bisort/bisort.exec MultiSource/Benchmarks/Olden/em3d/em3d.compile MultiSource/Benchmarks/Olden/em3d/em3d.exec MultiSource/Benchmarks/Olden/health/health.compile MultiSource/Benchmarks/Olden/health/health.exec MultiSource/Benchmarks/Olden/mst/mst.compile MultiSource/Benchmarks/Olden/mst/mst.exec MultiSource/Benchmarks/Olden/perimeter/perimeter.compile MultiSource/Benchmarks/Olden/perimeter/perimeter.exec MultiSource/Benchmarks/Olden/power/power.compile MultiSource/Benchmarks/Olden/power/power.exec MultiSource/Benchmarks/Olden/treeadd/treeadd.compile MultiSource/Benchmarks/Olden/treeadd/treeadd.exec MultiSource/Benchmarks/Olden/tsp/tsp.compile MultiSource/Benchmarks/Olden/tsp/tsp.exec MultiSource/Benchmarks/Olden/voronoi/voronoi.compile MultiSource/Benchmarks/Olden/voronoi/voronoi.exec MultiSource/Benchmarks/PAQ8p/paq8p.compile MultiSource/Benchmarks/PAQ8p/paq8p.exec MultiSource/Benchmarks/Prolangs-C++/NP/np.compile MultiSource/Benchmarks/Prolangs-C++/NP/np.exec MultiSource/Benchmarks/Prolangs-C++/city/city.compile MultiSource/Benchmarks/Prolangs-C++/city/city.exec MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1.compile MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1.exec MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2.compile MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2.exec MultiSource/Benchmarks/Prolangs-C++/employ/employ.compile MultiSource/Benchmarks/Prolangs-C++/employ/employ.exec MultiSource/Benchmarks/Prolangs-C++/family/family.compile MultiSource/Benchmarks/Prolangs-C++/family/family.exec MultiSource/Benchmarks/Prolangs-C++/fsm/fsm.compile MultiSource/Benchmarks/Prolangs-C++/fsm/fsm.exec MultiSource/Benchmarks/Prolangs-C++/garage/garage.compile MultiSource/Benchmarks/Prolangs-C++/garage/garage.exec MultiSource/Benchmarks/Prolangs-C++/life/life.compile MultiSource/Benchmarks/Prolangs-C++/life/life.exec MultiSource/Benchmarks/Prolangs-C++/objects/objects.compile MultiSource/Benchmarks/Prolangs-C++/objects/objects.exec MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.compile MultiSource/Benchmarks/Prolangs-C++/ocean/ocean.exec MultiSource/Benchmarks/Prolangs-C++/office/office.compile MultiSource/Benchmarks/Prolangs-C++/office/office.exec MultiSource/Benchmarks/Prolangs-C++/primes/primes.compile MultiSource/Benchmarks/Prolangs-C++/primes/primes.exec MultiSource/Benchmarks/Prolangs-C++/shapes/shapes.compile MultiSource/Benchmarks/Prolangs-C++/shapes/shapes.exec MultiSource/Benchmarks/Prolangs-C++/simul/simul.compile MultiSource/Benchmarks/Prolangs-C++/simul/simul.exec MultiSource/Benchmarks/Prolangs-C++/trees/trees.compile MultiSource/Benchmarks/Prolangs-C++/trees/trees.exec MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc.compile MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc.exec MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.compile MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.exec MultiSource/Benchmarks/Prolangs-C/agrep/agrep.compile MultiSource/Benchmarks/Prolangs-C/agrep/agrep.exec MultiSource/Benchmarks/Prolangs-C/allroots/allroots.compile MultiSource/Benchmarks/Prolangs-C/allroots/allroots.exec MultiSource/Benchmarks/Prolangs-C/assembler/assembler.compile MultiSource/Benchmarks/Prolangs-C/assembler/assembler.exec MultiSource/Benchmarks/Prolangs-C/bison/mybison.compile MultiSource/Benchmarks/Prolangs-C/bison/mybison.exec MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.compile MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl.exec MultiSource/Benchmarks/Prolangs-C/compiler/compiler.compile MultiSource/Benchmarks/Prolangs-C/compiler/compiler.exec MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput.compile MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput.exec MultiSource/Benchmarks/Prolangs-C/football/football.compile MultiSource/Benchmarks/Prolangs-C/football/football.exec MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo.compile MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo.exec MultiSource/Benchmarks/Prolangs-C/loader/loader.compile MultiSource/Benchmarks/Prolangs-C/loader/loader.exec MultiSource/Benchmarks/Prolangs-C/simulator/simulator.compile MultiSource/Benchmarks/Prolangs-C/simulator/simulator.exec MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail.compile MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail.exec MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.compile MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.exec MultiSource/Benchmarks/Ptrdist/anagram/anagram.compile MultiSource/Benchmarks/Ptrdist/anagram/anagram.exec MultiSource/Benchmarks/Ptrdist/bc/bc.compile MultiSource/Benchmarks/Ptrdist/bc/bc.exec MultiSource/Benchmarks/Ptrdist/ft/ft.compile MultiSource/Benchmarks/Ptrdist/ft/ft.exec MultiSource/Benchmarks/Ptrdist/ks/ks.compile MultiSource/Benchmarks/Ptrdist/ks/ks.exec MultiSource/Benchmarks/Ptrdist/yacr2/yacr2.compile MultiSource/Benchmarks/Ptrdist/yacr2/yacr2.exec MultiSource/Benchmarks/SciMark2-C/scimark2.compile MultiSource/Benchmarks/SciMark2-C/scimark2.exec MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des.compile MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des.exec MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.compile MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.exec MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1.compile MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1.exec MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4.compile MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4.exec MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc.compile MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc.exec MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url.compile MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url.exec MultiSource/Benchmarks/VersaBench/8b10b/8b10b.compile MultiSource/Benchmarks/VersaBench/8b10b/8b10b.exec MultiSource/Benchmarks/VersaBench/beamformer/beamformer.compile MultiSource/Benchmarks/VersaBench/beamformer/beamformer.exec MultiSource/Benchmarks/VersaBench/bmm/bmm.compile MultiSource/Benchmarks/VersaBench/bmm/bmm.exec MultiSource/Benchmarks/VersaBench/dbms/dbms.compile MultiSource/Benchmarks/VersaBench/dbms/dbms.exec MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes.compile MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes.exec MultiSource/Benchmarks/llubenchmark/llu.compile MultiSource/Benchmarks/llubenchmark/llu.exec MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio.compile MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio.exec MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio.compile MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio.exec MultiSource/Benchmarks/mediabench/g721/g721encode/encode.compile MultiSource/Benchmarks/mediabench/g721/g721encode/encode.exec MultiSource/Benchmarks/mediabench/gsm/toast/toast.compile MultiSource/Benchmarks/mediabench/gsm/toast/toast.exec MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.compile MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.exec MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode.compile MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode.exec MultiSource/Benchmarks/sim/sim.compile MultiSource/Benchmarks/sim/sim.exec MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.compile MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4.exec SingleSource/Benchmarks/Adobe-C++/functionobjects.compile SingleSource/Benchmarks/Adobe-C++/functionobjects.exec SingleSource/Benchmarks/Adobe-C++/loop_unroll.compile SingleSource/Benchmarks/Adobe-C++/loop_unroll.exec SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding.compile SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding.exec SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant.compile SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant.exec SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction.compile SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction.exec SingleSource/Benchmarks/Adobe-C++/stepanov_vector.compile SingleSource/Benchmarks/Adobe-C++/stepanov_vector.exec SingleSource/Benchmarks/BenchmarkGame/Large/fasta.compile SingleSource/Benchmarks/BenchmarkGame/Large/fasta.exec SingleSource/Benchmarks/BenchmarkGame/fannkuch.compile SingleSource/Benchmarks/BenchmarkGame/fannkuch.exec SingleSource/Benchmarks/BenchmarkGame/n-body.compile SingleSource/Benchmarks/BenchmarkGame/n-body.exec SingleSource/Benchmarks/BenchmarkGame/nsieve-bits.compile SingleSource/Benchmarks/BenchmarkGame/nsieve-bits.exec SingleSource/Benchmarks/BenchmarkGame/partialsums.compile SingleSource/Benchmarks/BenchmarkGame/partialsums.exec SingleSource/Benchmarks/BenchmarkGame/puzzle.compile SingleSource/Benchmarks/BenchmarkGame/puzzle.exec SingleSource/Benchmarks/BenchmarkGame/recursive.compile SingleSource/Benchmarks/BenchmarkGame/recursive.exec SingleSource/Benchmarks/BenchmarkGame/spectral-norm.compile SingleSource/Benchmarks/BenchmarkGame/spectral-norm.exec SingleSource/Benchmarks/CoyoteBench/almabench.compile SingleSource/Benchmarks/CoyoteBench/almabench.exec SingleSource/Benchmarks/CoyoteBench/fftbench.compile SingleSource/Benchmarks/CoyoteBench/fftbench.exec SingleSource/Benchmarks/CoyoteBench/huffbench.compile SingleSource/Benchmarks/CoyoteBench/huffbench.exec SingleSource/Benchmarks/CoyoteBench/lpbench.compile SingleSource/Benchmarks/CoyoteBench/lpbench.exec SingleSource/Benchmarks/Dhrystone/dry.compile SingleSource/Benchmarks/Dhrystone/dry.exec SingleSource/Benchmarks/Dhrystone/fldry.compile SingleSource/Benchmarks/Dhrystone/fldry.exec SingleSource/Benchmarks/McGill/chomp.compile SingleSource/Benchmarks/McGill/chomp.exec SingleSource/Benchmarks/McGill/exptree.compile SingleSource/Benchmarks/McGill/exptree.exec SingleSource/Benchmarks/McGill/misr.compile SingleSource/Benchmarks/McGill/misr.exec SingleSource/Benchmarks/McGill/queens.compile SingleSource/Benchmarks/McGill/queens.exec SingleSource/Benchmarks/Misc-C++-EH/spirit.compile SingleSource/Benchmarks/Misc-C++-EH/spirit.exec SingleSource/Benchmarks/Misc-C++/Large/ray.compile SingleSource/Benchmarks/Misc-C++/Large/ray.exec SingleSource/Benchmarks/Misc-C++/Large/sphereflake.compile SingleSource/Benchmarks/Misc-C++/Large/sphereflake.exec SingleSource/Benchmarks/Misc-C++/bigfib.compile SingleSource/Benchmarks/Misc-C++/bigfib.exec SingleSource/Benchmarks/Misc-C++/mandel-text.compile SingleSource/Benchmarks/Misc-C++/mandel-text.exec SingleSource/Benchmarks/Misc-C++/oopack_v1p8.compile SingleSource/Benchmarks/Misc-C++/oopack_v1p8.exec SingleSource/Benchmarks/Misc-C++/stepanov_container.compile SingleSource/Benchmarks/Misc-C++/stepanov_container.exec SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.compile SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.exec SingleSource/Benchmarks/Misc/ReedSolomon.compile SingleSource/Benchmarks/Misc/ReedSolomon.exec SingleSource/Benchmarks/Misc/dt.compile SingleSource/Benchmarks/Misc/dt.exec SingleSource/Benchmarks/Misc/fbench.compile SingleSource/Benchmarks/Misc/fbench.exec SingleSource/Benchmarks/Misc/ffbench.compile SingleSource/Benchmarks/Misc/ffbench.exec SingleSource/Benchmarks/Misc/flops-1.compile SingleSource/Benchmarks/Misc/flops-1.exec SingleSource/Benchmarks/Misc/flops-2.compile SingleSource/Benchmarks/Misc/flops-2.exec SingleSource/Benchmarks/Misc/flops-3.compile SingleSource/Benchmarks/Misc/flops-3.exec SingleSource/Benchmarks/Misc/flops-4.compile SingleSource/Benchmarks/Misc/flops-4.exec SingleSource/Benchmarks/Misc/flops-5.compile SingleSource/Benchmarks/Misc/flops-5.exec SingleSource/Benchmarks/Misc/flops-6.compile SingleSource/Benchmarks/Misc/flops-6.exec SingleSource/Benchmarks/Misc/flops-7.compile SingleSource/Benchmarks/Misc/flops-7.exec SingleSource/Benchmarks/Misc/flops-8.compile SingleSource/Benchmarks/Misc/flops-8.exec SingleSource/Benchmarks/Misc/flops.compile SingleSource/Benchmarks/Misc/flops.exec SingleSource/Benchmarks/Misc/fp-convert.compile SingleSource/Benchmarks/Misc/fp-convert.exec SingleSource/Benchmarks/Misc/himenobmtxpa.compile SingleSource/Benchmarks/Misc/himenobmtxpa.exec SingleSource/Benchmarks/Misc/lowercase.compile SingleSource/Benchmarks/Misc/lowercase.exec SingleSource/Benchmarks/Misc/mandel-2.compile SingleSource/Benchmarks/Misc/mandel-2.exec SingleSource/Benchmarks/Misc/mandel.compile SingleSource/Benchmarks/Misc/mandel.exec SingleSource/Benchmarks/Misc/oourafft.compile SingleSource/Benchmarks/Misc/oourafft.exec SingleSource/Benchmarks/Misc/perlin.compile SingleSource/Benchmarks/Misc/perlin.exec SingleSource/Benchmarks/Misc/pi.compile SingleSource/Benchmarks/Misc/pi.exec SingleSource/Benchmarks/Misc/richards_benchmark.compile SingleSource/Benchmarks/Misc/richards_benchmark.exec SingleSource/Benchmarks/Misc/salsa20.compile SingleSource/Benchmarks/Misc/salsa20.exec SingleSource/Benchmarks/Misc/whetstone.compile SingleSource/Benchmarks/Misc/whetstone.exec SingleSource/Benchmarks/Shootout-C++/ackermann.compile SingleSource/Benchmarks/Shootout-C++/ackermann.exec SingleSource/Benchmarks/Shootout-C++/ary.compile SingleSource/Benchmarks/Shootout-C++/ary.exec SingleSource/Benchmarks/Shootout-C++/ary2.compile SingleSource/Benchmarks/Shootout-C++/ary2.exec SingleSource/Benchmarks/Shootout-C++/ary3.compile SingleSource/Benchmarks/Shootout-C++/ary3.exec SingleSource/Benchmarks/Shootout-C++/except.compile SingleSource/Benchmarks/Shootout-C++/except.exec SingleSource/Benchmarks/Shootout-C++/fibo.compile SingleSource/Benchmarks/Shootout-C++/fibo.exec SingleSource/Benchmarks/Shootout-C++/hash.compile SingleSource/Benchmarks/Shootout-C++/hash.exec SingleSource/Benchmarks/Shootout-C++/hash2.compile SingleSource/Benchmarks/Shootout-C++/hash2.exec SingleSource/Benchmarks/Shootout-C++/heapsort.compile SingleSource/Benchmarks/Shootout-C++/heapsort.exec SingleSource/Benchmarks/Shootout-C++/hello.compile SingleSource/Benchmarks/Shootout-C++/hello.exec SingleSource/Benchmarks/Shootout-C++/lists.compile SingleSource/Benchmarks/Shootout-C++/lists.exec SingleSource/Benchmarks/Shootout-C++/lists1.compile SingleSource/Benchmarks/Shootout-C++/lists1.exec SingleSource/Benchmarks/Shootout-C++/matrix.compile SingleSource/Benchmarks/Shootout-C++/matrix.exec SingleSource/Benchmarks/Shootout-C++/methcall.compile SingleSource/Benchmarks/Shootout-C++/methcall.exec SingleSource/Benchmarks/Shootout-C++/moments.compile SingleSource/Benchmarks/Shootout-C++/moments.exec SingleSource/Benchmarks/Shootout-C++/nestedloop.compile SingleSource/Benchmarks/Shootout-C++/nestedloop.exec SingleSource/Benchmarks/Shootout-C++/objinst.compile SingleSource/Benchmarks/Shootout-C++/objinst.exec SingleSource/Benchmarks/Shootout-C++/random.compile SingleSource/Benchmarks/Shootout-C++/random.exec SingleSource/Benchmarks/Shootout-C++/reversefile.compile SingleSource/Benchmarks/Shootout-C++/reversefile.exec SingleSource/Benchmarks/Shootout-C++/sieve.compile SingleSource/Benchmarks/Shootout-C++/sieve.exec SingleSource/Benchmarks/Shootout-C++/spellcheck.compile SingleSource/Benchmarks/Shootout-C++/spellcheck.exec SingleSource/Benchmarks/Shootout-C++/strcat.compile SingleSource/Benchmarks/Shootout-C++/strcat.exec SingleSource/Benchmarks/Shootout-C++/sumcol.compile SingleSource/Benchmarks/Shootout-C++/sumcol.exec SingleSource/Benchmarks/Shootout-C++/wc.compile SingleSource/Benchmarks/Shootout-C++/wc.exec SingleSource/Benchmarks/Shootout-C++/wordfreq.compile SingleSource/Benchmarks/Shootout-C++/wordfreq.exec SingleSource/Benchmarks/Shootout/ackermann.compile SingleSource/Benchmarks/Shootout/ackermann.exec SingleSource/Benchmarks/Shootout/ary3.compile SingleSource/Benchmarks/Shootout/ary3.exec SingleSource/Benchmarks/Shootout/fib2.compile SingleSource/Benchmarks/Shootout/fib2.exec SingleSource/Benchmarks/Shootout/hash.compile SingleSource/Benchmarks/Shootout/hash.exec SingleSource/Benchmarks/Shootout/heapsort.compile SingleSource/Benchmarks/Shootout/heapsort.exec SingleSource/Benchmarks/Shootout/hello.compile SingleSource/Benchmarks/Shootout/hello.exec SingleSource/Benchmarks/Shootout/lists.compile SingleSource/Benchmarks/Shootout/lists.exec SingleSource/Benchmarks/Shootout/matrix.compile SingleSource/Benchmarks/Shootout/matrix.exec SingleSource/Benchmarks/Shootout/methcall.compile SingleSource/Benchmarks/Shootout/methcall.exec SingleSource/Benchmarks/Shootout/nestedloop.compile SingleSource/Benchmarks/Shootout/nestedloop.exec SingleSource/Benchmarks/Shootout/objinst.compile SingleSource/Benchmarks/Shootout/objinst.exec SingleSource/Benchmarks/Shootout/random.compile SingleSource/Benchmarks/Shootout/random.exec SingleSource/Benchmarks/Shootout/sieve.compile SingleSource/Benchmarks/Shootout/sieve.exec SingleSource/Benchmarks/Shootout/strcat.compile SingleSource/Benchmarks/Shootout/strcat.exec SingleSource/Benchmarks/Stanford/Bubblesort.compile SingleSource/Benchmarks/Stanford/Bubblesort.exec SingleSource/Benchmarks/Stanford/IntMM.compile SingleSource/Benchmarks/Stanford/IntMM.exec SingleSource/Benchmarks/Stanford/Oscar.compile SingleSource/Benchmarks/Stanford/Oscar.exec SingleSource/Benchmarks/Stanford/Perm.compile SingleSource/Benchmarks/Stanford/Perm.exec SingleSource/Benchmarks/Stanford/Puzzle.compile SingleSource/Benchmarks/Stanford/Puzzle.exec SingleSource/Benchmarks/Stanford/Queens.compile SingleSource/Benchmarks/Stanford/Queens.exec SingleSource/Benchmarks/Stanford/Quicksort.compile SingleSource/Benchmarks/Stanford/Quicksort.exec SingleSource/Benchmarks/Stanford/RealMM.compile SingleSource/Benchmarks/Stanford/RealMM.exec SingleSource/Benchmarks/Stanford/Towers.compile SingleSource/Benchmarks/Stanford/Towers.exec SingleSource/Benchmarks/Stanford/Treesort.compile SingleSource/Benchmarks/Stanford/Treesort.exec SingleSource/Regression/C++/2003-05-14-array-init.compile SingleSource/Regression/C++/2003-05-14-array-init.exec SingleSource/Regression/C++/2003-05-14-expr_stmt.compile SingleSource/Regression/C++/2003-05-14-expr_stmt.exec SingleSource/Regression/C++/2003-06-08-BaseType.compile SingleSource/Regression/C++/2003-06-08-BaseType.exec SingleSource/Regression/C++/2003-06-08-VirtualFunctions.compile SingleSource/Regression/C++/2003-06-08-VirtualFunctions.exec SingleSource/Regression/C++/2003-06-13-Crasher.compile SingleSource/Regression/C++/2003-06-13-Crasher.exec SingleSource/Regression/C++/2003-08-20-EnumSizeProblem.compile SingleSource/Regression/C++/2003-08-20-EnumSizeProblem.exec SingleSource/Regression/C++/2003-09-29-NonPODsByValue.compile SingleSource/Regression/C++/2003-09-29-NonPODsByValue.exec SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn.compile SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn.exec SingleSource/Regression/C++/BuiltinTypeInfo.compile SingleSource/Regression/C++/BuiltinTypeInfo.exec SingleSource/Regression/C++/EH/ConditionalExpr.compile SingleSource/Regression/C++/EH/ConditionalExpr.exec SingleSource/Regression/C++/EH/ctor_dtor_count-2.compile SingleSource/Regression/C++/EH/ctor_dtor_count-2.exec SingleSource/Regression/C++/EH/ctor_dtor_count.compile SingleSource/Regression/C++/EH/ctor_dtor_count.exec SingleSource/Regression/C++/EH/dead_try_block.compile SingleSource/Regression/C++/EH/dead_try_block.exec SingleSource/Regression/C++/EH/exception_spec_test.compile SingleSource/Regression/C++/EH/exception_spec_test.exec SingleSource/Regression/C++/EH/function_try_block.compile SingleSource/Regression/C++/EH/function_try_block.exec SingleSource/Regression/C++/EH/inlined_cleanup.compile SingleSource/Regression/C++/EH/inlined_cleanup.exec SingleSource/Regression/C++/EH/simple_rethrow.compile SingleSource/Regression/C++/EH/simple_rethrow.exec SingleSource/Regression/C++/EH/simple_throw.compile SingleSource/Regression/C++/EH/simple_throw.exec SingleSource/Regression/C++/EH/throw_rethrow_test.compile SingleSource/Regression/C++/EH/throw_rethrow_test.exec SingleSource/Regression/C++/fixups.compile SingleSource/Regression/C++/fixups.exec SingleSource/Regression/C++/global_ctor.compile SingleSource/Regression/C++/global_ctor.exec SingleSource/Regression/C++/global_type.compile SingleSource/Regression/C++/global_type.exec SingleSource/Regression/C++/ofstream_ctor.compile SingleSource/Regression/C++/ofstream_ctor.exec SingleSource/Regression/C++/pointer_member.compile SingleSource/Regression/C++/pointer_member.exec SingleSource/Regression/C++/pointer_method.compile SingleSource/Regression/C++/pointer_method.exec SingleSource/Regression/C++/pointer_method2.compile SingleSource/Regression/C++/pointer_method2.exec SingleSource/Regression/C++/short_circuit_dtor.compile SingleSource/Regression/C++/short_circuit_dtor.exec SingleSource/Regression/C/2003-05-14-initialize-string.compile SingleSource/Regression/C/2003-05-14-initialize-string.exec SingleSource/Regression/C/2003-05-21-BitfieldHandling.compile SingleSource/Regression/C/2003-05-21-BitfieldHandling.exec SingleSource/Regression/C/2003-05-21-UnionBitfields.compile SingleSource/Regression/C/2003-05-21-UnionBitfields.exec SingleSource/Regression/C/2003-05-21-UnionTest.compile SingleSource/Regression/C/2003-05-21-UnionTest.exec SingleSource/Regression/C/2003-05-22-LocalTypeTest.compile SingleSource/Regression/C/2003-05-22-LocalTypeTest.exec SingleSource/Regression/C/2003-05-22-VarSizeArray.compile SingleSource/Regression/C/2003-05-22-VarSizeArray.exec SingleSource/Regression/C/2003-05-23-TransparentUnion.compile SingleSource/Regression/C/2003-05-23-TransparentUnion.exec SingleSource/Regression/C/2003-06-16-InvalidInitializer.compile SingleSource/Regression/C/2003-06-16-InvalidInitializer.exec SingleSource/Regression/C/2003-06-16-VolatileError.compile SingleSource/Regression/C/2003-06-16-VolatileError.exec SingleSource/Regression/C/2003-10-12-GlobalVarInitializers.compile SingleSource/Regression/C/2003-10-12-GlobalVarInitializers.exec SingleSource/Regression/C/2004-02-03-AggregateCopy.compile SingleSource/Regression/C/2004-02-03-AggregateCopy.exec SingleSource/Regression/C/2004-03-15-IndirectGoto.compile SingleSource/Regression/C/2004-03-15-IndirectGoto.exec SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.compile SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.exec SingleSource/Regression/C/2005-05-06-LongLongSignedShift.compile SingleSource/Regression/C/2005-05-06-LongLongSignedShift.exec SingleSource/Regression/C/2008-01-07-LongDouble.compile SingleSource/Regression/C/2008-01-07-LongDouble.exec SingleSource/Regression/C/ConstructorDestructorAttributes.compile SingleSource/Regression/C/ConstructorDestructorAttributes.exec SingleSource/Regression/C/DuffsDevice.compile SingleSource/Regression/C/DuffsDevice.exec SingleSource/Regression/C/PR1386.compile SingleSource/Regression/C/PR1386.exec SingleSource/Regression/C/PR491.compile SingleSource/Regression/C/PR491.exec SingleSource/Regression/C/PR640.compile SingleSource/Regression/C/PR640.exec SingleSource/Regression/C/badidx.compile SingleSource/Regression/C/badidx.exec SingleSource/Regression/C/bigstack.compile SingleSource/Regression/C/bigstack.exec SingleSource/Regression/C/callargs.compile SingleSource/Regression/C/callargs.exec SingleSource/Regression/C/casts.compile SingleSource/Regression/C/casts.exec SingleSource/Regression/C/globalrefs.compile SingleSource/Regression/C/globalrefs.exec SingleSource/Regression/C/matrixTranspose.compile SingleSource/Regression/C/matrixTranspose.exec SingleSource/Regression/C/pointer_arithmetic.compile SingleSource/Regression/C/pointer_arithmetic.exec SingleSource/Regression/C/sumarray.compile SingleSource/Regression/C/sumarray.exec SingleSource/Regression/C/sumarray2d.compile SingleSource/Regression/C/sumarray2d.exec SingleSource/Regression/C/sumarraymalloc.compile SingleSource/Regression/C/sumarraymalloc.exec SingleSource/Regression/C/test_indvars.compile SingleSource/Regression/C/test_indvars.exec SingleSource/Regression/C/testtrace.compile SingleSource/Regression/C/testtrace.exec SingleSource/Regression/C/uint64_to_float.compile SingleSource/Regression/C/uint64_to_float.exec SingleSource/UnitTests/2002-04-17-PrintfChar.compile SingleSource/UnitTests/2002-04-17-PrintfChar.exec SingleSource/UnitTests/2002-05-02-ArgumentTest.compile SingleSource/UnitTests/2002-05-02-ArgumentTest.exec SingleSource/UnitTests/2002-05-02-CastTest.compile SingleSource/UnitTests/2002-05-02-CastTest.exec SingleSource/UnitTests/2002-05-02-CastTest1.compile SingleSource/UnitTests/2002-05-02-CastTest1.exec SingleSource/UnitTests/2002-05-02-CastTest2.compile SingleSource/UnitTests/2002-05-02-CastTest2.exec SingleSource/UnitTests/2002-05-02-CastTest3.compile SingleSource/UnitTests/2002-05-02-CastTest3.exec SingleSource/UnitTests/2002-05-02-ManyArguments.compile SingleSource/UnitTests/2002-05-02-ManyArguments.exec SingleSource/UnitTests/2002-05-03-NotTest.compile SingleSource/UnitTests/2002-05-03-NotTest.exec SingleSource/UnitTests/2002-05-19-DivTest.compile SingleSource/UnitTests/2002-05-19-DivTest.exec SingleSource/UnitTests/2002-08-02-CastTest.compile SingleSource/UnitTests/2002-08-02-CastTest.exec SingleSource/UnitTests/2002-08-02-CastTest2.compile SingleSource/UnitTests/2002-08-02-CastTest2.exec SingleSource/UnitTests/2002-08-19-CodegenBug.compile SingleSource/UnitTests/2002-08-19-CodegenBug.exec SingleSource/UnitTests/2002-10-09-ArrayResolution.compile SingleSource/UnitTests/2002-10-09-ArrayResolution.exec SingleSource/UnitTests/2002-10-12-StructureArgs.compile SingleSource/UnitTests/2002-10-12-StructureArgs.exec SingleSource/UnitTests/2002-10-12-StructureArgsSimple.compile SingleSource/UnitTests/2002-10-12-StructureArgsSimple.exec SingleSource/UnitTests/2002-10-13-BadLoad.compile SingleSource/UnitTests/2002-10-13-BadLoad.exec SingleSource/UnitTests/2002-12-13-MishaTest.compile SingleSource/UnitTests/2002-12-13-MishaTest.exec SingleSource/UnitTests/2003-04-22-Switch.compile SingleSource/UnitTests/2003-04-22-Switch.exec SingleSource/UnitTests/2003-05-02-DependentPHI.compile SingleSource/UnitTests/2003-05-02-DependentPHI.exec SingleSource/UnitTests/2003-05-07-VarArgs.compile SingleSource/UnitTests/2003-05-07-VarArgs.exec SingleSource/UnitTests/2003-05-12-MinIntProblem.compile SingleSource/UnitTests/2003-05-12-MinIntProblem.exec SingleSource/UnitTests/2003-05-14-AtExit.compile SingleSource/UnitTests/2003-05-14-AtExit.exec SingleSource/UnitTests/2003-05-26-Shorts.compile SingleSource/UnitTests/2003-05-26-Shorts.exec SingleSource/UnitTests/2003-05-31-CastToBool.compile SingleSource/UnitTests/2003-05-31-CastToBool.exec SingleSource/UnitTests/2003-05-31-LongShifts.compile SingleSource/UnitTests/2003-05-31-LongShifts.exec SingleSource/UnitTests/2003-07-06-IntOverflow.compile SingleSource/UnitTests/2003-07-06-IntOverflow.exec SingleSource/UnitTests/2003-07-08-BitOpsTest.compile SingleSource/UnitTests/2003-07-08-BitOpsTest.exec SingleSource/UnitTests/2003-07-09-LoadShorts.compile SingleSource/UnitTests/2003-07-09-LoadShorts.exec SingleSource/UnitTests/2003-07-09-SignedArgs.compile SingleSource/UnitTests/2003-07-09-SignedArgs.exec SingleSource/UnitTests/2003-07-10-SignConversions.compile SingleSource/UnitTests/2003-07-10-SignConversions.exec SingleSource/UnitTests/2003-08-05-CastFPToUint.compile SingleSource/UnitTests/2003-08-05-CastFPToUint.exec SingleSource/UnitTests/2003-08-11-VaListArg.compile SingleSource/UnitTests/2003-08-11-VaListArg.exec SingleSource/UnitTests/2003-08-20-FoldBug.compile SingleSource/UnitTests/2003-08-20-FoldBug.exec SingleSource/UnitTests/2003-09-18-BitFieldTest.compile SingleSource/UnitTests/2003-09-18-BitFieldTest.exec SingleSource/UnitTests/2003-10-13-SwitchTest.compile SingleSource/UnitTests/2003-10-13-SwitchTest.exec SingleSource/UnitTests/2003-10-29-ScalarReplBug.compile SingleSource/UnitTests/2003-10-29-ScalarReplBug.exec SingleSource/UnitTests/2004-02-02-NegativeZero.compile SingleSource/UnitTests/2004-02-02-NegativeZero.exec SingleSource/UnitTests/2004-06-20-StaticBitfieldInit.compile SingleSource/UnitTests/2004-06-20-StaticBitfieldInit.exec SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.compile SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.exec SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.compile SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls.exec SingleSource/UnitTests/2005-05-12-Int64ToFP.compile SingleSource/UnitTests/2005-05-12-Int64ToFP.exec SingleSource/UnitTests/2005-05-13-SDivTwo.compile SingleSource/UnitTests/2005-05-13-SDivTwo.exec SingleSource/UnitTests/2005-07-15-Bitfield-ABI.compile SingleSource/UnitTests/2005-07-15-Bitfield-ABI.exec SingleSource/UnitTests/2005-07-17-INT-To-FP.compile SingleSource/UnitTests/2005-07-17-INT-To-FP.exec SingleSource/UnitTests/2005-11-29-LongSwitch.compile SingleSource/UnitTests/2005-11-29-LongSwitch.exec SingleSource/UnitTests/2006-01-23-UnionInit.compile SingleSource/UnitTests/2006-01-23-UnionInit.exec SingleSource/UnitTests/2006-01-29-SimpleIndirectCall.compile SingleSource/UnitTests/2006-01-29-SimpleIndirectCall.exec SingleSource/UnitTests/2006-02-04-DivRem.compile SingleSource/UnitTests/2006-02-04-DivRem.exec SingleSource/UnitTests/2006-12-01-float_varg.compile SingleSource/UnitTests/2006-12-01-float_varg.exec SingleSource/UnitTests/2006-12-04-DynAllocAndRestore.compile SingleSource/UnitTests/2006-12-04-DynAllocAndRestore.exec SingleSource/UnitTests/2006-12-07-Compare64BitConstant.compile SingleSource/UnitTests/2006-12-07-Compare64BitConstant.exec SingleSource/UnitTests/2006-12-11-LoadConstants.compile SingleSource/UnitTests/2006-12-11-LoadConstants.exec SingleSource/UnitTests/2007-01-04-KNR-Args.compile SingleSource/UnitTests/2007-01-04-KNR-Args.exec SingleSource/UnitTests/2007-03-02-VaCopy.compile SingleSource/UnitTests/2007-03-02-VaCopy.exec SingleSource/UnitTests/2007-04-10-BitfieldTest.compile SingleSource/UnitTests/2007-04-10-BitfieldTest.exec SingleSource/UnitTests/2008-04-18-LoopBug.compile SingleSource/UnitTests/2008-04-18-LoopBug.exec SingleSource/UnitTests/2008-04-20-LoopBug2.compile SingleSource/UnitTests/2008-04-20-LoopBug2.exec SingleSource/UnitTests/2008-07-13-InlineSetjmp.compile SingleSource/UnitTests/2008-07-13-InlineSetjmp.exec SingleSource/UnitTests/2009-04-16-BitfieldInitialization.compile SingleSource/UnitTests/2009-04-16-BitfieldInitialization.exec SingleSource/UnitTests/2009-12-07-StructReturn.compile SingleSource/UnitTests/2009-12-07-StructReturn.exec SingleSource/UnitTests/2010-05-24-BitfieldTest.compile SingleSource/UnitTests/2010-05-24-BitfieldTest.exec SingleSource/UnitTests/AtomicOps.compile SingleSource/UnitTests/AtomicOps.exec SingleSource/UnitTests/DefaultInitDynArrays.compile SingleSource/UnitTests/DefaultInitDynArrays.exec SingleSource/UnitTests/FloatPrecision.compile SingleSource/UnitTests/FloatPrecision.exec SingleSource/UnitTests/ObjC++/Hello.compile SingleSource/UnitTests/ObjC++/Hello.exec SingleSource/UnitTests/ObjC++/property-reference.compile SingleSource/UnitTests/ObjC++/property-reference.exec SingleSource/UnitTests/ObjC++/reference-in-block-args.compile SingleSource/UnitTests/ObjC++/reference-in-block-args.exec SingleSource/UnitTests/ObjC/bitfield-access.compile SingleSource/UnitTests/ObjC/bitfield-access.exec SingleSource/UnitTests/ObjC/constant-strings.compile SingleSource/UnitTests/ObjC/constant-strings.exec SingleSource/UnitTests/ObjC/dot-syntax-1.compile SingleSource/UnitTests/ObjC/dot-syntax-1.exec SingleSource/UnitTests/ObjC/dot-syntax-2.compile SingleSource/UnitTests/ObjC/dot-syntax-2.exec SingleSource/UnitTests/ObjC/dot-syntax.compile SingleSource/UnitTests/ObjC/dot-syntax.exec SingleSource/UnitTests/ObjC/exceptions-2.compile SingleSource/UnitTests/ObjC/exceptions-2.exec SingleSource/UnitTests/ObjC/exceptions-3.compile SingleSource/UnitTests/ObjC/exceptions-3.exec SingleSource/UnitTests/ObjC/exceptions.compile SingleSource/UnitTests/ObjC/exceptions.exec SingleSource/UnitTests/ObjC/for-in.compile SingleSource/UnitTests/ObjC/for-in.exec SingleSource/UnitTests/ObjC/messages-2.compile SingleSource/UnitTests/ObjC/messages-2.exec SingleSource/UnitTests/ObjC/messages.compile SingleSource/UnitTests/ObjC/messages.exec SingleSource/UnitTests/ObjC/parameter-passing.compile SingleSource/UnitTests/ObjC/parameter-passing.exec SingleSource/UnitTests/ObjC/predefined-expr-in-method.compile SingleSource/UnitTests/ObjC/predefined-expr-in-method.exec SingleSource/UnitTests/ObjC/property.compile SingleSource/UnitTests/ObjC/property.exec SingleSource/UnitTests/ObjC/protocols.compile SingleSource/UnitTests/ObjC/protocols.exec SingleSource/UnitTests/ObjC/synchronized.compile SingleSource/UnitTests/ObjC/synchronized.exec SingleSource/UnitTests/ObjC/trivial-interface.compile SingleSource/UnitTests/ObjC/trivial-interface.exec SingleSource/UnitTests/SignlessTypes/Large/cast.compile SingleSource/UnitTests/SignlessTypes/Large/cast.exec SingleSource/UnitTests/SignlessTypes/cast-bug.compile SingleSource/UnitTests/SignlessTypes/cast-bug.exec SingleSource/UnitTests/SignlessTypes/cast2.compile SingleSource/UnitTests/SignlessTypes/cast2.exec SingleSource/UnitTests/SignlessTypes/ccc.compile SingleSource/UnitTests/SignlessTypes/ccc.exec SingleSource/UnitTests/SignlessTypes/div.compile SingleSource/UnitTests/SignlessTypes/div.exec SingleSource/UnitTests/SignlessTypes/factor.compile SingleSource/UnitTests/SignlessTypes/factor.exec SingleSource/UnitTests/SignlessTypes/rem.compile SingleSource/UnitTests/SignlessTypes/rem.exec SingleSource/UnitTests/SignlessTypes/shr.compile SingleSource/UnitTests/SignlessTypes/shr.exec SingleSource/UnitTests/StructModifyTest.compile SingleSource/UnitTests/StructModifyTest.exec SingleSource/UnitTests/TestLoop.compile SingleSource/UnitTests/TestLoop.exec SingleSource/UnitTests/Vector/build.compile SingleSource/UnitTests/Vector/build.exec SingleSource/UnitTests/Vector/build2.compile SingleSource/UnitTests/Vector/build2.exec SingleSource/UnitTests/Vector/divides.compile SingleSource/UnitTests/Vector/divides.exec SingleSource/UnitTests/Vector/multiplies.compile SingleSource/UnitTests/Vector/multiplies.exec SingleSource/UnitTests/Vector/simple.compile SingleSource/UnitTests/Vector/simple.exec SingleSource/UnitTests/Vector/sumarray-dbl.compile SingleSource/UnitTests/Vector/sumarray-dbl.exec SingleSource/UnitTests/Vector/sumarray.compile SingleSource/UnitTests/Vector/sumarray.exec SingleSource/UnitTests/block-byref-cxxobj-test.compile SingleSource/UnitTests/block-byref-cxxobj-test.exec SingleSource/UnitTests/block-call-r7674133.compile SingleSource/UnitTests/block-call-r7674133.exec SingleSource/UnitTests/block-copied-in-cxxobj-1.compile SingleSource/UnitTests/block-copied-in-cxxobj-1.exec SingleSource/UnitTests/block-copied-in-cxxobj.compile SingleSource/UnitTests/block-copied-in-cxxobj.exec SingleSource/UnitTests/blockstret.compile SingleSource/UnitTests/blockstret.exec SingleSource/UnitTests/byval-alignment.compile SingleSource/UnitTests/byval-alignment.exec SingleSource/UnitTests/conditional-gnu-ext-cxx.compile SingleSource/UnitTests/conditional-gnu-ext-cxx.exec SingleSource/UnitTests/conditional-gnu-ext.compile SingleSource/UnitTests/conditional-gnu-ext.exec SingleSource/UnitTests/initp1.compile SingleSource/UnitTests/initp1.exec SingleSource/UnitTests/printargs.compile SingleSource/UnitTests/printargs.exec SingleSource/UnitTests/stmtexpr.compile SingleSource/UnitTests/stmtexpr.exec SingleSource/UnitTests/vla.compile SingleSource/UnitTests/vla.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From llvm-testresults at cs.uiuc.edu Thu Dec 23 00:41:35 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Thu, 23 Dec 2010 02:41:35 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101223084135.98D5D2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/54/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 54, Order: 122493, Start Time: 2010-12-23 07:59:39, End Time: 2010-12-23 08:44:07 To: 53, Order: 122390, Start Time: 2010-12-22 07:57:52, End Time: 2010-12-22 08:42:29 =============== Tests Summary =============== Performance Regressions: 1 Performance Improvements: 2 Existing Failures: 1 Unchanged Tests: 943 Total Tests: 947 ============== Changes Detail ============== Performance Regressions ----------------------- MultiSource/Applications/hexxagon/hexxagon.exec: 2.87%(14.6500 => 15.0700, std. dev.: 0.0320) Performance Improvements ------------------------ MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.compile: -1.28%(4.6800 => 4.6200, std. dev.: 0.0224) External/SPEC/CINT2000/181_mcf/181_mcf.exec: -1.27%(4.7100 => 4.6500, std. dev.: 0.0000) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Thu Dec 23 12:08:01 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 23 Dec 2010 12:08:01 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101223200804.471BD13B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/351 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122513 Blamelist: lattner,rjmccall BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 23 12:38:02 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 23 Dec 2010 12:38:02 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101223203804.5088E13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/193 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 122509 Blamelist: d0k,dgregor,edwin,lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 23 13:19:18 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 23 Dec 2010 13:19:18 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101223211920.5CB5313B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/172 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122511 Blamelist: d0k,dgregor,edwin,lattner,rjmccall BUILD FAILED: failed test-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Thu Dec 23 20:07:34 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 23 Dec 2010 20:07:34 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101224040736.A4C2A13B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/380 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122537 Blamelist: akirtzidis,rjmccall,zwarich BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From daniel_dunbar at apple.com Thu Dec 23 22:05:14 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Thu, 23 Dec 2010 22:05:14 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101224060516.D6B57C694880@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6511 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122542 Blamelist: atrick,grosbach BUILD FAILED: failed make.test-suite sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/CodeGen/LatencyPriorityQueue.h include/llvm/CodeGen/ScheduleDAG.h include/llvm/CodeGen/ScheduleHazardRecognizer.h include/llvm/CodeGen/ScoreboardHazardRecognizer.h include/llvm/CodeGen/SelectionDAGISel.h include/llvm/Target/TargetInstrInfo.h include/llvm/Target/TargetInstrItineraries.h lib/CodeGen/LatencyPriorityQueue.cpp lib/CodeGen/PostRASchedulerList.cpp lib/CodeGen/ScheduleDAG.cpp lib/CodeGen/ScoreboardHazardRecognizer.cpp lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/CodeGen/TargetInstrInfoImpl.cpp lib/Target/ARM/ARMBaseInstrInfo.cpp lib/Target/ARM/ARMBaseInstrInfo.h lib/Target/ARM/ARMHazardRecognizer.cpp lib/Target/ARM/ARMHazardRecognizer.h lib/Target/ARM/ARMSubtarget.cpp lib/Target/ARM/ARMSubtarget.h lib/Target/CellSPU/SPUHazardRecognizers.cpp lib/Target/CellSPU/SPUHazardRecognizers.h lib/Target/CellSPU/SPUISelDAGToDAG.cpp lib/Target/CellSPU/SPUInstrInfo.cpp lib/Target/CellSPU/SPUInstrInfo.h lib/Target/PowerPC/PPCHazardRecognizers.cpp lib/Target/PowerPC/PPCHazardRecognizers.h lib/Target/PowerPC/PPCISelDAGToDAG.cpp lib/Target/PowerPC/PPCInstrInfo.cpp lib/Target/PowerPC/PPCInstrInfo.h At: Thu 23 Dec 2010 21:08:05 Changed By: atrick Comments: Various bits of framework needed for precise machine-level selection DAG scheduling during isel. Most new functionality is currently guarded by -enable-sched-cycles and -enable-sched-hazard. Added InstrItineraryData::IssueWidth field, currently derived from ARM itineraries, but could be initialized differently on other targets. Added ScheduleHazardRecognizer::MaxLookAhead to indicate whether it is active, and if so how many cycles of state it holds. Added SchedulingPriorityQueue::HasReadyFilter to allowing gating entry into the scheduler's available queue. ScoreboardHazardRecognizer now accesses the ScheduleDAG in order to get information about it's SUnits, provides RecedeCycle for bottom-up scheduling, correctly computes scoreboard depth, tracks IssueCount, and considers potential stall cycles when checking for hazards. ScheduleDAGRRList now models machine cycles and hazards (under flags). It tracks MinAvailableCycle, drives the hazard recognizer and priority queue's ready filter, manages a new PendingQueue, properly accounts for stall cycles, etc. Properties: File: utils/TableGen/CodeGenDAGPatterns.h At: Thu 23 Dec 2010 21:13:05 Changed By: grosbach Comments: Trailing whitespace.Properties: LOGS: Last 10 lines of 'stdio': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2544 3392 0.0882 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0762 2880 0.1040 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0506 720 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0167 1088 0.0201 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0376 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3876 656 0.0082 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0174 976 0.0304 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0661 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1521 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'report': SingleSource/UnitTests/block-copied-in-cxxobj | 0.2544 3392 0.0882 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0762 2880 0.1040 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/blockstret | 0.0506 720 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/byval-alignment | 0.0167 1088 0.0201 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0376 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/initp1 | 0.3876 656 0.0082 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0174 976 0.0304 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/stmtexpr | 0.0661 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a SingleSource/UnitTests/vla | 0.1521 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a Last 10 lines of 'fail.LLC': LLC.MultiSource/Benchmarks/Bullet/bullet Last 10 lines of 'fail.LLC_compile': LLC_compile.MultiSource/Benchmarks/Bullet/bullet Last 10 lines of 'xfail.LLC': LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xfail.LLC_compile': LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 Last 10 lines of 'xpass.LLC': LLC.SingleSource/Regression/C++/EH/ConditionalExpr Last 10 lines of 'xpass.LLC_compile': LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr From atrick at apple.com Thu Dec 23 22:15:40 2010 From: atrick at apple.com (Andrew Trick) Date: Thu, 23 Dec 2010 22:15:40 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt In-Reply-To: <0LDX00BVQ4WSTS90@postino.apple.com> References: <0LDX00BVQ4WSTS90@postino.apple.com> Message-ID: <3F61C6A1-2388-4842-A977-23A0339C6FAF@apple.com> Fixing... On Dec 23, 2010, at 10:05 PM, daniel_dunbar at apple.com wrote: > The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. > Full details are available at: > http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6511 > > Buildbot URL: http://smooshlab.apple.com:8010/ > > Buildslave for this Build: smoosh-02 > > Build Reason: > Build Source Stamp: 122542 > Blamelist: atrick,grosbach > > BUILD FAILED: failed make.test-suite > > sincerely, > -The Buildbot > > > ================================================================================ > > CHANGES: > Files: > include/llvm/CodeGen/LatencyPriorityQueue.h > include/llvm/CodeGen/ScheduleDAG.h > include/llvm/CodeGen/ScheduleHazardRecognizer.h > include/llvm/CodeGen/ScoreboardHazardRecognizer.h > include/llvm/CodeGen/SelectionDAGISel.h > include/llvm/Target/TargetInstrInfo.h > include/llvm/Target/TargetInstrItineraries.h > lib/CodeGen/LatencyPriorityQueue.cpp > lib/CodeGen/PostRASchedulerList.cpp > lib/CodeGen/ScheduleDAG.cpp > lib/CodeGen/ScoreboardHazardRecognizer.cpp > lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp > lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp > lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp > lib/CodeGen/TargetInstrInfoImpl.cpp > lib/Target/ARM/ARMBaseInstrInfo.cpp > lib/Target/ARM/ARMBaseInstrInfo.h > lib/Target/ARM/ARMHazardRecognizer.cpp > lib/Target/ARM/ARMHazardRecognizer.h > lib/Target/ARM/ARMSubtarget.cpp > lib/Target/ARM/ARMSubtarget.h > lib/Target/CellSPU/SPUHazardRecognizers.cpp > lib/Target/CellSPU/SPUHazardRecognizers.h > lib/Target/CellSPU/SPUISelDAGToDAG.cpp > lib/Target/CellSPU/SPUInstrInfo.cpp > lib/Target/CellSPU/SPUInstrInfo.h > lib/Target/PowerPC/PPCHazardRecognizers.cpp > lib/Target/PowerPC/PPCHazardRecognizers.h > lib/Target/PowerPC/PPCISelDAGToDAG.cpp > lib/Target/PowerPC/PPCInstrInfo.cpp > lib/Target/PowerPC/PPCInstrInfo.h > At: Thu 23 Dec 2010 21:08:05 > Changed By: atrick > Comments: Various bits of framework needed for precise machine-level selection > DAG scheduling during isel. Most new functionality is currently > guarded by -enable-sched-cycles and -enable-sched-hazard. > > Added InstrItineraryData::IssueWidth field, currently derived from > ARM itineraries, but could be initialized differently on other targets. > > Added ScheduleHazardRecognizer::MaxLookAhead to indicate whether it is > active, and if so how many cycles of state it holds. > > Added SchedulingPriorityQueue::HasReadyFilter to allowing gating entry > into the scheduler's available queue. > > ScoreboardHazardRecognizer now accesses the ScheduleDAG in order to > get information about it's SUnits, provides RecedeCycle for bottom-up > scheduling, correctly computes scoreboard depth, tracks IssueCount, and > considers potential stall cycles when checking for hazards. > > ScheduleDAGRRList now models machine cycles and hazards (under > flags). It tracks MinAvailableCycle, drives the hazard recognizer and > priority queue's ready filter, manages a new PendingQueue, properly > accounts for stall cycles, etc. > Properties: > > > > > File: utils/TableGen/CodeGenDAGPatterns.h > At: Thu 23 Dec 2010 21:13:05 > Changed By: grosbach > Comments: Trailing whitespace.Properties: > > > > > LOGS: > Last 10 lines of 'stdio': > SingleSource/UnitTests/block-copied-in-cxxobj | 0.2544 3392 0.0882 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0762 2880 0.1040 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/blockstret | 0.0506 720 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/byval-alignment | 0.0167 1088 0.0201 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0376 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/initp1 | 0.3876 656 0.0082 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/printargs | 0.0174 976 0.0304 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/stmtexpr | 0.0661 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/vla | 0.1521 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > > Last 10 lines of 'report': > SingleSource/UnitTests/block-copied-in-cxxobj | 0.2544 3392 0.0882 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0762 2880 0.1040 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/blockstret | 0.0506 720 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/byval-alignment | 0.0167 1088 0.0201 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/conditional-gnu-ext | 0.0240 528 0.0059 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0376 544 0.0061 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/initp1 | 0.3876 656 0.0082 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/printargs | 0.0174 976 0.0304 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/stmtexpr | 0.0661 560 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > SingleSource/UnitTests/vla | 0.1521 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a > > Last 10 lines of 'fail.LLC': > LLC.MultiSource/Benchmarks/Bullet/bullet > > Last 10 lines of 'fail.LLC_compile': > LLC_compile.MultiSource/Benchmarks/Bullet/bullet > > Last 10 lines of 'xfail.LLC': > LLC.SingleSource/UnitTests/ObjC/dot-syntax-2 > > Last 10 lines of 'xfail.LLC_compile': > LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2 > > Last 10 lines of 'xpass.LLC': > LLC.SingleSource/Regression/C++/EH/ConditionalExpr > > Last 10 lines of 'xpass.LLC_compile': > LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr > From buildbot at google1.osuosl.org Thu Dec 23 23:33:59 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Thu, 23 Dec 2010 23:33:59 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101224073402.2C8F813B2072@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/205 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122543 Blamelist: akirtzidis,atrick,grosbach,lattner,mspencer BUILD FAILED: failed make.test-suite sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Fri Dec 24 00:39:22 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Fri, 24 Dec 2010 02:39:22 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101224083922.64EBF2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/55/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 55, Order: 122545, Start Time: 2010-12-24 07:57:24, End Time: 2010-12-24 08:41:54 To: 54, Order: 122493, Start Time: 2010-12-23 07:59:39, End Time: 2010-12-23 08:44:07 =============== Tests Summary =============== Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 945 Total Tests: 947 ============== Changes Detail ============== Performance Improvements ------------------------ MultiSource/Applications/sqlite3/sqlite3.exec: -1.18%(5.0800 => 5.0200, std. dev.: 0.0183) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Fri Dec 24 14:07:27 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 24 Dec 2010 14:07:27 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101224220730.389F913B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/140 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122547 Blamelist: ddunbar BUILD FAILED: failed compile.llvm-gcc.stage2 sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Sat Dec 25 00:39:05 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sat, 25 Dec 2010 02:39:05 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101225083905.0814D2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/56/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 56, Order: 122551, Start Time: 2010-12-25 07:56:52, End Time: 2010-12-25 08:41:38 To: 55, Order: 122545, Start Time: 2010-12-24 07:57:24, End Time: 2010-12-24 08:41:54 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Sat Dec 25 12:49:39 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 25 Dec 2010 12:49:39 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101225204942.4D7A213B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/1062 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 122554 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 25 12:54:47 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 25 Dec 2010 12:54:47 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101225205450.021F1C2509AE@mail-out3.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17371 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122554 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Transforms/Utils/Local.h lib/Transforms/InstCombine/InstCombine.h lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp lib/Transforms/Utils/Local.cpp At: Sat 25 Dec 2010 12:43:05 Changed By: lattner Comments: Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5136 Expected Failures : 43 Unsupported Tests : 558 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** From daniel_dunbar at apple.com Sat Dec 25 13:06:55 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 25 Dec 2010 13:06:55 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101225210657.EC285C6E45CA@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7437 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122554 Blamelist: lattner BUILD FAILED: failed test-llvm test-llvm_1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Transforms/Utils/Local.h lib/Transforms/InstCombine/InstCombine.h lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp lib/Transforms/Utils/Local.cpp At: Sat 25 Dec 2010 12:43:05 Changed By: lattner Comments: Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5136 Expected Failures : 43 Unsupported Tests : 558 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5136 Expected Failures : 43 Unsupported Tests : 558 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-table-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** From buildbot at google1.osuosl.org Sat Dec 25 13:08:11 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sat, 25 Dec 2010 13:08:11 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101225210813.D849913B2072@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/685 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122555 Blamelist: lattner BUILD FAILED: failed run.build.step.test_llvm sincerely, -The Buildbot From daniel_dunbar at apple.com Sat Dec 25 13:13:33 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 25 Dec 2010 13:13:33 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101225211335.87575C2511FF@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12856 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122554 Blamelist: lattner BUILD FAILED: failed test-llvm sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Transforms/Utils/Local.h lib/Transforms/InstCombine/InstCombine.h lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp lib/Transforms/Utils/Local.cpp At: Sat 25 Dec 2010 12:43:05 Changed By: lattner Comments: Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5136 Expected Failures : 43 Unsupported Tests : 558 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/thumb2.s LLVM :: MC/ARM/neont2-mov-encoding.s LLVM :: MC/ARM/neon-mov-encoding.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** From daniel_dunbar at apple.com Sat Dec 25 13:20:35 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sat, 25 Dec 2010 13:20:35 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101225212041.4BBCFC6E4BA6@mail-out4.apple.com> 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/12244 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 122554 Blamelist: lattner BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/Transforms/Utils/Local.h lib/Transforms/InstCombine/InstCombine.h lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp lib/Transforms/Utils/Local.cpp At: Sat 25 Dec 2010 12:43:05 Changed By: lattner Comments: Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. Properties: LOGS: Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5136 Expected Failures : 43 Unsupported Tests : 558 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: LLVMC/C++/unknown_suffix.unk LLVM :: LLVMC/C/emit-llvm-opt.c LLVM :: LLVMC/C/emit-llvm.c LLVM :: LLVMC/C/hello.c LLVM :: LLVMC/C/include.c LLVM :: LLVMC/C/opt-test.c LLVM :: LLVMC/C/sink.c LLVM :: LLVMC/C/wall.c LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** Last 10 lines of 'stdio': LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Expected Passes : 5616 Expected Failures : 51 Unsupported Tests : 70 Unexpected Failures: 4 make[1]: *** [check-local-lit] Error 1 make: *** [check] Error 2 Last 10 lines of 'fail': LLVM :: Transforms/InstCombine/align-2d-gep.ll LLVM :: Transforms/InstCombine/align-addr.ll LLVM :: Transforms/InstCombine/constant-fold-gep.ll LLVM :: Transforms/InstCombine/loadstore-alignment.ll Last 10 lines of 'xfail': LLVM :: MC/ARM/neont2-vld-encoding.s LLVM :: MC/ARM/neont2-vst-encoding.s LLVM :: MC/ARM/thumb2.s LLVM :: MC/AsmParser/directive_lsym.s LLVM :: MC/AsmParser/exprs-invalid.s LLVM :: Transforms/DeadArgElim/deadexternal.ll LLVM :: Transforms/GVN/rle-no-phi-translate.ll LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll LLVM :: Transforms/TailCallElim/nocapture.ll LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll Last 10 lines of 'unsupported': LLVM :: FrontendObjC/2009-08-05-utf16.m LLVM :: FrontendObjC/2009-08-17-DebugInfo.m LLVM :: FrontendObjC/2009-11-30-Objc-ID.m LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m LLVM :: FrontendObjC/2010-03-17-StructRef.m LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m LLVM :: LLVMC/ObjC++/hello.mm LLVM :: LLVMC/ObjC/hello.m Last 10 lines of 'align-2d-gep.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/InstCombine/align-2d-gep.ll -instcombine -S | grep {align 16} | count 1 -- Exit Code: 1 Command Output (stderr): -- Expected 1 lines, got 0. -- ******************** Last 10 lines of 'align-addr.ll': :34:2: note: scanning from here ret <16 x i8> %tmp ^ :37:15: note: possible intended match here define double @test2(double* %p, double %n) nounwind { ^ -- ******************** Last 10 lines of 'constant-fold-gep.ll': :1:1: note: scanning from here ; ModuleID = '' ^ :9:2: note: possible intended match here store i32 1, i32* getelementptr inbounds ([3 x %struct.X]* @Y, i64 0, i64 0, i32 0, i64 0), align 4 ^ -- ******************** Last 10 lines of 'loadstore-alignment.ll': opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/InstCombine/loadstore-alignment.ll -instcombine -S | grep {, align 16} | count 14 -- Exit Code: 1 Command Output (stderr): -- Expected 14 lines, got 8. -- ******************** From llvm-testresults at cs.uiuc.edu Sun Dec 26 00:39:40 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Sun, 26 Dec 2010 02:39:40 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101226083940.68A5B2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/57/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 57, Order: 122559, Start Time: 2010-12-26 07:57:27, End Time: 2010-12-26 08:42:14 To: 56, Order: 122551, Start Time: 2010-12-25 07:56:52, End Time: 2010-12-25 08:41:38 =============== Tests Summary =============== Performance Improvements: 1 Existing Failures: 1 Unchanged Tests: 945 Total Tests: 947 ============== Changes Detail ============== Performance Improvements ------------------------ SingleSource/Benchmarks/Shootout/methcall.exec: -3.54%(5.6500 => 5.4500, std. dev.: 0.0668) Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Sun Dec 26 11:42:00 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:42:00 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-i686-linux-vg_leak Message-ID: <20101226194203.53CA013B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-i686-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-i686-linux-vg_leak/builds/210 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu8 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:43:08 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:43:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux Message-ID: <20101226194310.B9A9613B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux/builds/1070 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc14 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 26 11:44:45 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:44:45 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9 Message-ID: <20101226194454.1D9D4C70F779@mail-out4.apple.com> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/17379 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-15.apple.com Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': make[1]: *** [llvm-ld/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [opt/.makeall] Error 2 llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-link llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-prof llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-extract llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-mc llvm[2]: ======= Finished Linking Debug+Asserts Executable lli llvm[2]: ======= Finished Linking Debug+Asserts Executable llc make: *** [all] Error 1 Last 10 lines of 'warnings': InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From daniel_dunbar at apple.com Sun Dec 26 11:44:49 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:44:49 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9 Message-ID: <20101226194454.29329C276277@mail-out3.apple.com> 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/12251 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-03.apple.com Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': Undefined symbols: "llvm::createLoopIdiomPass()", referenced from: (anonymous namespace)::ForcePassLinking::ForcePassLinking() in bugpoint.o "llvm::initializeLoopIdiomRecognizePass(llvm::PassRegistry&)", referenced from: llvm::initializeScalarOpts(llvm::PassRegistry&) in libLLVMScalarOpts.a(Scalar.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/Release+Asserts/bin/bugpoint] Error 1 make[1]: *** [bugpoint/.makeall] Error 2 make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/MC/MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/CodeGen/RegAllocGreedy.cpp:382: warning: 'BestWeight' may be used uninitialized in this function From buildbot at google1.osuosl.org Sun Dec 26 11:44:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:44:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101226194456.1E5CC13B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/188 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:44:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:44:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-vg Message-ID: <20101226194458.C837813B20CA@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-vg on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/237 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:45:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:45:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101226194552.00D6313B20CA@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/248 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:45:47 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:45:47 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-linux-selfhost Message-ID: <20101226194551.F23A313B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-linux-selfhost/builds/243 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:50:53 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:50:53 -0800 Subject: [llvm-testresults] buildbot failure in llvm on build-self-4-mingw32 Message-ID: <20101226195057.DAAE513B206D@google1.osuosl.org> The Buildbot has detected a new failure of build-self-4-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/build-self-4-mingw32/builds/477 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm_1 sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:50:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:50:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-cross-mingw32 Message-ID: <20101226195057.DB96013B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-cross-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-cross-mingw32/builds/692 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:51:56 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:51:56 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-x86_64-darwin10-self-mingw32 Message-ID: <20101226195158.786F913B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-self-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-x86_64-darwin10-self-mingw32/builds/803 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 11:52:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:52:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-fnt Message-ID: <20101226195207.778CA13B206D@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt/builds/215 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 26 11:53:59 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:53:59 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10 Message-ID: <20101226195402.7ADEFC70FD17@mail-out4.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12863 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': llvm[2]: ======= Finished Linking Debug+Asserts Executable llvm-prof Undefined symbols: "llvm::initializeLoopIdiomRecognizePass(llvm::PassRegistry&)", referenced from: llvm::initializeScalarOpts(llvm::PassRegistry&) in libLLVMScalarOpts.a(Scalar.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/Debug+Asserts/bin/llvm-ld] Error 1 make[1]: *** [llvm-ld/.makeall] Error 2 llvm[2]: ======= Finished Linking Debug+Asserts Executable llc make: *** [all] Error 1 Last 10 lines of 'warnings': InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions From daniel_dunbar at apple.com Sun Dec 26 11:54:05 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:54:05 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel Message-ID: <20101226195407.EC08DC2766F2@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/7444 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling CXString.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CXType.cpp for Release+Asserts build (PIC) llvm[4]: Linking Release+Asserts Shared Library libclang.dylib llvm[4]: Building Release+Asserts Archive Library libclang.a llvm[4]: Compiling c-index-test.c for Release+Asserts build llvm[4]: Linking Release+Asserts executable c-index-test (without symbols) llvm[4]: ======= Finished Linking Release+Asserts Executable c-index-test (without symbols) make[3]: Nothing to be done for `all'. make[4]: Nothing to be done for `all'. make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/RegAllocGreedy.cpp:382: warning: 'BestWeight' may be used uninitialized in this function From buildbot at google1.osuosl.org Sun Dec 26 11:54:57 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 11:54:57 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101226195500.73F5C13B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/383 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 26 11:55:08 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:55:08 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt Message-ID: <20101226195511.420EAC27671B@mail-out3.apple.com> The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6529 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-02 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': llvm[4]: Compiling CIndexDiagnostic.cpp for Debug+Asserts build (PIC) llvm[4]: Compiling CXString.cpp for Debug+Asserts build (PIC) llvm[4]: Linking Debug+Asserts Shared Library libclang.dylib llvm[4]: Building Debug+Asserts Archive Library libclang.a llvm[4]: Compiling c-index-test.c for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable c-index-test llvm[4]: ======= Finished Linking Debug+Asserts Executable c-index-test make[3]: Nothing to be done for `all'. make[4]: Nothing to be done for `all'. make: *** [all] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions From daniel_dunbar at apple.com Sun Dec 26 11:57:37 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 11:57:37 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost Message-ID: <20101226195739.533DFC70FF5C@mail-out4.apple.com> The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab. Full details are available at: http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7265 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: smoosh-04 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed buildit-llvmCore sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': [Logging for XBS] Used static archive: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMSupport.a [Logging for XBS] Used static archive: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMAnalysis.a [Logging for XBS] Used static archive: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMBitReader.a llvm[3]: ======= Finished Linking Release+Debug Executable llvm-prof make[1]: *** [all] Error 1 + '[' 2 '!=' 0 ']' + echo 'error: LLVM '\''make'\'' failed!' error: LLVM 'make' failed! + exit 1 make: *** [install] Error 1 Last 10 lines of 'warnings': /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:82: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:106: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:145: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions From buildbot at google1.osuosl.org Sun Dec 26 12:05:14 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:05:14 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float Message-ID: <20101226200516.E4B9B13B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float/builds/716 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 12:05:17 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:05:17 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float Message-ID: <20101226200519.E680513B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float/builds/717 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova4 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 12:07:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:07:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-freebsd Message-ID: <20101226200717.B332713B206D@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-freebsd on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/375 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: freebsd1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From daniel_dunbar at apple.com Sun Dec 26 12:10:08 2010 From: daniel_dunbar at apple.com (daniel_dunbar at apple.com) Date: Sun, 26 Dec 2010 12:10:08 -0800 Subject: [llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9 Message-ID: <20101226201011.0E9A4C710739@mail-out4.apple.com> 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/4780 Buildbot URL: http://smooshlab.apple.com:8010/ Buildslave for this Build: spang.apple.com Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile.llvm.stage1 sincerely, -The Buildbot ================================================================================ CHANGES: Files: include/llvm/InitializePasses.h include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/Scalar.cpp At: Sun 26 Dec 2010 11:38:06 Changed By: lattner Comments: Start of a pass for recognizing memset and memcpy idioms. No functionality yet. Properties: LOGS: Last 10 lines of 'stdio': llvm::initializeScalarOpts(llvm::PassRegistry&) in libLLVMScalarOpts.a(Scalar.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/opt] Error 1 make[1]: *** [opt/.makeall] Error 2 make[1]: *** Waiting for unfinished jobs.... llvm[2]: Compiling llvm-ar.cpp for Release+Asserts build llvm[2]: Linking Release+Asserts executable llvm-ar (without symbols) llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-ar (without symbols) make: *** [all] Error 1 Last 10 lines of 'warnings': /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:146: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:218: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:237: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:260: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Analysis/InstructionSimplify.cpp:279: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/CodeGen/RegAllocGreedy.cpp:382: warning: 'BestWeight' may be used uninitialized in this function /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/MC/MCDwarf.cpp:239: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)' /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/MC/TargetAsmBackend.cpp:33: warning: comparison between signed and unsigned integer expressions /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:692: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Target/CellSPU/SPUISelLowering.cpp:924: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDValue llvm::SelectionDAG::getConstant(uint64_t, llvm::EVT, bool)' From buildbot at google1.osuosl.org Sun Dec 26 12:20:20 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:20:20 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-i686-linux-fnt Message-ID: <20101226202023.2CA1613B206D@google1.osuosl.org> The Buildbot has detected a new failure of clang-i686-linux-fnt on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-i686-linux-fnt/builds/216 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: balint1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 12:27:09 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:27:09 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101226202712.492BF13B20CA@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/171 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.script sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 12:38:15 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:38:15 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101226203817.8C56F13B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/395 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 12:49:01 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 12:49:01 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101226204903.A5DAD13B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/310 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed run.build.step.make_llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 14:22:05 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 14:22:05 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-arm-linux Message-ID: <20101226222207.99AB713B206D@google1.osuosl.org> The Buildbot has detected a new failure of llvm-arm-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/159 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: ranby1 Build Reason: Build Source Stamp: 122562 Blamelist: lattner BUILD FAILED: failed compile sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 14:55:49 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 14:55:49 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-i386-linux Message-ID: <20101226225552.0C0EA13B206D@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-i386-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-i386-linux/builds/173 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc16 Build Reason: Build Source Stamp: 122571 Blamelist: lattner,rafael,theraven BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 16:09:33 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 16:09:33 -0800 Subject: [llvm-testresults] buildbot failure in llvm on dragonegg-x86_64-linux Message-ID: <20101227000935.C39AF13B206D@google1.osuosl.org> The Buildbot has detected a new failure of dragonegg-x86_64-linux on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/202 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc17 Build Reason: Build Source Stamp: 122574 Blamelist: lattner,rafael,theraven BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From buildbot at google1.osuosl.org Sun Dec 26 17:45:08 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Sun, 26 Dec 2010 17:45:08 -0800 Subject: [llvm-testresults] buildbot failure in llvm on clang-x86_64-linux-selfhost-rel Message-ID: <20101227014511.1289713B206D@google1.osuosl.org> The Buildbot has detected a new failure of clang-x86_64-linux-selfhost-rel on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/clang-x86_64-linux-selfhost-rel/builds/251 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122577 Blamelist: d0k,lattner,rafael BUILD FAILED: failed compile.llvm.stage2 sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Mon Dec 27 00:39:40 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Mon, 27 Dec 2010 02:39:40 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101227083940.E3C782A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/58/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 58, Order: 122581, Start Time: 2010-12-27 07:57:38, End Time: 2010-12-27 08:42:16 To: 57, Order: 122559, Start Time: 2010-12-26 07:57:27, End Time: 2010-12-26 08:42:14 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Mon Dec 27 22:02:55 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Mon, 27 Dec 2010 22:02:55 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-vg_leak Message-ID: <20101228060258.660BB13B2074@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-vg_leak on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/199 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: osu7 Build Reason: Build Source Stamp: 122589 Blamelist: mspencer BUILD FAILED: failed test-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Tue Dec 28 00:39:34 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Tue, 28 Dec 2010 02:39:34 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101228083934.9CB562A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/59/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 59, Order: 122591, Start Time: 2010-12-28 07:57:45, End Time: 2010-12-28 08:42:09 To: 58, Order: 122581, Start Time: 2010-12-27 07:57:38, End Time: 2010-12-27 08:42:16 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Tue Dec 28 11:09:16 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 28 Dec 2010 11:09:16 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101228190918.C563613B2074@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/406 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122599 Blamelist: abramo BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Tue Dec 28 14:37:19 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Tue, 28 Dec 2010 14:37:19 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-x86_64-linux-checks Message-ID: <20101228223721.ECCB413B2074@google1.osuosl.org> The Buildbot has detected a new failure of llvm-x86_64-linux-checks on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-x86_64-linux-checks/builds/158 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc10 Build Reason: Build Source Stamp: 122601 Blamelist: abramo,baldrick BUILD FAILED: failed rm-llvm-gcc.install.stage2 sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Wed Dec 29 00:39:02 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Wed, 29 Dec 2010 02:39:02 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101229083902.7B2C62A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/60/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 60, Order: 122626, Start Time: 2010-12-29 07:57:04, End Time: 2010-12-29 08:41:40 To: 59, Order: 122591, Start Time: 2010-12-28 07:57:45, End Time: 2010-12-28 08:42:09 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Wed Dec 29 06:54:12 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Wed, 29 Dec 2010 06:54:12 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-i386-linux-selfhost Message-ID: <20101229145414.E293113B2074@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-i386-linux-selfhost on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/420 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: gcc11 Build Reason: Build Source Stamp: 122630 Blamelist: ddunbar BUILD FAILED: failed svn-llvm sincerely, -The Buildbot From llvm-testresults at cs.uiuc.edu Thu Dec 30 00:39:01 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Thu, 30 Dec 2010 02:39:01 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101230083901.4C9CA2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/61/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 61, Order: 122637, Start Time: 2010-12-30 07:57:09, End Time: 2010-12-30 08:41:39 To: 60, Order: 122626, Start Time: 2010-12-29 07:57:04, End Time: 2010-12-29 08:41:40 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From llvm-testresults at cs.uiuc.edu Fri Dec 31 00:39:04 2010 From: llvm-testresults at cs.uiuc.edu (llvm-testresults at cs.uiuc.edu) Date: Fri, 31 Dec 2010 02:39:04 -0600 (CST) Subject: [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results Message-ID: <20101231083904.A026F2A6C12C@llvm.org> http://llvm.org/perf/db_default/simple/nts/62/ Nickname: bwilson__llvm-gcc_PROD__i386:1 Name: curlew.apple.com Comparing: Run: 62, Order: 122643, Start Time: 2010-12-31 07:57:11, End Time: 2010-12-31 08:41:44 To: 61, Order: 122637, Start Time: 2010-12-30 07:57:09, End Time: 2010-12-30 08:41:39 =============== Tests Summary =============== Existing Failures: 1 Unchanged Tests: 946 Total Tests: 947 ============== Changes Detail ============== Existing Failures ----------------- External/SPEC/CINT2006/483_xalancbmk/483_xalancbmk.exec -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildbot at google1.osuosl.org Fri Dec 31 03:31:32 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 31 Dec 2010 03:31:32 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32-win7 Message-ID: <20101231113135.1A98813B20CA@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32-win7 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7/builds/434 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova3 Build Reason: Build Source Stamp: 122644 Blamelist: fpichet BUILD FAILED: failed failed slave lost sincerely, -The Buildbot From buildbot at google1.osuosl.org Fri Dec 31 03:31:30 2010 From: buildbot at google1.osuosl.org (buildbot at google1.osuosl.org) Date: Fri, 31 Dec 2010 03:31:30 -0800 Subject: [llvm-testresults] buildbot failure in llvm on llvm-gcc-native-mingw32 Message-ID: <20101231113135.19AE113B2074@google1.osuosl.org> The Buildbot has detected a new failure of llvm-gcc-native-mingw32 on llvm. Full details are available at: http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32/builds/346 Buildbot URL: http://google1.osuosl.org:8011/ Buildslave for this Build: kistanova2 Build Reason: Build Source Stamp: 122644 Blamelist: fpichet BUILD FAILED: failed failed slave lost sincerely, -The Buildbot