[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-08-20 Thread eedelman at gcc dot gnu dot org
--- Comment #7 from eedelman at gcc dot gnu dot org 2006-08-20 16:24 --- (In reply to comment #6) Eric, can this bug be closed as FIXED now? Yes, I would say so. -- eedelman at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-08-19 Thread eedelman at gcc dot gnu dot org
--- Comment #4 from eedelman at gcc dot gnu dot org 2006-08-19 21:06 --- Subject: Bug 25217 Author: eedelman Date: Sat Aug 19 21:05:59 2006 New Revision: 116261 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116261 Log: fortran/ 2006-08-19 Erik Edelmann [EMAIL PROTECTED]

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-08-19 Thread eedelman at gcc dot gnu dot org
--- Comment #5 from eedelman at gcc dot gnu dot org 2006-08-19 21:31 --- Subject: Bug 25217 Author: eedelman Date: Sat Aug 19 21:31:47 2006 New Revision: 116262 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116262 Log: fortran/ 2006-08-20 Erik Edelmann [EMAIL PROTECTED]

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-08-19 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2006-08-20 00:46 --- Eric, can this bug be closed as FIXED now? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25217

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-07-18 Thread eedelman at gcc dot gnu dot org
-- eedelman at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |eedelman at gcc dot gnu dot |dot org

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-07-18 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-07-18 20:40 --- Subject: Bug number PR 25217 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/2006-07/msg00796.html --

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2006-07-09 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2006-07-09 07:48 --- To quote from the F95 June 97 working draft, note 12.17: Because an INTENT(OUT) variable is considered undefined on entry to the procedure, any default initialization specified for its type will be applied. Of the

[Bug fortran/25217] Derived type dummy argument having intent(out) attribute

2005-12-02 Thread eedelman at gcc dot gnu dot org
--- Comment #1 from eedelman at gcc dot gnu dot org 2005-12-02 19:28 --- Confirmed. -- eedelman at gcc dot gnu dot org changed: What|Removed |Added CC|