From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1492 invoked by alias); 8 Feb 2010 11:19:57 -0000 Received: (qmail 1449 invoked by uid 48); 8 Feb 2010 11:19:46 -0000 Date: Mon, 08 Feb 2010 11:19:00 -0000 Message-ID: <20100208111946.1448.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/33485] parallel v3: do not use __builtin_alloca, use VLA In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg00681.txt.bz2 ------- Comment #16 from paolo dot carlini at oracle dot com 2010-02-08 11:19 ------- Can we review this issue? Two comments: 1- Now I can see only dynamic memory allocations via new / delete everywhere, thus, no __builtin_alloca; 2- *If* one really wanted to use VLAs, now it should be possible, because we are much better at honoring the system header pragma. Thus, either way, I suspect this PR could be resolved rather quickly or even immediately... -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |singler at kit dot edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33485