--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32047
--- Comment #5 from pault at gcc dot gnu dot org 2007-05-25 07:35 ---
Resolved on trunk
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
Sta
--- Comment #4 from pault at gcc dot gnu dot org 2007-05-25 07:34 ---
Subject: Bug 32047
Author: pault
Date: Fri May 25 06:34:10 2007
New Revision: 125057
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125057
Log:
2007-05-25 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #3 from patchapp at dberlin dot org 2007-05-23 11:55 ---
Subject: Bug number PR32047
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-05/msg01541.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #2 from pault at gcc dot gnu dot org 2007-05-23 11:36 ---
I will submit a patch in a few minutes.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from burnus at gcc dot gnu dot org 2007-05-22 19:28 ---
Same error, but now for a valid program. Compiles and runs with NAG f95, g95
and ifort.
module test1
implicit none
contains
character(f()) function test2() result(r)
interface
pure function f()