On Sat, Mar 29, 2014 at 09:38:38AM +0100, Eric Botcazou wrote: > > Revision 201326 fixes a shrink-wrap bug which is also a regression > > on 4.8 branch. This patch backports it to 4.8 branch. OK for 4.8 > > branch. > > Yes, thanks. > > > I also include a testcase for PR rtl-optimization/60700. OK for > > trunk and 4.8 branch? > > I'd remove #include <stddef.h>.
You'd then have to use __SIZE_TYPE__ in malloc prototype or just drop the prototype and use __builtin_malloc. Jakub