This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21320] possible false positives for '$foo may be used uninitialized in this function'
- From: "olh at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2005 06:17:35 -0000
- Subject: [Bug middle-end/21320] possible false positives for '$foo may be used uninitialized in this function'
- References: <20050501164321.21320.olh@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From olh at suse dot de 2005-05-11 06:17 -------
Is there an attribute to declare a function as 'will never return NULL'?
In this case it is true, the called function dereferences the pointer
to return before returning to the caller.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21320