Re: [PATCH] gimple-fold: fix further missing stmt locations [PR104308]

2022-04-19 Thread Richard Biener via Gcc-patches
On Thu, Apr 14, 2022 at 3:25 PM David Malcolm via Gcc-patches wrote: > > PR analyzer/104308 initially reported about a > -Wanalyzer-use-of-uninitialized-value diagnostic using UNKNOWN_LOCATION > when complaining about certain memmove operations where the source > is uninitialized. > > In r12-7856-

[PATCH] gimple-fold: fix further missing stmt locations [PR104308]

2022-04-14 Thread David Malcolm via Gcc-patches
PR analyzer/104308 initially reported about a -Wanalyzer-use-of-uninitialized-value diagnostic using UNKNOWN_LOCATION when complaining about certain memmove operations where the source is uninitialized. In r12-7856-g875342766d4298 I fixed the missing location for a stmt generated by gimple_fold_bu