On Mon, Apr 20, 2020 at 1:25 PM Thomas Koenig via Fortran <fort...@gcc.gnu.org> wrote: > > Hello world, > > after finding myself debug a PR where showing all the attributes > of a symbol would have helped enormously (which I realized only > afterwards), I went ahead and added most of the flags to show_attr, > in the hope that this will help all of us debugging some murky corners > of the compiler where attributes are not what they should be. > > If you see anything that is still missing, please freel free > to add. > > Committed as obvious (no user impact) after testing that > the compiler still compiles :-) > > Regards > > Thomas > > 2020-04-20 Thomas Koenig <tkoe...@gcc.gnu.org> > > * dump-parse-tree.c (show_attr): Add numerous flags, some cleanup.
Thanks!! I've always thought these should be handled. --- Fritz Reese