This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31205] aliased operator assignment produces wrong result
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Mar 2007 07:26:16 -0000
- Subject: [Bug fortran/31205] aliased operator assignment produces wrong result
- References: <bug-31205-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pault at gcc dot gnu dot org 2007-03-17 07:26 -------
The aliasing of the arguments to subroutine set results in the initialization
of the intent(out) also being applied to the intent(in) argument.
I feel a temporary coming on.
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-17 07:26:16
date| |
Summary|wrong code generated with |aliased operator assignment
|gfortran |produces wrong result
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31205