[LLVMbugs] [Bug 14724] New: CentOS 5 make check failures

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 26 16:39:45 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=14724

             Bug #: 14724
           Summary: CentOS 5 make check failures
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: regression
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: vlee at freedesktop.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


make check fails on CentOS 5

llvm-3.3svn - fail
llvm-3.2 - fail
llvm-3.1 - fail
llvm-3.0 - pass
llvm-2.9 - pass


$ cat /etc/redhat-release 
CentOS release 5.8 (Final)


$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --disable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)


llvm-3.3svn r171113
Failing Tests (25):
    LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
    LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
    LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
    LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
    LLVM :: CodeGen/Generic/print-arith-fp.ll
    LLVM :: CodeGen/Hexagon/macint.ll
    LLVM :: CodeGen/Mips/tailcall.ll
    LLVM :: CodeGen/Thumb/2009-08-20-ISelBug.ll
    LLVM :: CodeGen/Thumb/2010-07-15-debugOrdering.ll
    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
    LLVM :: CodeGen/Thumb2/constant-islands.ll
    LLVM :: CodeGen/X86/2006-10-13-CycleInDAG.ll
    LLVM :: CodeGen/X86/2009-09-10-SpillComments.ll
    LLVM :: CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
    LLVM :: CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
    LLVM :: CodeGen/X86/2011-10-12-MachineCSE.ll
    LLVM :: CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
    LLVM :: CodeGen/X86/crash.ll
    LLVM :: CodeGen/X86/handle-move.ll
    LLVM :: CodeGen/X86/misched-balance.ll
    LLVM :: CodeGen/X86/misched-matrix.ll
    LLVM :: CodeGen/X86/misched-new.ll
    LLVM :: CodeGen/X86/pr14098.ll
    LLVM :: CodeGen/X86/pr3154.ll
    LLVM :: CodeGen/X86/unwindraise.ll

  Expected Passes    : 6910
  Expected Failures  : 52
  Unsupported Tests  : 54
  Unexpected Failures: 25


llvm-3.2
Failing Tests (23):
    LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
    LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
    LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
    LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
    LLVM :: CodeGen/Generic/print-arith-fp.ll
    LLVM :: CodeGen/Hexagon/macint.ll
    LLVM :: CodeGen/Mips/tailcall.ll
    LLVM :: CodeGen/Thumb/2009-08-20-ISelBug.ll
    LLVM :: CodeGen/Thumb/2010-07-15-debugOrdering.ll
    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
    LLVM :: CodeGen/Thumb2/constant-islands.ll
    LLVM :: CodeGen/X86/2006-10-13-CycleInDAG.ll
    LLVM :: CodeGen/X86/2009-09-10-SpillComments.ll
    LLVM :: CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
    LLVM :: CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
    LLVM :: CodeGen/X86/2011-10-12-MachineCSE.ll
    LLVM :: CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
    LLVM :: CodeGen/X86/crash.ll
    LLVM :: CodeGen/X86/handle-move.ll
    LLVM :: CodeGen/X86/misched-new.ll
    LLVM :: CodeGen/X86/pr14098.ll
    LLVM :: CodeGen/X86/pr3154.ll
    LLVM :: CodeGen/X86/unwindraise.ll

  Expected Passes    : 6758
  Expected Failures  : 56
  Unsupported Tests  : 13
  Unexpected Failures: 23


llvm-3.1
Failing Tests (17):
    LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
    LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll
    LLVM :: CodeGen/ARM/lsr-unfolded-offset.ll
    LLVM :: CodeGen/Generic/2003-05-28-ManyArgs.ll
    LLVM :: CodeGen/Generic/print-arith-fp.ll
    LLVM :: CodeGen/Thumb/2009-08-20-ISelBug.ll
    LLVM :: CodeGen/Thumb/asmprinter-bug.ll
    LLVM :: CodeGen/X86/2006-10-13-CycleInDAG.ll
    LLVM :: CodeGen/X86/2008-02-08-LoadFoldingBug.ll
    LLVM :: CodeGen/X86/2009-09-10-SpillComments.ll
    LLVM :: CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
    LLVM :: CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
    LLVM :: CodeGen/X86/2011-10-11-SpillDead.ll
    LLVM :: CodeGen/X86/2011-10-12-MachineCSE.ll
    LLVM :: CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
    LLVM :: CodeGen/X86/Atomics-64.ll
    LLVM :: CodeGen/X86/fold-pcmpeqd-2.ll

  Expected Passes    : 5829
  Expected Failures  : 51
  Unsupported Tests  : 13
  Unexpected Failures: 17


llvm-3.0
  Expected Passes    : 5594
  Expected Failures  : 48
  Unsupported Tests  : 15


llvm-2.9
  Expected Passes    : 5254
  Expected Failures  : 46
  Unsupported Tests  : 542

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list