[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

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

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