On Fri, Nov 23, 2018 at 1:18 PM Nikhil Benesch <nikhil.bene...@gmail.com> wrote: > > 2018-11-22 Nikhil Benesch <nikhil.bene...@gmail.com> > > * gcc/godump.c (go_output_typedef): When outputting a typedef, use > the refer to the underlying type by its name and not its structure. > This is necessary when the typedef occurs before the definition of > an element of the underlying type. > * gcc.misc-tests/godump-1.c: Add test cases for the new behavior.
Thanks. Committed to mainline. Ian