This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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.cgi?id=22179


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]