[Bug middle-end/30172] Operations with partly constant complex values not folded

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 13 13:31:00 GMT 2006



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-12-13 13:31 -------
__complex__ ( x, y ) * I  == __complex__ ( -y,  x )
__complex__ ( x, y ) * -I == __complex__ (  y, -x )

but only if we don't honor NaNs or signed zeros.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30172



More information about the Gcc-bugs mailing list