[LLVMbugs] [Bug 272] NEW: [llvmgcc] Invalid code created for complex /= operation
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 7 20:43:32 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=272
Summary: [llvmgcc] Invalid code created for complex /= operation
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
This testcase crashes the C front-end, or, if it survives, generates invalid code:
void test(__complex__ double D, double X) {
D /= X;
}
-Chris
------- 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