public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca
@ 2015-04-16 15:35 H.J. Lu
  2015-04-16 15:37 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 2015-04-16 15:35 UTC (permalink / raw)
  To: gcc-patches

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  <hongjiu.lu@intel.com>
+
+	* gcc.target/i386/mpx/alloca-1-lbv.c (mpx_test): Replace
+	__buitlin_alloca with __builtin_alloca.
+
 2015-04-16  Alan Lawrence  <alan.lawrence@arm.com>
 
 	* gcc.target/aarch64/vldN_lane_1.c: Correct dup->lane in comments.
Index: gcc.target/i386/mpx/alloca-1-lbv.c
===================================================================
--- gcc.target/i386/mpx/alloca-1-lbv.c	(revision 222150)
+++ gcc.target/i386/mpx/alloca-1-lbv.c	(working copy)
@@ -16,7 +16,7 @@ int rd (int *p, int i)
 
 int mpx_test (int argc, const char **argv)
 {
-  int *buf = (int *)__buitlin_alloca (100 * sizeof(int));
+  int *buf = (int *)__builtin_alloca (100 * sizeof(int));
 
   rd (buf, -1);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca
  2015-04-16 15:35 [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca H.J. Lu
@ 2015-04-16 15:37 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2015-04-16 15:37 UTC (permalink / raw)
  To: H.J. Lu; +Cc: gcc-patches

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  <hongjiu.lu@intel.com>
> +
> +	* gcc.target/i386/mpx/alloca-1-lbv.c (mpx_test): Replace
> +	__buitlin_alloca with __builtin_alloca.
> +
>  2015-04-16  Alan Lawrence  <alan.lawrence@arm.com>
>  
>  	* gcc.target/aarch64/vldN_lane_1.c: Correct dup->lane in comments.
> Index: gcc.target/i386/mpx/alloca-1-lbv.c
> ===================================================================
> --- gcc.target/i386/mpx/alloca-1-lbv.c	(revision 222150)
> +++ gcc.target/i386/mpx/alloca-1-lbv.c	(working copy)
> @@ -16,7 +16,7 @@ int rd (int *p, int i)
>  
>  int mpx_test (int argc, const char **argv)
>  {
> -  int *buf = (int *)__buitlin_alloca (100 * sizeof(int));
> +  int *buf = (int *)__builtin_alloca (100 * sizeof(int));
>  
>    rd (buf, -1);
>  

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-16 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16 15:35 [committed, PATCH]: Replace __buitlin_alloca with __builtin_alloca H.J. Lu
2015-04-16 15:37 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).