[Bug fortran/29315] error passing an array derived from type element

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2006-12-01 01:03 --- Subject: Bug 29315 Author: chaoyingfu Date: Fri Dec 1 01:01:21 2006 New Revision: 119392 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119392 Log: Merged revisions 118654-118785 via svnmerge from svn+

[Bug fortran/29315] error passing an array derived from type element

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-11-12 07:44 --- Fixed on trunk and 4.2. 4.1 will follow next weekend. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29315] error passing an array derived from type element

2006-11-11 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-12 07:40 --- Subject: Bug 29315 Author: pault Date: Sun Nov 12 07:40:26 2006 New Revision: 118719 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118719 Log: 2006-11-12 Paul Thomas <[EMAIL PROTECTED]> PR fortran/29

[Bug fortran/29315] error passing an array derived from type element

2006-11-10 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-11-10 17:22 --- Subject: Bug 29315 Author: pault Date: Fri Nov 10 17:21:57 2006 New Revision: 118659 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118659 Log: 2006-11-10 Paul Thomas <[EMAIL PROTECTED]> PR fortran/29

[Bug fortran/29315] error passing an array derived from type element

2006-11-09 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2006-11-09 22:40 --- Subject: Bug number PR29315 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-11/msg00582.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29315] error passing an array derived from type element

2006-10-27 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-10-27 14:37 --- I am sorry but I realised on looking at this again that the stride has nothing to do with this one - the patch below regtests but has not been checked for correct-in-all-cases logic. Since the original was incorrect,

[Bug fortran/29315] error passing an array derived from type element

2006-10-02 Thread paul dot richard dot thomas at cea dot fr
--- Comment #3 from paul dot richard dot thomas at cea dot fr 2006-10-02 08:09 --- (In reply to comment #2) > Confirmed, we don't set the stride correctly as far as I can tell. This comes about because of the admitted kludge in the mechanism for passing components of derived type array

[Bug fortran/29315] error passing an array derived from type element

2006-10-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-02 03:07 --- Confirmed, we don't set the stride correctly as far as I can tell. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/29315] error passing an array derived from type element

2006-10-01 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-02 02:53 --- I know I have seen a bug like this before. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29315