[Bug fortran/24813] ICE with scalarization LEN of character types

2006-05-07 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-05-08 06:25 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/24813] ICE with scalarization LEN of character types

2006-05-07 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-05-08 05:02 --- Subject: Bug 24813 Author: pault Date: Mon May 8 05:01:56 2006 New Revision: 113618 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113618 Log: 2006-05-08 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/24813] ICE with scalarization LEN of character types

2006-05-06 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-05-07 05:46 --- Subject: Bug 24813 Author: pault Date: Sun May 7 05:46:26 2006 New Revision: 113594 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113594 Log: 2006-05-07 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/24813] ICE with scalarization LEN of character types

2006-04-28 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-04-28 08:00 --- Subject: Bug number PR24813 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/msg01075.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/24813] ICE with scalarization LEN of character types

2006-04-24 Thread paul dot thomas at jet dot uk
--- Comment #5 from paul dot thomas at jet dot uk 2006-04-24 09:10 --- (In reply to comment #4) > This looks to be fixable at trans-intrinsic.c(gfc_conv_intrinsic_len), here a > special switch branch for constructors is needed. > I will make it so. > Paul This is indeed the case; the IC

[Bug fortran/24813] ICE with scalarization LEN of character types

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-04-23 06:03 --- This looks to be fixable at trans-intrinsic.c(gfc_conv_intrinsic_len), here a special switch branch for constructors is needed. I will make it so. Paul -- pault at gcc dot gnu dot org changed: What