Re: [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca

2015-04-16 Thread Jakub Jelinek
On Thu, Apr 16, 2015 at 08:35:27AM -0700, H.J. Lu wrote: > I checked this patch into trunk and will backport it to GCC 5 branch. Ok for GCC 5 branch now. > --- ChangeLog (revision 222150) > +++ ChangeLog (working copy) > @@ -1,3 +1,8 @@ > +2015-04-16 H.J. Lu > + > + * gcc.target/i386/mpx/a

[committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca

2015-04-16 Thread H.J. Lu
I checked this patch into trunk and will backport it to GCC 5 branch. H.J. --- Index: ChangeLog === --- ChangeLog (revision 222150) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2015-04-16 H.J. Lu + + * gcc.target/i386/m