[Bug fortran/60507] Passing function call into procedure argument not caught

2015-01-02 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/60507] Passing function call into procedure argument not caught

2015-01-02 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 --- Comment #7 from janus at gcc dot gnu.org --- Author: janus Date: Fri Jan 2 11:24:32 2015 New Revision: 219141 URL: https://gcc.gnu.org/viewcvs?rev=219141&root=gcc&view=rev Log: 2015-01-02 Janus Weil PR fortran/60507 * interface.c

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-12-29 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 --- Comment #6 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #5) > What is the status of the patch in comment 4? Alive 'n' kickin' ;) Still applies (with a bit of fuzz) and regtests cleanly.

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-12-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 --- Comment #5 from Dominique d'Humieres --- What is the status of the patch in comment 4?

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-03-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > The patch in comment #2 ICEs on this extended test case: Here is a better patch which works on comment 2: Index: gcc/fortran/interface.c =

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-03-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 --- Comment #3 from janus at gcc dot gnu.org --- The patch in comment #2 ICEs on this extended test case: type :: t procedure(g), pointer, nopass :: ppc => g end type procedure(g), pointer :: pp => g type(t)::x print *, f(g)! ok print

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-03-12 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid Sta