--- Comment #18 from pault at gcc dot gnu dot org 2007-07-31 22:28 ---
Fixed on trunk - this is clearly related to pr31214 so, hey ho, off to work
we go!
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #17 from pault at gcc dot gnu dot org 2007-07-31 22:14 ---
Subject: Bug 31609
Author: pault
Date: Tue Jul 31 22:14:29 2007
New Revision: 127108
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127108
Log:
2007-08-01 Paul Thomas <[EMAIL PROTECTED]>
PR fortran
--- Comment #16 from patchapp at dberlin dot org 2007-07-31 14:15 ---
Subject: Bug number PR31609
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-07/msg02177.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #15 from jvdelisle at gcc dot gnu dot org 2007-07-31 01:39
---
Regression tests fine on X86-64-Gnu/Linux
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609
--- Comment #14 from pault at gcc dot gnu dot org 2007-07-30 16:22 ---
To my amazement, the patch below fixes the problem and, I am pretty sure, will
complete its regtest OK.
Before posting it, I want to thoroughly check that I have understood the
problem and that the fix is valid.
Che
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2007-07-29 23:23
---
The patch applied in Comment #11 fixes the original test case.
The modified test case in Comment #8 is still broken.
pr31609-2.f90: In function master.0.j:
pr31609-2.f90:10: internal compiler error: in gfc_co
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-07-28 22:02
---
Subject: Bug 31609
Author: jvdelisle
Date: Sat Jul 28 22:02:42 2007
New Revision: 127028
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127028
Log:
2007-07-29 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2007-07-28 21:17
---
Subject: Bug 31609
Author: jvdelisle
Date: Sat Jul 28 21:17:20 2007
New Revision: 127026
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127026
Log:
2007-07-28 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2007-07-28 15:29
---
Created an attachment (id=13994)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13994&action=view)
Example of bad translation
This attached example of tree-dump-original shows that we are getting a
translat
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-07-26 05:35
---
This fixes the infinite recursive loop and fixes a segfault I was getting on
the original test case. The test case in comment #8 is something different.
Index: resolve.c
=
--- Comment #8 from pault at gcc dot gnu dot org 2007-07-09 04:45 ---
This ICEs as well:
MODULE ksbin1_aux_mod
interface foo
module procedure k
end interface
CONTAINS
FUNCTION j ()
j = 1
ENTRY k ()
k = 2
END FUNCTION j
END MODULE ksbin1_aux_mod
I though
--- Comment #7 from jvdelisle at verizon dot net 2007-07-08 19:54 ---
Subject: Re: module that calls a contained function with an
ENTRY point
pault at gcc dot gnu dot org wrote:
> --- Comment #5 from pault at gcc dot gnu dot org 2007-07-08 19:40 ---
> (In reply to comment #4)
--- Comment #6 from dfranke at gcc dot gnu dot org 2007-07-08 19:44 ---
> Not sure if this is same bug or new one.
Paul, this probably became PR32594.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609
--- Comment #5 from pault at gcc dot gnu dot org 2007-07-08 19:40 ---
(In reply to comment #4)
> Not sure if this is same bug or new one.
>
Al,
How do I load a .zip file through Bugzilla, please?
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31609
--- Comment #4 from dfranke at gcc dot gnu dot org 2007-07-08 15:20 ---
Jerry,
the patch in PR32157, comment #2 seems to fix this one as well.
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
-
15 matches
Mail list logo