--- Comment #6 from burnus at gcc dot gnu dot org 2007-08-13 21:08 ---
Mark really as fixed.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
Sta
--- Comment #5 from pault at gcc dot gnu dot org 2007-08-13 21:04 ---
Fixed on trunk
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32827
--- Comment #4 from pault at gcc dot gnu dot org 2007-08-13 20:58 ---
Subject: Bug 32827
Author: pault
Date: Mon Aug 13 20:58:00 2007
New Revision: 127397
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127397
Log:
2007-08-13 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #3 from patchapp at dberlin dot org 2007-08-12 11:50 ---
Subject: Bug number PR32827
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-08/msg00775.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-08-08 17:22
---
I think it is indeed valid.
type :: my_type
integer :: data
end type my_type
interface
subroutine func1(param)
import :: my_type
type(my_type) :: param
end subroutine func1
end in
--- Comment #1 from tkoenig at gcc dot gnu dot org 2007-07-20 16:22 ---
Not architecture specific.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
GCC bui