[Bug fortran/31306] ICE with implicit character variables

2007-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-10-27 18:29 --- Fixed and closing. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/31306] ICE with implicit character variables

2007-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-10-27 18:25 --- Subject: Bug 31306 Author: jvdelisle Date: Sat Oct 27 18:25:43 2007 New Revision: 129686 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129686 Log: 2007-10-27 Jerry DeLisle <[EMAIL PROTECTED]> PR

[Bug fortran/31306] ICE with implicit character variables

2007-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2007-10-27 18:00 --- Subject: Bug 31306 Author: jvdelisle Date: Sat Oct 27 17:59:59 2007 New Revision: 129685 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129685 Log: 2007-10-27 Jerry DeLisle <[EMAIL PROTECTED]> PR

[Bug fortran/31306] ICE with implicit character variables

2007-10-20 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org

[Bug fortran/31306] ICE with implicit character variables

2007-10-19 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-10-20 05:45 --- Subject: Bug number PR31306 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/msg01207.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/31306] ICE with implicit character variables

2007-06-25 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2007-06-25 11:43 --- The problem of the cyclic definition is (more or less), the same described in PR24886, isn't it? E.g. replace implicit character(len(ouch)) (x) implicit character(len(x)+1) (y) intent(in) x,y by character(

[Bug fortran/31306] ICE with implicit character variables

2007-06-25 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-06-25 11:33 --- *** Bug 32488 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31306

[Bug fortran/31306] ICE with implicit character variables

2007-05-01 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-05-02 04:57 --- backtrace is uggly, repeats the following for a long long time #3554 0x0043c63e in mio_expr (ep=) at ../../gcc43/gcc/fortran/module.c:2133 #3555 0x0043c779 in mio_expr (ep=0xef2f60) at ../

[Bug fortran/31306] ICE with implicit character variables

2007-03-25 Thread tobi at gcc dot gnu dot org
--- Comment #2 from tobi at gcc dot gnu dot org 2007-03-26 00:07 --- *** Bug 31294 has been marked as a duplicate of this bug. *** -- tobi at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/31306] ICE with implicit character variables

2007-03-23 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-03-23 12:55 --- This is a case of cyclic specification so I have changed the keyword to ice-on-ivalid. Confirmed Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added