This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/52087] program does not follow logical rules
- From: "ryan.maclellan at ua dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 02 Feb 2012 02:32:08 +0000
- Subject: [Bug libfortran/52087] program does not follow logical rules
- Auto-submitted: auto-generated
- References: <bug-52087-4@http.gcc.gnu.org/bugzilla/>
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.