[LLVMbugs] [Bug 14270] New: Support for __builtin_iceil() is missing in dragonegg

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 6 02:18:25 PST 2012


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

             Bug #: 14270
           Summary: Support for __builtin_iceil() is missing in dragonegg
           Product: dragonegg
           Version: 3.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: New Bugs
        AssignedTo: baldrick at free.fr
        ReportedBy: anitha.boyapati at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9501
  --> http://llvm.org/bugs/attachment.cgi?id=9501
Testcase to reproduce the bug

Testcase attached. Compile it as follows:

gcc -fplugin=dragonegg.so -o t t.c -O2 -lm -ffast-math

This presently outputs:

/tmp/ccsEVygv.o: In function `main':
t.c:(.text+0x73): undefined reference to `__builtin_iceil'
/tmp/ccsEVygv.o: In function `iceil':
t.c:(.text+0x1): undefined reference to `__builtin_iceil'
collect2: error: ld returned 1 exit status

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