--- Comment #7 from pault at gcc dot gnu dot org 2009-06-20 09:22 ---
Fixed on trunk and 4.4.
Thanks for the report.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #6 from pault at gcc dot gnu dot org 2009-06-20 09:21 ---
Subject: Bug 39800
Author: pault
Date: Sat Jun 20 09:21:06 2009
New Revision: 148741
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148741
Log:
2009-06-20 Paul Thomas
PR fortran/39800
* res
--- Comment #5 from pault at gcc dot gnu dot org 2009-04-20 21:55 ---
Subject: Bug 39800
Author: pault
Date: Mon Apr 20 21:55:26 2009
New Revision: 146457
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146457
Log:
2009-04-20 Paul Thomas
PR fortran/39800
* res
--- Comment #4 from pault at gcc dot gnu dot org 2009-04-20 21:15 ---
Created an attachment (id=17659)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17659&action=view)
patch for both aspects of the PR
Bootstraps and regtests on FC9/x86_64
2009-04-20 Paul Thomas
PR for
--- Comment #3 from burnus at gcc dot gnu dot org 2009-04-18 20:35 ---
> > Thus there are two bugs:
> > - Local TYPE declarations in procedures are wrongly rejected
> by local, I suppose that you mean host associated?
No, I mean:
subroutine sub()
TYPE :: new_local_type
type(
--- Comment #2 from pault at gcc dot gnu dot org 2009-04-18 16:59 ---
(In reply to comment #0)
> Thus there are two bugs:
> - Local TYPE declarations in procedures are wrongly rejected
by local, I suppose that you mean host associated? As you say,
> - Public types with private compon
--- Comment #1 from burnus at gcc dot gnu dot org 2009-04-18 11:29 ---
*** Bug 39805 has been marked as a duplicate of this bug. ***
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
-