[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-04-23 05:39 --- Fixed on trunk but,sadly, not on 4.1 because divergences have become too great. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-04-23 05:33 --- Subject: Bug 25597 Author: pault Date: Sun Apr 23 05:33:16 2006 New Revision: 113191 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113191 Log: 2006-04-23 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2006-04-15 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-04-16 03:45 --- Subject: Bug 25597 Author: pault Date: Sun Apr 16 03:45:24 2006 New Revision: 112981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981 Log: 2006-04-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2006-04-12 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-04-12 19:28 --- Subject: Bug number PR25597 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-04/msg00350.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2006-04-10 Thread paul dot richard dot thomas at cea dot fr
--- Comment #6 from paul dot richard dot thomas at cea dot fr 2006-04-10 14:35 --- (In reply to comment #5) > (In reply to comment #4) > > A little further reduced: > Actually that is a different bug. > Anyways the reduced testcase looks like: > FUNCTION reallocate_hnv(p,n,LEN) >

[Bug fortran/25597] ICE with allocate on the return value of a function, character array with a len of an argument

2005-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-01 06:27 --- (In reply to comment #4) > A little further reduced: Actually that is a different bug. Anyways the reduced testcase looks like: FUNCTION reallocate_hnv(p,n,LEN) CHARACTER(LEN=LEN), DIMENSION(:), POINTER :: re