[Bug fortran/20893] unconditional use of optional argument not detected

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:20 --- Fixed on trunk and 4.2 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20893] unconditional use of optional argument not detected

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 20893 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/20893] unconditional use of optional argument not detected

2006-07-16 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-07-16 15:02 --- Subject: Bug 20893 Author: pault Date: Sun Jul 16 15:01:59 2006 New Revision: 115499 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115499 Log: 2006-07-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20893] unconditional use of optional argument not detected

2006-07-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-07-11 14:42 --- Patch submitted to the list -- pault at gcc dot gnu dot org changed: What|Removed |Added Ass

[Bug fortran/20893] unconditional use of optional argument not detected

2006-07-11 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-07-11 14:35 --- Subject: Bug number PR20893 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/msg00461.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/20893] unconditional use of optional argument not detected

2005-09-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|enhancement |minor GCC target triplet|i686-pc-linux-gnu | Last reconfirmed|2005-05-19 17:19:44 |2005-09

[Bug fortran/20893] unconditional use of optional argument not detected

2005-05-19 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-19 17:19 --- to avoid confusion about what's wrong: MAX(A1,A2,A3) is legal with A1, A2 scalar and A3 array-valued. -- What|Removed |Added