https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43412
janus at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43412
Mikael Morin changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43412
--- Comment #2 from Dominique d'Humieres 2012-01-28
23:47:42 UTC ---
With trunk at revision 183668, compiling the test in comment #0 gives the error
[macbook] f90/bug% gfc pr43412.f90
pr43412.f90:8.27:
class(t), pointer :: y(*) ! <<< invalid
--- Comment #1 from burnus at gcc dot gnu dot org 2010-04-28 08:57 ---
Created an attachment (id=20505)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20505&action=view)
coarray_13.f90 test case
Depending on this fix are constraint checking for coarrays, cf. attached test
case.