--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-12
22:57 ---
Subject: Bug 19016
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-04-12 22:57:10
Modified files:
libgfortran: ChangeLog
gcc/testsuite : C
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-12
20:30 ---
Patch here:
http://gcc.gnu.org/ml/fortran/2005-04/msg00371.html
--
What|Removed |Added
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-12
09:02 ---
... finishing the comment here..
fixes the test case, but a mask generated "on the fly" with
maxloc(...,dim=...) (i.e. the maxloc1 family of functions)
is still broken.
I am doing some more digging around.
--- Additional Comments From Thomas dot Koenig at online dot de 2004-12-27
22:24 ---
I did some more digging around, and found that
the error only occurred when the mask parameter
was generated "on the fly". If the mask is a
precomputed logical array, the function works
correctly.
$ ca
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15
23:37 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E