[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2018-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2018-02-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2016-11-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 --- Comment #8 from Dominique d'Humieres --- AFAICT this PR is mostly fixed since gcc-5. However I see a remaining glitch with the following variant of the original test module settings type keyword ! character(60), allocatable :: c(:) ! wor

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2015-08-07 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 --- Comment #7 from Mikael Morin --- (In reply to Dominique d'Humieres from comment #6) > > Fixed? > > Mostly for 4.8.3, 4.9.0, and trunk (4.10.0). The test in comment 0 does not > compile with 4.8 (Deferred-length character component 'c' at (1)

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2014-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2012-06-29 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #5 f

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2012-01-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 --- Comment #4 from Tobias Burnus 2012-01-10 11:22:24 UTC --- Author: burnus Date: Tue Jan 10 11:22:16 2012 New Revision: 183061 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183061 Log: 2012-01-10 Tobias Burnus PR fortran/51

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2011-12-22 Thread davidgkinniburgh at yahoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 --- Comment #3 from David Kinniburgh 2011-12-22 16:21:09 UTC --- Sorry, I wasn't up-to-date on the long history of allocatable scalars and dt components, and hadn't checked the documentation in detail recently. Anyway thanks for all your work on

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

2011-12-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652 Tobias Burnus changed: What|Removed |Added Summary|[F03] ICE with allocatable |Allocate with type-spec and