This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/28004] Warn if intent(out) dummy variable is used before being defined
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2007 22:54:53 -0000
- Subject: [Bug fortran/28004] Warn if intent(out) dummy variable is used before being defined
- References: <bug-28004-1719@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from dfranke at gcc dot gnu dot org 2007-07-08 22:54 -------
Partially fixed (warn if unused and thus not set).
Changed summary to reflect the remaining task.
Unassigning myself.
--
dfranke at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|dfranke at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
Summary|Warn if intent(out) dummy |Warn if intent(out) dummy
|variable is not set |variable is used before
| |being defined
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28004