[LLVMbugs] [Bug 9950] New: regression in trunk...failing make check

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 19 05:44:46 PDT 2011


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

           Summary: regression in trunk...failing make check
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: apacherulzz at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


So I am in the process of narrowing down where this occurred and I am a
software engineer that would loved to get involved in the clang project so I
may be able to come up with a fix or patch.

Story:
I had no problems compiling/testing llvm by itself (check, not check-all) with
gcc 4.1.2 which I understand is not supported. I began to have some issues with
clang so I decided to grab all updates from llvm and clang out of trunk and
recompile. The problem was still there so I grabbed the gcc44/g++44 packages
from CentOS5 yum repo. This is gcc 4.4.4. Still had problems. 4.4.4 _is_
supported so at this point I started going back to find where this regression
occurred.

Results:
Revision#131480 fails ## tests (using GCC 4.1.2/4.4.4)

Revision#131450 passes all (using GCC 4.1.2/4.4.4)

I will try to narrow this down to a specific revision, look at the diffs, and
see whats going on. I suspect that either a bug was not being tested on and
therefore I should not be passing, or that a regression has entered trunk
between 131450 and 131480. As 4.4.4 is supported, I could understand 4.1.2 not
passing tests if a bug was missed but 4.4.4 should be able to pass without
issues.

Hopefully more later today.

apacherulzz

-- 
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