------- Comment #17 from manu at gcc dot gnu dot org 2010-02-14 20:18 ------- (In reply to comment #16) > > This PR, then, is not an accepts-invalid. It's an enhancement request to > reinstate one of the warnings, about accidentally inappropriate use of NULL, > that became disabled by default between gcc-4.1 and gcc-4.2.
Which one? We are not going to warn for conversions to boolean and we are not going to warn for explicit conversions. And we are not going to warn by default, only with -Wconversion. So, please post a testcase as minimal and self-contained (with the smallest number of includes) as possible and point out exactly what you expect to happen. -- manu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35669