Re: Mapping of TREE_CODE to tree_node

2023-08-15 Thread Jason Merrill via Gcc
On Fri, Aug 11, 2023 at 7:31 PM Aaron Lorey via Gcc wrote: > Am Mo., 3. Juli 2023 um 02:50 Uhr schrieb Andrew Pinski >: > > > > On Sun, Jul 2, 2023 at 5:48 PM Aaron Lorey via Gcc > wrote: > > > > > > Am Mo., 26. Juni 2023 um 20:09 Uhr schrieb David Malcolm < > dmalc...@redhat.com>: > > > > > >

Re: Mapping of TREE_CODE to tree_node

2023-08-11 Thread Aaron Lorey via Gcc
Am Mo., 3. Juli 2023 um 02:50 Uhr schrieb Andrew Pinski : > > On Sun, Jul 2, 2023 at 5:48 PM Aaron Lorey via Gcc wrote: > > > > Am Mo., 26. Juni 2023 um 20:09 Uhr schrieb David Malcolm > > : > > > > > > On Mon, 2023-06-26 at 18:59 +0200, Aaron Lorey via Gcc wrote: > > > > Hello, > > > > > > > > t

Re: Mapping of TREE_CODE to tree_node

2023-07-02 Thread Andrew Pinski via Gcc
On Sun, Jul 2, 2023 at 5:48 PM Aaron Lorey via Gcc wrote: > > Am Mo., 26. Juni 2023 um 20:09 Uhr schrieb David Malcolm > : > > > > On Mon, 2023-06-26 at 18:59 +0200, Aaron Lorey via Gcc wrote: > > > Hello, > > > > > > this is the first time I am writing to a mailing list. I've tried > > > researc

Re: Mapping of TREE_CODE to tree_node

2023-07-02 Thread Aaron Lorey via Gcc
Am Mo., 26. Juni 2023 um 20:09 Uhr schrieb David Malcolm : > > On Mon, 2023-06-26 at 18:59 +0200, Aaron Lorey via Gcc wrote: > > Hello, > > > > this is the first time I am writing to a mailing list. I've tried > > researching the normal procedure but nothing special seems to be > > required. > > >

Re: Mapping of TREE_CODE to tree_node

2023-06-26 Thread David Malcolm via Gcc
On Mon, 2023-06-26 at 18:59 +0200, Aaron Lorey via Gcc wrote: > Hello, > > this is the first time I am writing to a mailing list. I've tried > researching the normal procedure but nothing special seems to be > required. > > I'm currently trying to do a complete graph-discovery of GCC's symtab > /

Re: Mapping of TREE_CODE to tree_node

2023-06-26 Thread Andrew Pinski via Gcc
On Mon, Jun 26, 2023 at 10:01 AM Aaron Lorey via Gcc wrote: > > Hello, > > this is the first time I am writing to a mailing list. I've tried > researching the normal procedure but nothing special seems to be required. > > I'm currently trying to do a complete graph-discovery of GCC's symtab / > tr