Index: translator/GenPoly/Box.cc
===================================================================
--- translator/GenPoly/Box.cc	(revision b1a6d6b5ecf5925aa65742a37eb5caaa0b59cb43)
+++ translator/GenPoly/Box.cc	(revision b87a5edee8b2aa6c36e184150ebd60baf4c64251)
@@ -1059,5 +1059,5 @@
 		    TypeInstType *typeInst = dynamic_cast< TypeInstType *>( objectDecl->get_type() );
 		    assert( typeInst );
-		    UntypedExpr *alloc = new UntypedExpr( new NameExpr( "alloca" ) );
+		    UntypedExpr *alloc = new UntypedExpr( new NameExpr( "__builtin_alloca" ) );
 		    alloc->get_args().push_back( new NameExpr( typeInst->get_name() ) );
 		    UntypedExpr *assign = new UntypedExpr( new NameExpr( "?=?" ) );
