------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-04 23:18 ------- (In reply to comment #5) > Isn't the unary operator- a necessary ingredient for the bug because it > silently changes the sign of zero?
I was just quoting what the standard says. The exact quote is: Returns complex<T>(lhs) -= rhs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20758