First Last Prev Next    No search results available
Details
: [llvm-gcc] Crash on certain C99 complex number routines
Bug#: 522
: tools
: llvm-gcc
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: normal
: 1.5

:
: 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: 2005-02-20 17:29
llvm-gcc crashes compiling this:

#include <complex.h>
int foo(complex float c) {
    return creal(c);
}
------- Comment #1 From Chris Lattner 2005-02-20 17:31:03 -------
Fixed.  Patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050214/024198.html

Testcase here:
test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c

-Chris

First Last Prev Next    No search results available