Re: [PATCH] warn-access: Fix up warning_at arguments

2022-01-20 Thread Richard Biener via Gcc-patches
On Fri, 21 Jan 2022, Jakub Jelinek wrote: > Hi! > > A warning regression fix I'm about to post warns (and breaks bootstrap due > to that) on the following spot. Seems it is a copy and paste from > earlier code that mentions the %qD variable instead of talking about > unnamed temporary. > > Boot

[PATCH] warn-access: Fix up warning_at arguments

2022-01-20 Thread Jakub Jelinek via Gcc-patches
Hi! A warning regression fix I'm about to post warns (and breaks bootstrap due to that) on the following spot. Seems it is a copy and paste from earlier code that mentions the %qD variable instead of talking about unnamed temporary. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for t