[LLVMbugs] [Bug 7329] New: undefined references during linking for SPEC CPU2006's h264ref

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jun 9 04:56:02 PDT 2010


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

           Summary: undefined references during linking for SPEC CPU2006's
                    h264ref
           Product: dragonegg
           Version: 2.7
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: baldrick at free.fr
        ReportedBy: kenneth.hoste at ugent.be
                CC: llvmbugs at cs.uiuc.edu


When building the 464.h264ref SPEC CPU2006 benchmark with dragonegg-2.7 at -O2
(with gcc-4.5.0), I'm seeing these error messages at link time:

ratectl.o: In function `rc_init_pict':
ratectl.c:(.text+0xcab): undefined reference to `__builtin_lfloor'
ratectl.c:(.text+0xce7): undefined reference to `__builtin_lfloor'
ratectl.c:(.text+0xe6d): undefined reference to `__builtin_lfloor'
ratectl.c:(.text+0xea9): undefined reference to `__builtin_lfloor'
ratectl.c:(.text+0xef3): undefined reference to `__builtin_lfloor'

Duncan informed me that he was already aware of this problem, but hadn't
adressed it yet...

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