This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34765] erroneous intrinsic assignment call
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2008 10:34:40 -0000
- Subject: [Bug fortran/34765] erroneous intrinsic assignment call
- References: <bug-34765-15301@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from burnus at gcc dot gnu dot org 2008-01-13 10:34 -------
I modified now FUNCTION fluid_Statistics to read as follows:
205 print *, 'BEFORE'
206 v1 = velocity(1)
207 PRINT *,'AFTER gfortran_bug: the line above this should indicate
the termination of a call to complex_array_equals_Field()'
208 stop
and added print statements at the beginning/end of complex_array_equals_Field.
The result:
BEFORE
ENTER: complex_array_equals_Field
LEAVE: complex_array_equals_Field
AFTER gfortran_bug: the line above this should indicate the termination of a
call to complex_array_equals_Field()
Thus I do not understand the comment. Please elaborate.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34765