Bugzilla – Bug 522
[llvm-gcc] Crash on certain C99 complex number routines
Last modified: 2005-02-20 17:31:03
You need to log in before you can comment on or make changes to this bug.
llvm-gcc crashes compiling this: #include <complex.h> int foo(complex float c) { return creal(c); }
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