This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]