Bugzilla – Bug 272
[llvmgcc] Invalid code created for complex division operation
Last modified: 2004-03-08 19:02:42
You need to log in before you can comment on or make changes to this bug.
This testcase crashes the C front-end, or, if it survives, generates invalid code: void test(__complex__ double D, double X) { D /= X; } -Chris
Fixed. Testcase here: test/Regression/CFrontend/2004-03-07-ComplexDivEquals.c Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040301/012860.html This was just a simple little type-o. Details details. -Chris
*** Bug 254 has been marked as a duplicate of this bug. ***