[Bug fortran/29712] UBOUND of non-last dimensions of assumed-size array

2007-01-15 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-01-15 08:16 --- Subject: Bug 29712 Author: pault Date: Mon Jan 15 08:16:17 2007 New Revision: 120790 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120790 Log: 2007-01-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/29712] UBOUND of non-last dimensions of assumed-size array

2006-12-31 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-12-31 17:59 --- This, at resolve.c:1578 sems to provide a fix (not regtested)- for (arg = expr->value.function.actual; arg; arg = arg->next) { if (inquiry && arg->next != NULL && arg->next->expr

[Bug fortran/29712] UBOUND of non-last dimensions of assumed-size array

2006-11-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-06 20:37 --- This is my fault I think. There was a PR about ubound and assumed-size arrays where we crashed and I changed the code to reject all ubound on them IIRC. -- pinskia at gcc dot gnu dot org changed: Wha

[Bug fortran/29712] UBOUND of non-last dimensions of assumed-size array

2006-11-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-11-04 16:46 --- Line 197 of testcase gfortran.dg/bound_2.f90 will have to be uncommented when that bug is fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29712

[Bug fortran/29712] UBOUND of non-last dimensions of assumed-size array

2006-11-04 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon