[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2007-10-04 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-10-04 20:37 --- Subject: Bug number PR 25097 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-10/msg00267.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-07-16 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-07-16 17:21 --- Fixed on trunk and 4.2 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-07-16 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-07-16 17:17 --- Subject: Bug 25097 Author: pault Date: Sun Jul 16 17:17:04 2006 New Revision: 115502 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115502 Log: 2006-07-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-07-12 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-07-13 05:07 --- Subject: Bug 25097 Author: pault Date: Thu Jul 13 05:07:35 2006 New Revision: 115410 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115410 Log: 2006-07-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-07-11 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-07-11 16:10 --- Subject: Bug number PR25097 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/msg00476.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2006-01-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-13 18:40 --- It is not just derived types, it is also arrays too: The following is invalid code and should be rejected. subroutine my_sio_file_write_common(data_c1) real, intent(in), optional :: data_c1(4)

[Bug fortran/25097] Component of optional argument allowed as arg. to PRESENT

2005-11-30 Thread eedelman at gcc dot gnu dot org
--- Comment #1 from eedelman at gcc dot gnu dot org 2005-11-30 12:49 --- Confirmed. -- eedelman at gcc dot gnu dot org changed: What|Removed |Added Status|UN