http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52087
Ryan MacLellan <ryan.maclellan at ua dot edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #4 from Ryan MacLellan <ryan.maclellan at ua dot edu> 2012-02-02 02:32:08 UTC --- Apparently .eqv. is a logical expression and not a relational one. Further, it is lower precedence than .or. so this is not a bug at all and the code behaves as it should.