[Bug debug/66446] Incorrect symbol output with -fno-omit-frame-pointer

2015-06-08 Thread smokeyjoe4u at hotmail dot com
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

[Bug debug/66446] Incorrect symbol output with -fno-omit-frame-pointer

2015-06-08 Thread smokeyjoe4u at hotmail dot com
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