--- Comment #8 from tkoenig at gcc dot gnu dot org 2008-07-02 14:40 ---
Fixed. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from tkoenig at gcc dot gnu dot org 2008-07-02 14:38 ---
Subject: Bug 36590
Author: tkoenig
Date: Wed Jul 2 14:36:58 2008
New Revision: 137355
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137355
Log:
2008-07-02 Thomas Koenig <[EMAIL PROTECTED]>
PR fo
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot
|dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2008-06-22 16:26 ---
Patch. The problem was that gfortran failed to find a conversion routine for
logical(1) to logical(1), now it simply does nothing and reports success.
I'm not sure whether BT_VOID needs some special care or not. (Cf.
--- Comment #5 from burnus at gcc dot gnu dot org 2008-06-22 12:28 ---
The error only occurs for logical(1), kind=2,4,8,16 all work.
The program also works if one removes the .not.
interface Near0
function Near0_dp (TestNumber) result (NumberNear0)
real :: TestNumber(2
--- Comment #4 from burnus at gcc dot gnu dot org 2008-06-21 20:16 ---
CONFIRM. Reduced test case:
MODULE MTFControlArgs
TYPE, PUBLIC :: TMTFControlArgs
Real(8) :: PolyMTFWeight (1:10)
end type TMTFControlArgs
interface Near0
elemental function Near0_dp (TestNumber) resul
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-21 19:26
---
I have not confirmed this but its not a "blocker". Next step will be to see if
someone can reduce this.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from clerman at fuse dot net 2008-06-21 16:28 ---
Subject: gfortran bug 36590
Hello,
Attached is the zipped tar archive that will enable you to reproduce gfortran
bug 36590.
Unpack the archive in a directory and then invoke file bug3.sh to reproduce
it. If there are