This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] [4.8 branch] PR rtl-optimization/60700: Backport revision 201326
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>, gcc-patches at gcc dot gnu dot org
- Date: Sat, 29 Mar 2014 09:47:43 +0100
- Subject: Re: [PATCH] [4.8 branch] PR rtl-optimization/60700: Backport revision 201326
- Authentication-results: sourceware.org; auth=none
- References: <20140328215933 dot GA31437 at intel dot com> <16261797 dot CAtWvAeyxj at polaris>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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