First Last Prev Next    No search results available
Details
: [llvmgcc] Invalid code created for complex division opera...
Bug#: 272
: tools
: llvm-gcc
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: normal
: 1.2

:
: compile-fail
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <sabre@nondot.org>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2004-03-07 22:43
This testcase crashes the C front-end, or, if it survives, generates invalid
code:

void test(__complex__ double D, double X) {
  D /= X;
}

-Chris
------- Comment #1 From Chris Lattner 2004-03-07 22:55:31 -------
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
------- Comment #2 From Chris Lattner 2004-03-08 19:02:42 -------
*** Bug 254 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available