https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120207
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to H.J. Lu from comment #4) > (In reply to Andrew Pinski from comment #3) > > Created attachment 61395 [details] > > Patch which I am testing > > -/* Like print_rtx, except specify a file. */ > +/* Like print_rtx, except only print the first of the chain > ^^^^^^^^^^ Shouldn't it be print_rtl? > + rather than all of the chain. */ Yes I will fix it before submitting it. Though it seems like sometimes rtl and other times rtx is used. e.g. print_rtx and print_rtl both does exist as a method of rtx_writer. Though print_rtl_single is basically the same as print_rtx ... So let me try to clean that mess up some more then. My patch is just a stop gap.