This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/81307] [8 regression] g++.dg/debug/debug9.C -gstabs FAILs
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jul 2017 12:52:33 +0000
- Subject: [Bug debug/81307] [8 regression] g++.dg/debug/debug9.C -gstabs FAILs
- Auto-submitted: auto-generated
- References: <bug-81307-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81307
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Looking at gdb I see though that the block_address_function_relative variable
is computed from the object format, so I'm afraid it has to be relative.
Another option is to pretend there isn't just one function, but two with the
same origin.
As -g* options shouldn't affect code generation, we can hardly disable hot/cold
partitioning if -gstabs is used.