--- Comment #8 from pault at gcc dot gnu dot org 2007-10-02 07:21 ---
Fixed on trunk
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from pault at gcc dot gnu dot org 2007-10-02 07:17 ---
Subject: Bug 31154
Author: pault
Date: Tue Oct 2 07:17:01 2007
New Revision: 128948
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128948
Log:
2007-10-02 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #6 from patchapp at dberlin dot org 2007-09-27 00:11 ---
Subject: Bug number PR31154
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-09/msg01901.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #5 from pault at gcc dot gnu dot org 2007-09-22 18:43 ---
I'd better get on with it!
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from patchapp at dberlin dot org 2007-09-08 05:02 ---
Subject: Bug number PR31154
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-09/msg00618.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #3 from burnus at gcc dot gnu dot org 2007-09-07 15:02 ---
(In reply to comment #2)
This accept-invalid bug is now tracked as PR4.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31154
--- Comment #2 from burnus at gcc dot gnu dot org 2007-07-02 22:28 ---
Related is the checking of type(*). Here, in decl.c everything is allowed and a
later check is missing. Result: accepts invalid:
--
module x
implicit none
type t
integer :: i
end type t
interface
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last recon
--- Comment #1 from brooks at gcc dot gnu dot org 2007-03-16 22:39 ---
This is probably related to Bug #31229.
--
brooks at gcc dot gnu dot org changed:
What|Removed |Added
---