This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31447] set intent(out) arguments to uninitialized
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2007 09:53:12 -0000
- Subject: [Bug fortran/31447] set intent(out) arguments to uninitialized
- References: <bug-31447-9647@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from burnus at gcc dot gnu dot org 2007-09-14 09:53 -------
Initializing INTENT(OUT) variables should not be the default with
-finit-local-zero; otherwise I'm in favour of this option.
See also PR 33430 for other omissions of the -finit-* patch (cf. PR 20441).
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31447