[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-10-02 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-10-02 08:46 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-10-02 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-10-02 08:12 --- Subject: Bug 33566 Author: pault Date: Tue Oct 2 08:12:11 2007 New Revision: 128951 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128951 Log: 2007-10-02 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-09-29 09:40 --- Subject: Bug number PR33566 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-09/msg02054.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-09-29 09:21 --- (In reply to comment #2) I take that back - I had to copy the patch by hand and, inevitably, got it wrong. I'll regtest over again and then submit it. Je te remercie, Mikael! Paul -- http://gcc.gnu.org/bugzill

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-29 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-09-29 08:48 --- (In reply to comment #1) This causes one regression - data_components_1.f90. I either have to check if the reference is not constant or to try to simplify the expression and see if the result is constant. Paul --

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-28 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-09-28 15:48 --- It transpires that the fix that I used for use associated, derived type parameters works here too: Index: gcc/fortran/primary.c === *** gcc/fortran/prima

[Bug fortran/33566] fortran : wrong rank of derived type parameters array components

2007-09-26 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added CC||burnus at gcc dot gnu dot |