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
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: smokeyjoe4u at hotmail dot com
Target Milestone: ---
Created attachment 35709
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35709&action=edit
Test case in C.
I realize I must be the only person on the