--- 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
--- 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/
--- 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/
--- 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
--- 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
--- 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