------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-14 14:01 ------- Confirmed reduced testcase: extern double sin (double __x) throw (); float hmag[128],hphase[128]; void prepare(float *oscilFFTfreqs) { int i; for (i=0;i<128;i++) *oscilFFTfreqs=-hmag[i]*sin(hphase[i])/2.0; }
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2004-10-14 14:01:07 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17990