--- Additional Comments From fredrik dot huss at home dot se 2005-03-24
09:21 ---
Thanks for looking into this!
Yes, I was meaning when -ffast-math is NOT used, so maybe this is completely
unrelated. But I was thinking that even without -ffast-math, this should not
require a full
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fredrik dot huss at home dot se
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux
--- Additional Comments From fredrik dot huss at home dot se 2005-03-16
17:25 ---
I see similar problems with real by complex multiplications in C++.
The following test program,
#include
std::complex a, b;
double c;
void f()
{
a = b * c;
}
when compiled with "g+