[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-18 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-18 18:16 --- Subject: Bug 19926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-18 18:16:22 Modified files: gcc/fortran: ChangeLog primary.c Log message:

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-12 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-06-13 01:49 --- New patch. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01088.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19926

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-11 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-06-11 13:49 --- Subject: Re: Incorrect rank with PARAMETER and array element. On Sat, Jun 11, 2005 at 09:39:13AM -, eedelman at acclab dot helsinki dot fi wrote: > > Just to elaborate on what I mean

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-11 Thread eedelman at acclab dot helsinki dot fi
--- Additional Comments From eedelman at acclab dot helsinki dot fi 2005-06-11 12:43 --- (In reply to comment #7) > One thing that slightly worries my is, why isn't e->rank zero by itself? If > you > make string_comp in the fortran code a PROGRAM instead of SUBROUTINE, e->rank > _is_

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-11 Thread eedelman at acclab dot helsinki dot fi
--- Additional Comments From eedelman at acclab dot helsinki dot fi 2005-06-11 09:39 --- (In reply to comment #4) > I tested the attached patch, which is equivalent to Erik's > patch with the exception that I remove an unnecesary \n in > the conditional of the if (). > > I've also atta

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-06-10 Thread eedelman at acclab dot helsinki dot fi
--- Additional Comments From eedelman at acclab dot helsinki dot fi 2005-06-10 23:35 --- This patch seems to fixe the bug: Index: gcc/fortran/primary.c === RCS file: /cvsroot/gcc/gcc/gcc/fortran/primary.c,v retrieving revis

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-03-12 Thread toon at moene dot indiv dot nluug dot nl
--- Additional Comments From toon at moene dot indiv dot nluug dot nl 2005-03-12 12:57 --- *** Bug 20334 has been marked as a duplicate of this bug. *** -- What|Removed |Added ---

[Bug fortran/19926] Incorrect rank with PARAMETER and array element.

2005-02-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-12 16:51 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E