[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread tkoenig at gcc dot gnu dot org
--- 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

[Bug libfortran/19016] maxloc ignores mask

2005-04-12 Thread tkoenig at gcc dot gnu dot org
--- 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.

[Bug libfortran/19016] maxloc ignores mask

2004-12-27 Thread Thomas dot Koenig at online dot de
--- 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

[Bug libfortran/19016] maxloc ignores mask

2004-12-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-15 23:37 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E