--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-23 20:45 ---
4.0.3 also.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-23 20:44
---
Subject: Bug 17740
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED]2005-10-23 20:44:13
Modified files:
gcc/fortran: ChangeLog trans-e
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-14
06:31 ---
Fixed on mainline.
--
What|Removed |Added
Status|NEW |R
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-13
21:46 ---
Subject: Bug 17740
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-09-13 21:46:04
Modified files:
gcc/fortran: ChangeLog trans-expr.c
gcc/t
--- Additional Comments From erik dot edelmann at iki dot fi 2005-08-23
19:54 ---
A patch for this bug has been posted to the mailing list:
http://gcc.gnu.org/ml/fortran/2005-08/msg00406.html
--
What|Removed |Added
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-30 15:32
---
Confirmed. Here's a reduced testcase:
=
module FOO
interface BAR
module procedure BAR2
end interface
contains
elemental integer function BAR2(X)
integ