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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to