[Bug fortran/68020] Issue with implied-shape array parameter of rank > 2

2020-01-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68020

--- Comment #4 from Jakub Jelinek  ---
Author: jakub
Date: Thu Jan  2 23:58:35 2020
New Revision: 279849

URL: https://gcc.gnu.org/viewcvs?rev=279849=gcc=rev
Log:
PR fortran/68020
* gfortran.dg/impled_shape_5.f90: Use dg-do compile rather than dg-do
run.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/implied_shape_5.f90

[Bug fortran/68020] Issue with implied-shape array parameter of rank > 2

2020-01-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68020

Tobias Burnus  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||burnus at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #3 from Tobias Burnus  ---
Thanks for the bug report – and sorry for fixing it more than 4 years later.
See also: https://gcc.gnu.org/ml/gcc-patches/2020-01/msg00024.html

Close as FIXED

[Bug fortran/68020] Issue with implied-shape array parameter of rank > 2

2020-01-02 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68020

--- Comment #2 from Tobias Burnus  ---
Author: burnus
Date: Thu Jan  2 15:40:51 2020
New Revision: 279835

URL: https://gcc.gnu.org/viewcvs?rev=279835=gcc=rev
Log:
Fortran] PR68020 – Fix implied-shape handling for rank > 2

PR fortran/68020
* array.c (gfc_match_array_spec): Fix implied-type matching
for rank > 2.

PR fortran/68020
* gfortran.dg/implied_shape_4.f90: New.
* gfortran.dg/implied_shape_5.f90: New.

Added:
trunk/gcc/testsuite/gfortran.dg/implied_shape_4.f90
trunk/gcc/testsuite/gfortran.dg/implied_shape_5.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/array.c
trunk/gcc/testsuite/ChangeLog

[Bug fortran/68020] Issue with implied-shape array parameter of rank > 2

2015-10-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68020

Dominique d'Humieres  changed:

   What|Removed |Added

   Keywords||rejects-valid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2015-10-20
 Ever confirmed|0   |1
  Known to fail||4.8.5, 4.9.3, 5.2.0, 6.0

--- Comment #1 from Dominique d'Humieres  ---
Confirmed from 4.8 up to trunk (6.0).