[LLVMbugs] [Bug 7924] New: clang does not support family of builtin complex functions (conj, creal, cimag)
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon Aug 16 15:49:02 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=7924
           Summary: clang does not support family of builtin complex
                    functions (conj, creal, cimag)
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: fjahanian at apple.com
                CC: llvmbugs at cs.uiuc.edu
Attached test fails (with multiple link errors because of the above.
[jahan8:fariborz/radars/8315199] fjahania% clang complex-1.c 
Undefined symbols:
  "_main", referenced from:
      start in crt1.10.6.o
     (maybe you meant: _main_test)
  "_link_error", referenced from:
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
      _main_test in cc-zh5hI3.o
ld: symbol(s) not found
% llvm-gcc complex-1.c
Undefined symbols:
  "_main", referenced from:
      start in crt1.10.6.o
     (maybe you meant: _main_test)
ld: symbol(s) not found
collect2: 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