[Bug fortran/29387] ICE on character array function of variable length

2006-11-29 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #11 from chaoyingfu at gcc dot gnu dot org 2006-11-30 01:10 --- Subject: Bug 29387 Author: chaoyingfu Date: Thu Nov 30 01:10:16 2006 New Revision: 119349 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119349 Log: Merged revisions 118220-118221 via svnmerge from svn

[Bug fortran/29387] ICE on character array function of variable length

2006-11-25 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-11-25 14:41 --- (In reply to comment #9) Sorry, this was a slip of the digits in the ChangeLog Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29387

[Bug fortran/29387] ICE on character array function of variable length

2006-11-24 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-11-24 22:22 --- Subject: Bug 29387 Author: pault Date: Fri Nov 24 22:22:40 2006 New Revision: 119173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119173 Log: 2006-11-24 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/29387] ICE on character array function of variable length

2006-11-10 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-11-10 21:52 --- Subject: Bug 29387 Author: pault Date: Fri Nov 10 21:52:00 2006 New Revision: 118666 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118666 Log: 2006-11-10 Paul Thomas <[EMAIL PROTECTED]> Backport from

[Bug fortran/29387] ICE on character array function of variable length

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-05 22:07 --- Fixed on trunk and 4.2 - will do 4.1 in the next 48hours. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29387] ICE on character array function of variable length

2006-11-05 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-11-05 08:46 --- Subject: Bug 29387 Author: pault Date: Sun Nov 5 08:46:02 2006 New Revision: 118493 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118493 Log: 2006-11-05 Francois-Xavier Coudert <[EMAIL PROTECTED],org>

[Bug fortran/29387] ICE on character array function of variable length

2006-10-30 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-10-31 06:03 --- Subject: Bug 29387 Author: pault Date: Tue Oct 31 06:03:24 2006 New Revision: 118220 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118220 Log: 2006-10-31 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/29387] ICE on character array function of variable length

2006-10-19 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-10-19 12:21 --- Subject: Bug number PR29387 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-10/msg00982.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29387] ICE on character array function of variable length

2006-10-17 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-10-18 04:25 --- Created an attachment (id=12451) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12451&action=view) Middle-end part of the patch This attaches the appropriate code to trans-intrinsic.c to fix bot testcases below.

[Bug fortran/29387] ICE on character array function of variable length

2006-10-10 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-10-10 09:50 --- FX, There are two problems here; one is specific to LEN and the other is generic to intrinsics and array valued actual arguments: The LEN specific problem is that there is no need to call the function at all, in the

[Bug fortran/29387] ICE on character array function of variable length

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:53 --- Another testcase for this bug: TYPE T1 INTEGER, POINTER :: I=>NULL() END TYPE T1 IF(.NOT.ASSOCIATED(F1(10))) CALL ABORT() CONTAINS FUNCTION F1(I) RESULT(R) TYPE(T1), DIMENSION(:), POINTER :: R INTEG

[Bug fortran/29387] ICE on character array function of variable length

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon