[LLVMbugs] [Bug 2334] New: clang crashes codegen' s conditional of compatible but different function pointers

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu May 15 19:39:45 PDT 2008


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

           Summary: clang crashes codegen's conditional of compatible but
                    different function pointers
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


Testcase:
int a();
int b(int);
int c() {return 1 ? a : b;}

crashes clang -emit-llvm.

Potential patch already sent to the list, but I want to make sure this doesn't
get lost.


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