FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: Assertion failed: (ResNo < Values.size() && "Illegal result number!"), function getValueType, file /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. Abort trap (core dumped) FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: Assertion failed: (ResNo < Values.size() && "Illegal result number!"), function getValueType, file /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. Abort trap (core dumped) As the 1.5 release is coming up fast, may I suggest that people verify their changes do not break anything before committing?
Chris was working on this stuff all night (I think, based on commits). The 1.5 branch won't happen till next week. I'm sure Chris will attend to this later today. I have no idea how to fix it. FWIW, I don't get this on GNU-Linux/x86. It could be an os-specific related error. IIRC, You run FreeBSD, right? Reid On Sat, 2005-05-14 at 07:16 -0700, Jeff Cohen wrote:> FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: > Assertion failed: (ResNo < Values.size() && "Illegal result number!"), > function getValueType, file > /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. > Abort trap (core dumped) > > FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: > Assertion failed: (ResNo < Values.size() && "Illegal result number!"), > function getValueType, file > /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. > Abort trap (core dumped) > > > As the 1.5 release is coming up fast, may I suggest that people verify > their changes do not break anything before committing? > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050514/5de09d77/attachment.sig>
Reid Spencer wrote:>Chris was working on this stuff all night (I think, based on commits). >The 1.5 branch won't happen till next week. I'm sure Chris will attend >to this later today. I have no idea how to fix it. > >FWIW, I don't get this on GNU-Linux/x86. It could be an os-specific >related error. IIRC, You run FreeBSD, right? > >Correct.>Reid >On Sat, 2005-05-14 at 07:16 -0700, Jeff Cohen wrote: > > >>FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: >>Assertion failed: (ResNo < Values.size() && "Illegal result number!"), >>function getValueType, file >>/usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. >>Abort trap (core dumped) >> >>FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: >>Assertion failed: (ResNo < Values.size() && "Illegal result number!"), >>function getValueType, file >>/usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. >>Abort trap (core dumped) >> >> >>As the 1.5 release is coming up fast, may I suggest that people verify >>their changes do not break anything before committing? >> >>_______________________________________________ >>LLVM Developers mailing list >>LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >> >>
On Sat, 14 May 2005, Jeff Cohen wrote:> FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: > Assertion failed: (ResNo < Values.size() && "Illegal result number!"), > function getValueType, file > /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. > Abort trap (core dumped) > > FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: > Assertion failed: (ResNo < Values.size() && "Illegal result number!"), > function getValueType, file > /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. > Abort trap (core dumped) > As the 1.5 release is coming up fast, may I suggest that people verify their > changes do not break anything before committing?Did you try top of tree when you sent this? At 7am this was fixed. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
My last update was at 6:52am PDT Chris Lattner wrote:> On Sat, 14 May 2005, Jeff Cohen wrote: > >> FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: >> Assertion failed: (ResNo < Values.size() && "Illegal result >> number!"), function getValueType, file >> /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line >> 507. >> Abort trap (core dumped) >> >> FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: >> Assertion failed: (ResNo < Values.size() && "Illegal result >> number!"), function getValueType, file >> /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line >> 507. >> Abort trap (core dumped) >> As the 1.5 release is coming up fast, may I suggest that people >> verify their changes do not break anything before committing? > > > Did you try top of tree when you sent this? At 7am this was fixed. > > -Chris >