This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/33485] parallel v3: do not use __builtin_alloca, use VLA



------- Comment #8 from pinskia at gmail dot com  2007-10-08 16:34 -------
Subject: Re:  parallel v3: do not use __builtin_alloca, use VLA

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33485


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]