[Bug c/22179] Erroneous compiler warning: null argument where non-null required

2005-06-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-24 23:13 --- This is basicially PR 17308. *** This bug has been marked as a duplicate of 17308 *** -- What|Removed |Added

[Bug c/22179] Erroneous compiler warning: null argument where non-null required

2005-06-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-24 23:06 --- This is because we don't use flow control for this warning at all and this warning is done in the front- end instead of the middle-end where we have flow control. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c/22179] Erroneous compiler warning: null argument where non-null required

2005-06-24 Thread jesse dot millan at gmail dot com
--- Additional Comments From jesse dot millan at gmail dot com 2005-06-24 22:49 --- Created an attachment (id=9146) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9146&action=view) The C file that will generate the warning. (-Wall required) Null is explicity checked for before mak

[Bug c/22179] Erroneous compiler warning: null argument where non-null required

2005-06-24 Thread jesse dot millan at gmail dot com
-- What|Removed |Added CC||jesse dot millan at gmail ||dot com http://gcc.gnu.org/bugzilla

[Bug c/22179] Erroneous compiler warning: null argument where non-null required

2005-06-24 Thread jesse dot millan at gmail dot com
--- Additional Comments From jesse dot millan at gmail dot com 2005-06-24 22:50 --- Created an attachment (id=9147) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9147&action=view) Preprocessed version of the example -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22179