This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47214] False warning "null argument where non-null required"
- From: "pkoning at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Jan 2011 12:00:58 +0000
- Subject: [Bug c/47214] False warning "null argument where non-null required"
- Auto-submitted: auto-generated
- References: <bug-47214-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47214
--- Comment #2 from Paul Koning <pkoning at gcc dot gnu.org> 2011-01-11 12:00:56 UTC ---
Not if you look at that call in isolation, true. But right before it in the
test program is a check that does exactly this.