This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37196] New: Broken debug information on FreeBSD (dwarf)
- From: "pip88nl at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2008 22:27:23 -0000
- Subject: [Bug c++/37196] New: Broken debug information on FreeBSD (dwarf)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Follow the steps on either:
http://xinutec.org/~pippijn/files/txt/46e78059d1e42f9381587ea2ab502f2b.txt
https://gist.github.com/56744b9f0a5b0d69b83e
on FreeBSD. Dwarf debug information is wrong, but this only happens on FreeBSD
and only if the compiling (-S) and assembling (-c) step are split. It happens
for PIC and non-PIC code. It happens for i386 and x86_64.
This bug is blocking, because I rely on this separate assembling step due to an
assembly code analysis and pattern replacement stage in my build. It is
especially blocking, because I can't fix a blocking bug in my own software.
--
Summary: Broken debug information on FreeBSD (dwarf)
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pip88nl at gmail dot com
GCC build triplet: i386-undermydesk-freebsd
GCC host triplet: i386-undermydesk-freebsd
GCC target triplet: i386-undermydesk-freebsd
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37196