On Wed, Jun 11, 2003 at 10:32:30PM -0700, Kris Kennaway wrote: > alloca() is not being inlined when -std is specified. It is possible > there's a bug in the libc implementation. I'm also suspicious that > some of the ppp data structures have changed size or alignment which > could be confusing netgraph. Acutally -std=c?9, -std=gnu?9 uses GCC's alloca. I don't mind finding all the alloca uses in the tree and compiling them with -std=gnu99 instead of -std=c99.Received on Thu Jun 12 2003 - 13:09:52 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:11 UTC