This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/19587] Unnecessary warning for class-wide out parameters
- From: "bosch at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2005 22:31:19 -0000
- Subject: [Bug ada/19587] Unnecessary warning for class-wide out parameters
- References: <20050123110108.19587.fw@deneb.enyo.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bosch at gcc dot gnu dot org 2005-02-24 22:31 -------
The type conversion to Foo_Real constitutes a read of F, which, being an out-parameter, is by definition
is not initialized. The warning is correct.
-Geert
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19587