[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2018-03-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2018-03-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #10 from Dominique d'Humieres --- > Did this fix it? Yes for trunk, but I still get an ICE with 7.3.0 for the test in comment 0: pr60458.f90:18:0: function TestP(this) internal compiler error: in gimplify_expr, at

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2018-03-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2017-10-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #8 from Paul Thomas --- Author: pault Date: Wed Oct 4 10:43:45 2017 New Revision: 253400 URL: https://gcc.gnu.org/viewcvs?rev=253400=gcc=rev Log: 2017-10-04 Paul Thomas PR fortran/60458 PR

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2015-02-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added CC||burnus

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-10 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #2 from Antony Lewis antony at cosmologist dot info --- Here's a related example: module A implicit none Type T integer :: val = 2 contains final :: testfree end type contains subroutine

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #3 from janus at gcc dot gnu.org --- (In reply to Antony Lewis from comment #2) Here's a related example: Though the test case may be loosely related to comment 0, the error is probably not so much related. Reduced version of

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-10 Thread antony at cosmologist dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #4 from Antony Lewis antony at cosmologist dot info --- OK, will do. (thought the underlying cause might be same issue with associate variables)

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-10 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #5 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) I think this should go into a separate PR. The problem of comment 2/3 is now tracked as PR60483.

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-10 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2014-03-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org ---