Re: [PATCH][D] Fix PR90778

2019-06-07 Thread Iain Buclaw
On Fri, 7 Jun 2019 at 14:37, Richard Biener wrote: > > > The following fixes random debug info differences I was experiencing > building the D runtime. The issue is ordering BLOCK_VARS after > a hash-table traversal order which is susceptible to address-space > randomization differences. > > Boot

[PATCH][D] Fix PR90778

2019-06-07 Thread Richard Biener
The following fixes random debug info differences I was experiencing building the D runtime. The issue is ordering BLOCK_VARS after a hash-table traversal order which is susceptible to address-space randomization differences. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. OK fo