--- Comment #10 from burnus at gcc dot gnu dot org 2007-11-15 15:12 ---
Subject: Bug 33917
Author: burnus
Date: Thu Nov 15 15:12:03 2007
New Revision: 130202
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130202
Log:
2007-11-15 Tobias Burnus <[EMAIL PROTECTED]>
PR for
--- Comment #11 from burnus at gcc dot gnu dot org 2007-11-15 15:18 ---
FIXED on the trunk (4.3.0) [is not part of any branch].
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from patchapp at dberlin dot org 2007-11-15 12:35 ---
Subject: Bug number PR33917
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-11/msg00842.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #8 from burnus at gcc dot gnu dot org 2007-11-08 15:36 ---
Sorry, the check in was for PR 33917.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33917
--- Comment #7 from burnus at gcc dot gnu dot org 2007-11-08 15:28 ---
Subject: Bug 33917
Author: burnus
Date: Thu Nov 8 15:28:30 2007
New Revision: 130002
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130002
Log:
2007-11-08 Tobias Burnus <[EMAIL PROTECTED]>
PR fort
--- Comment #6 from patchapp at dberlin dot org 2007-10-30 03:45 ---
Subject: Bug number PR 33917
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-10/msg01622.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #5 from burnus at gcc dot gnu dot org 2007-10-29 20:04 ---
This gets difficult.
Using
procedure(p4) :: p6
procedure(sub) :: p4
is invalid per
"C1212 (R1215) [...] If name is declared by a procedure-declaration-stmt it
shall be previously declared."
("name" = interface-na
--- Comment #4 from burnus at gcc dot gnu dot org 2007-10-28 19:57 ---
See also:
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/2eea7b997482aa5e/
The answers decides whether
http://gcc.gnu.org/ml/fortran/2007-10/msg00362.html
or
http://gcc.gnu.org/ml/fortran/2
--- Comment #3 from burnus at gcc dot gnu dot org 2007-10-27 15:30 ---
Mine - I have patch.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
Assigned
--- Comment #2 from burnus at gcc dot gnu dot org 2007-10-26 23:14 ---
procedure(sub) :: p4
procedure(p4) :: p6
The problem is that first sub needs to be resolved for p4 and then p4 before
p6.
The problem is that "procedure(p4) :: p6" is checked before "procedure(sub) ::
p4" and tha
--- Comment #1 from burnus at gcc dot gnu dot org 2007-10-26 21:59 ---
As depending which line is commented out or not, the bug disappears or appears,
my educated guess would be that one does not properly walk a tree and thus not
all leafs are found.
--
burnus at gcc dot gnu dot org
11 matches
Mail list logo