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 #7 from bangerth at dealii dot org  2007-10-08 14:56 -------
I've just found a number of other places where currently a VLA
is used and we consequently get a warning with current sources if
using the right flags. These are:

quicksort.h:68
multiway_mergesort.h:142

Benjamin, as a stopgap would you mind using __builtin_alloca in these
places as well?

Thanks
  Wolfgang


-- 


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]