------- 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