--- Comment #8 from pault at gcc dot gnu dot org 2006-06-11 22:33 ---
Cracked on trunk and 4.1.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from pault at gcc dot gnu dot org 2006-06-11 22:32 ---
Subject: Bug 24558
Author: pault
Date: Sun Jun 11 22:32:26 2006
New Revision: 114551
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114551
Log:
2006-06-12 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #6 from pault at gcc dot gnu dot org 2006-06-09 22:16 ---
Subject: Bug 24558
Author: pault
Date: Fri Jun 9 22:16:08 2006
New Revision: 114526
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114526
Log:
2006-06-10 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #5 from patchapp at dberlin dot org 2006-05-31 12:45 ---
Subject: Bug number PR24558
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-05/msg01548.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #4 from pault at gcc dot gnu dot org 2006-05-30 07:43 ---
Created an attachment (id=11535)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11535&action=view)
Preliminary patch to fix the PR
This needs a lot of sprucing up and checking out but it compiles and runs the
ver
--- Comment #3 from pault at gcc dot gnu dot org 2006-03-15 08:15 ---
I am working on this one slowly but making progress nonetheless.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-14 15:14 ---
A simplier example from progsf90:
module ranlib
CONTAINS
LOGICAL FUNCTION qrgnin()
LOGICAL qrgnsn
ENTRY qrgnsn(qvalue)
end function
end module
--
http://gcc.gnu.org/bugz
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-27 23:12 ---
For the second one, I get an ICE:
t.f90:10: internal compiler error: in gfc_conv_variable, at
fortran/trans-expr.c:355
But confirmed otherwise.
--
pinskia at gcc dot gnu dot org changed:
What|Rem