[Bug fortran/77632] [F08] Pointer initialisation does not quite work with arrays

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77632 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 20 23:50:54 2019 New Revision: 272532 URL: https://gcc.gnu.org/viewcvs?rev=272532=gcc=rev Log: 2019-06-20 Steven G. Kargl Backport from mainline PR

[Bug fortran/77632] [F08] Pointer initialisation does not quite work with arrays

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77632 --- Comment #5 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #4) > Author: kargl > Date: Thu Jun 20 22:16:29 2019 > New Revision: 272526 > > URL: https://gcc.gnu.org/viewcvs?rev=272526=gcc=rev > Log: > 2019-06-20 Steven G.

[Bug fortran/77632] [F08] Pointer initialisation does not quite work with arrays

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77632 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 20 22:16:29 2019 New Revision: 272526 URL: https://gcc.gnu.org/viewcvs?rev=272526=gcc=rev Log: 2019-06-20 Steven G. Kargl PR fortran/77632 * /decl.c

[Bug fortran/77632] [F08] Pointer initialisation does not quite work with arrays

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77632 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #2) > Ugh. Looked at this briefly. AFAIK, the following is legal code: > > program foo >implicit none >real, target :: a >real, pointer :: b => a >

[Bug fortran/77632] [F08] Pointer initialisation does not quite work with arrays

2019-06-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77632 kargl at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code