First-- thanks to Daniel Dunbar for reporting this issue from my earlier coarse report on IRC and to Devang Patel for fixing it.
I'm writing to request that this fix (r81058) find its way into the 2.6 release. Code compiled with clang that uses VLAs is horribly broken without r81058 (at least on x86-64). I don't know if it has any other implications but it's definitely greatly stabilizing for our code base.
First-- thanks to Daniel Dunbar for reporting this issue from my
earlier coarse report on IRC and to Devang Patel for fixing it.
I'm writing to request that this fix (r81058) find its way into the
2.6 release. Code compiled with clang that uses VLAs is horribly
broken without r81058 (at least on x86-64). I don't know if it has
any other implications but it's definitely greatly stabilizing for our
code base.
hmmm... r81058 fixes a bug in the code that I added as part of r79742. We definitely do not want to add r79742 in 2.6. Are we sure that 4879 is not a recent regression ?