Re: [21/32] miscelaneous

2020-11-06 Thread Nathan Sidwell
On 11/5/20 8:30 AM, Richard Biener wrote: On Tue, Nov 3, 2020 at 10:16 PM Nathan Sidwell 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

Re: [21/32] miscelaneous

2020-11-05 Thread Richard Biener via Gcc-patches
On Tue, Nov 3, 2020 at 10:16 PM Nathan Sidwell 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_cs

[21/32] miscelaneous

2020-11-03 Thread Nathan Sidwell
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 -- Nathan Sidwell diff --git c/gcc/tree.h w/gcc/tree.h index 7f0aa5b8d1d..13062f52919 100644 --- c/gcc/tree.h +++ w/gcc/tree