[LLVMbugs] [Bug 629] NEW: [llvm-gcc] Crash on this code using "double _Complex" constants

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 16 10:14:10 PDT 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=629

           Summary: [llvm-gcc] Crash on this code using "double _Complex"
                    constants
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


double _Complex *a; 
const double _Complex b[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 
 void test (void) { 
  a[0] = b[0] + b[1]; 
  a[1] = b[0] + b[1]; 
 }



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list