https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66446
--- Comment #2 from Evan G ---
Oh wait, I got it. The LRA stuff wasn't added to dbxout.c, so stabs were being
generated based on the old reload1 eliminations. The attached patch takes the
same approach as dwarf2out.c, and uses register eliminatio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66446
--- Comment #1 from Evan G ---
Created attachment 35719
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35719&action=edit
Patch to use LRA eliminations in dbxout