[Bug fortran/33986] ICE on allocatable function result

2007-11-16 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-11-16 14:48 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/33986] ICE on allocatable function result

2007-11-16 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-11-16 13:46 --- Subject: Bug 33986 Author: pault Date: Fri Nov 16 13:46:04 2007 New Revision: 130228 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130228 Log: 2007-11-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/33986] ICE on allocatable function result

2007-11-13 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-11-14 07:03 --- Subject: Bug number PR33986 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-11/msg00770.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/33986] ICE on allocatable function result

2007-11-07 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-11-08 07:16 --- This fixes the problem. I'll do something with it when I am back at base - likely, early next week. Paul Index: gcc/fortran/trans-array.c === *** gcc/f

[Bug fortran/33986] ICE on allocatable function result

2007-11-02 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-11-02 23:06 --- Confirmed on x86_64-linux, with latest mainline. The reduced testcase is: $ cat j.f90 function transform_to_spectral_from() result(spectral) integer, allocatable :: spectral(:) call scram(spectral) end functi