[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2016-01-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31560 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2015-11-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31560 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #10 from Domi

[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2009-01-03 Thread dfranke at gcc dot gnu dot org
--- Comment #9 from dfranke at gcc dot gnu dot org 2009-01-03 23:46 --- *** Bug 35951 has been marked as a duplicate of this bug. *** -- dfranke at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2007-05-22 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 GCC host trip

[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2007-05-22 Thread David dot Duffy at qimr dot edu dot au
--- Comment #7 from David dot Duffy at qimr dot edu dot au 2007-05-23 02:37 --- Subject: Re: improve error message for using specification expr. of later decl. On Wed, 22 May 2007, burnus at gcc dot gnu dot org wrote: > I think gfortran rightly rejects the file though the error mess

[Bug fortran/31560] improve error message for using components of later decl. variables in specification expressions

2007-11-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-11-20 18:03 --- Here is a minimal testcase that reproduces the unclear error message: subroutine prirelval(nobs, dataset) type ped_data integer :: maxsiz end type ped_data integer, dimension(dataset%maxsiz) :: nobs