This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]