[Bug fortran/69398] [OOP] ICE on class with duplicate dimension attribute specified

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398 --- Comment #8 from kargl at gcc dot gnu.org --- Author: kargl Date: Thu Jun 20 23:27:13 2019 New Revision: 272530 URL: https://gcc.gnu.org/viewcvs?rev=272530&root=gcc&view=rev Log: 2019-06-20 Steven G. Kargl Backport from mainline

[Bug fortran/69398] [OOP] ICE on class with duplicate dimension attribute specified

2019-06-20 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|NEW

[Bug fortran/69398] [OOP] ICE on class with duplicate dimension attribute specified

2019-06-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Jun 19 18:04:46 2019 New Revision: 272481 URL: https://gcc.gnu.org/viewcvs?rev=272481&root=gcc&view=rev Log: 2019-06-19 Steven G. Kargl PR fortran/69398

[Bug fortran/69398] [OOP] ICE on class with duplicate dimension attribute specified

2016-12-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398 janus at gcc dot gnu.org changed: What|Removed |Added CC||pault at gcc dot gnu.org --- C

[Bug fortran/69398] [OOP] ICE on class with duplicate dimension attribute specified

2016-12-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69398 --- Comment #4 from janus at gcc dot gnu.org --- Note that we also have a rejects-valid problem with the following code: program p type t end type class(t), allocatable :: z target :: z(:) allocate (z(2)) end which is rejected w