[PATCH] [4.8 branch] PR rtl-optimization/60700: Backport revision 201326

Jakub Jelinek jakub@redhat.com
Sat Mar 29 10:52:00 GMT 2014


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



More information about the Gcc-patches mailing list