Re: PR middle-end/16351 NULL dereference warnings

2015-08-05 Thread Richard Biener
On Mon, 3 Aug 2015, Manuel López-Ibáñez wrote: > PING: https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01860.html > > Actually, the xfailed test was because the function folded to nothing > and the offending code was removed without warning. Fixed in the > attached version. Same changelog. Ok. Th

Re: PR middle-end/16351 NULL dereference warnings

2015-08-03 Thread Manuel López-Ibáñez
PING: https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01860.html Actually, the xfailed test was because the function folded to nothing and the offending code was removed without warning. Fixed in the attached version. Same changelog. On 22 July 2015 at 17:52, Manuel López-Ibáñez wrote: > I took

PR middle-end/16351 NULL dereference warnings

2015-07-22 Thread Manuel López-Ibáñez
I took the patch in https://gcc.gnu.org/ml/gcc-patches/2014-01/msg01715.html and removed the Wnull-attribute part, since most of it can be done from the FE as shown in https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01857.html and also to make the patch smaller and easier to review. I also fixed th