On Tue, Nov 3, 2020 at 10:16 PM Nathan Sidwell <nat...@acm.org> wrote: > > These are changes to gcc/tree.h adding some raw accessors to nodes, > which seemed preferable to direct field access. I also needed access to > the integral constant cache
can you please document the adjusted interface to cache_integer_cst in its (non-existing) function level comment? It looks like 'replace'== true turns it into get_or_insert from now put with an assertion it wasn't in the cache. Otherwise OK. Thanks, Richard. > > -- > Nathan Sidwell >