[Bug fortran/25090] Bad automatic character length

2006-06-11 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-06-11 22:37 --- Cracked on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25090] Bad automatic character length

2006-06-11 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-06-11 22:32 --- Subject: Bug 25090 Author: pault Date: Sun Jun 11 22:32:26 2006 New Revision: 114551 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114551 Log: 2006-06-12 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25090] Bad automatic character length

2006-06-07 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-06-07 07:20 --- Subject: Bug 25090 Author: pault Date: Wed Jun 7 07:20:39 2006 New Revision: 114461 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114461 Log: 2006-06-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25090] Bad automatic character length

2006-05-21 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-05-21 07:35 --- Subject: Bug 25090 Author: pault Date: Sun May 21 07:35:05 2006 New Revision: 113949 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113949 Log: 2006-05-21 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25090] Bad automatic character length

2006-05-18 Thread paul dot richard dot thomas at cea dot fr
--- Comment #4 from paul dot richard dot thomas at cea dot fr 2006-05-18 15:43 --- Created an attachment (id=11486) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11486&action=view) A patch to the patch This fixes the problem with the patch, applied to trunk, that was reported by

[Bug fortran/25090] Bad automatic character length

2006-05-15 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-05-15 19:43 --- Subject: Bug number PR25090 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/2006-05/msg00554.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25090] Bad automatic character length

2006-05-15 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-05-15 17:16 --- Subject: Bug 25090 Author: pault Date: Mon May 15 17:16:26 2006 New Revision: 113796 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113796 Log: 2006-05-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25090] Bad automatic character length

2006-05-11 Thread paul dot richard dot thomas at cea dot fr
--- Comment #1 from paul dot richard dot thomas at cea dot fr 2006-05-11 10:22 --- The following patch fixes this bug. It makes use of existing calls to gfc_resolve_expr, whilst resolving specification expressions, to check that variables used are parameters of each and every entry. S