[Bug fortran/31292] ICE with module procedure interface in a procedure body

2009-09-10 Thread kargl at gcc dot gnu dot org
--- Comment #8 from kargl at gcc dot gnu dot org 2009-09-10 21:27 --- Re-fixed on trunk. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|R

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2009-09-10 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2009-09-10 21:22 --- Subject: Bug 31292 Author: kargl Date: Thu Sep 10 21:22:08 2009 New Revision: 151616 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151616 Log: 2009-09-10 Steven G. Kargl PR fortran/31292 *

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2009-08-28 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2009-08-28 21:23 --- Created an attachment (id=18445) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18445&action=view) program fails without patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31292

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2009-08-28 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2009-08-28 21:21 --- The committed to fix the bug is too aggressive. An interface block with a module procedure statement can appear in a PROGRAM unit and any subprogram. I have a patch the relaxes the check and allows the newly attache

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2007-04-05 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-04-05 21:49 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2007-04-05 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-04-05 15:00 --- Subject: Bug 31292 Author: pault Date: Thu Apr 5 15:00:27 2007 New Revision: 123517 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123517 Log: 2007-04-05 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2007-03-27 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-03-27 17:05 --- Subject: Bug number PR31292 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/msg01763.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/31292] ICE with module procedure interface in a procedure body

2007-03-27 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-03-27 10:21 --- This will be submitted this afternoon - Paul Index: gcc/fortran/decl.c === *** gcc/fortran/decl.c (revision 123183) --- gcc/fortran/decl.c (working cop