Re: [PATCH] Fix path query compute_imports for external path

2022-08-10 Thread Aldy Hernandez via Gcc-patches
Oh, and if it wasn't clear from an earlier message. I'm OK (and thankful) for everything you're doing in this space, especially if you stay on top of the threading counts from patch to patch, and you get your gori questions answered by Andrew ;-). No sense in you getting blocked, since you seem t

Re: [PATCH] Fix path query compute_imports for external path

2022-08-10 Thread Aldy Hernandez via Gcc-patches
Looks good to me. Thanks. Aldy On Wed, Aug 10, 2022 at 3:01 PM Richard Biener wrote: > > The following fixes the use of compute_imports from the backwards > threader which ends up accessing stale m_path from a previous > threading attempt. The fix is to pass in the path explicitely > (and not t