[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-07-03 Thread jv244 at cam dot ac dot uk
--- Comment #15 from jv244 at cam dot ac dot uk 2008-07-03 13:43 --- (In reply to comment #13) Fixed with rev 137386. Btw I have also tried compiling the whole CP2K, which seems to work fine. I've also checked that gfortran now appears to compile correctly the procedure pointer part

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-07-02 Thread janus at gcc dot gnu dot org
--- Comment #12 from janus at gcc dot gnu dot org 2008-07-02 19:54 --- Subject: Bug 32580 Author: janus Date: Wed Jul 2 19:53:37 2008 New Revision: 137386 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137386 Log: 2008-07-02 Janus Weil [EMAIL PROTECTED] Tobias

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-07-02 Thread janus at gcc dot gnu dot org
--- Comment #13 from janus at gcc dot gnu dot org 2008-07-02 20:19 --- Fixed with rev 137386. Btw I have also tried compiling the whole CP2K, which seems to work fine. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-07-02 Thread janus at gcc dot gnu dot org
--- Comment #14 from janus at gcc dot gnu dot org 2008-07-02 20:19 --- Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-06-02 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2008-06-02 15:32 --- Another link dump: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/ff7ae6c7a7860bca/60213205751117d4 Some of the test cases should be checked when the proc pointer patch is ready to ensure all

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-05-29 Thread burnus at gcc dot gnu dot org
--- Comment #10 from burnus at gcc dot gnu dot org 2008-05-29 11:29 --- Move comment from PR 36325, see also http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/bb371413b5cbe3d7 The following is regarded as valid and did not work with one of the last versions of proc

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-05-25 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2008-05-25 12:13 --- It's not complete yet, and some details need to be fixed, but the basic functionality is there. I hope it can be committed to trunk quite soon. that would be great... I really hope this will be enough to enable the

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2008-05-24 Thread jaydub66 at gmail dot com
--- Comment #8 from jaydub66 at gmail dot com 2008-05-24 17:52 --- I have a patch which can handle this test case, see http://gcc.gnu.org/ml/fortran/2008-05/msg00296.html It's not complete yet, and some details need to be fixed, but the basic functionality is there. I hope it can be

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2007-10-16 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-10-16 06:46 --- (In reply to comment #4) SoC is over, I assume this has been put on ice ? Yes, there was unfortunately no patch before GCC entered stage 3 (12 September) and in stage 3 merging new features is allowed. (Besides,

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2007-10-16 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2007-10-16 08:30 --- (In reply to comment #5) (In reply to comment #4) SoC is over, I assume this has been put on ice ? Yes, there was unfortunately no patch before GCC entered stage 3 (12 September) and in stage 3 merging new

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2007-10-16 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2007-10-16 11:26 --- Since adding c_f_procpointer might change the fortran runtime library, will this addition be OK for 4.4 ? Additions of functions is no problem; also modifying functions arguments/functionality is no problem.

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2007-10-15 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2007-10-16 04:32 --- (In reply to comment #2) Resolution of this bug requires the PROCEDURE POINTER feature from Fortran 2003. Janus Weil, a Google SoC participant, is working on this feature. SoC is over, I assume this has been put

[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers

2007-07-04 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-07-04 18:29 --- Clean up from my Bind(C) notes: The following should give an error such as: Error: 'fptr' argument of 'c_f_procpointer' intrinsic at (1) must be a PROCEDURE POINTER use iso_c_binding type(c_funptr) :: cfunptr