[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2017-09-18 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|janus

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2016-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 --- Comment #7 from Dominique d'Humieres --- > The patch in comment 5 regtests cleanly. However, it only fixes comment 1 > but not comment 0. Any progress?

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2013-04-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2013-04-27 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 --- Comment #6 from janus at gcc dot gnu.org 2013-04-27 15:31:29 UTC --- (In reply to comment #5) This is also sufficient to remove the error. Regtesting now ... The patch in comment 5 regtests cleanly. However, it only fixes comment 1

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2011-09-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2011-09-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 --- Comment #2 from janus at gcc dot gnu.org 2011-09-17 15:00:33 UTC --- Contrary to what I suggested in http://gcc.gnu.org/ml/fortran/2011-09/msg00083.html this problem does not seem to be specific to SUBROUTINEs. It also happens when making

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2011-09-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 --- Comment #3 from janus at gcc dot gnu.org 2011-09-17 17:44:25 UTC --- I think the problem is that the structure constructor is resolved too early (already when parsing the corresponding source line, where 'aproc' is not known yet). Here is a

[Bug fortran/50438] [F03] proc pointer to subroutine in structure constructors

2011-09-17 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50438 --- Comment #4 from janus at gcc dot gnu.org 2011-09-17 17:53:01 UTC --- (In reply to comment #3) I think the problem is that the structure constructor is resolved too early Btw, there was a similar problem recently (PR 49112 comment 6), which