This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug libstdc++/33485] parallel v3: do not use __builtin_alloca, use VLA
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 8 Oct 2007 09:34:05 -0700
- Subject: Re: [Bug libstdc++/33485] parallel v3: do not use __builtin_alloca, use VLA
- References: <bug-33485-102@http.gcc.gnu.org/bugzilla/> <20071008145618.10932.qmail@sourceware.org>
On 8 Oct 2007 14:56:18 -0000, bangerth at dealii dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> quicksort.h:68
> multiway_mergesort.h:142
>
> Benjamin, as a stopgap would you mind using __builtin_alloca in these
> places as well?
Why not use __extension__ in those places?
-- Pinski