[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-14 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-03-15 06:44 --- Subject: Bug 30922 Author: pault Date: Thu Mar 15 06:44:25 2007 New Revision: 122944 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122944 Log: 2007-03-15 Tobias Burnus [EMAIL PROTECTED] Paul

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-14 Thread burnus at gcc dot gnu dot org
--- Comment #10 from burnus at gcc dot gnu dot org 2007-03-15 06:55 --- Fixed. -- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-13 Thread brooks at gcc dot gnu dot org
--- Comment #6 from brooks at gcc dot gnu dot org 2007-03-14 04:37 --- Subject: Bug 30922 Author: brooks Date: Wed Mar 14 04:37:15 2007 New Revision: 122904 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122904 Log: PR fortran/30922 PR fortran/30948 PR fortran/30953 *

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-13 Thread brooks at gcc dot gnu dot org
--- Comment #7 from brooks at gcc dot gnu dot org 2007-03-14 04:39 --- Subject: Bug 30922 Author: brooks Date: Wed Mar 14 04:38:47 2007 New Revision: 122905 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=122905 Log: PR fortran/30922 PR fortran/30948 PR fortran/30953 *

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-13 Thread brooks at gcc dot gnu dot org
--- Comment #8 from brooks at gcc dot gnu dot org 2007-03-14 04:47 --- Those last two commits should have gone to PR 30933. Sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30922

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-12 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-03-12 08:50 --- Created an attachment (id=13193) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13193action=view) Patch draft (by Paul Thomas) Notes by Paul: (i) gfc_find_symbol searches via proc_name-ns to

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-12 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-03-12 14:50 --- Subject: Bug number PR30922 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00728.html --

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-12 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-03-12 15:24 --- The testcase in comment 1 should be lifted and deposited in another PR; it is going to be quite difficult to fix because the type and kind of an interface function is established before the specification statements

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-02 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-02 16:14 --- Another thing which currently fails in gfortran (and g95) is: module x implicit none integer, parameter :: d=8 interface real(d) function y() import end

[Bug fortran/30922] IMPORT fails for same symbol in multiple interface bodies of same interface block

2007-03-02 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-03-02 16:16 --- (Example for the latter is: http://users.erols.com/dnagle/pub/pthread.f03, which also needs ISO_C_BINDING) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30922