This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/66446] Incorrect symbol output with -fno-omit-frame-pointer
- From: "smokeyjoe4u at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Jun 2015 23:01:29 +0000
- Subject: [Bug debug/66446] Incorrect symbol output with -fno-omit-frame-pointer
- Auto-submitted: auto-generated
- References: <bug-66446-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66446
--- Comment #2 from Evan G <smokeyjoe4u at hotmail dot com> ---
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 eliminations from the
appropriate module.