[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2011-05-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2011-05-28 Thread neil.n.carlson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 --- Comment #7 from neil.n.carlson at gmail dot com 2011-05-28 18:14:04 UTC --- So what is the status of this defect? It would appear to be "will not fix".

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-12-15 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 Daniel Franke changed: What|Removed |Added CC||dfranke at gcc dot gnu.org --- Comment #6

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-10-03 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-09-24 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 --- Comment #4 from Steve Kargl 2010-09-25 05:57:30 UTC --- On Sat, Sep 25, 2010 at 03:00:37AM +, sgk at troutmask dot apl.washington.edu wrote: > On Sat, Sep 25, 2010 at 12:16:53AM +, kargl at gcc dot gnu.org wrote: > > > > Interesting*

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-09-24 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 --- Comment #3 from Steve Kargl 2010-09-25 03:00:24 UTC --- On Sat, Sep 25, 2010 at 12:16:53AM +, kargl at gcc dot gnu.org wrote: > > Interesting**3. If you simply remove the private > and public statement then everything works as one > wou

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-09-24 Thread neil.n.carlson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 --- Comment #2 from neil.n.carlson at gmail dot com 2010-09-25 00:27:24 UTC --- Note also that the problem isn't restricted to .eq./== ; it appears to occur with all the other pairs of equivalent operators: .ne./!=, .lt./<, etc. At least the compi

[Bug fortran/45786] Relational operators .eq. and == are not recognized as equivalent

2010-09-24 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45786 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co