This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/53472] New: contrib/compare-debug should strip out .comment section
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 24 May 2012 13:39:17 +0000
- Subject: [Bug bootstrap/53472] New: contrib/compare-debug should strip out .comment section
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53472
Bug #: 53472
Summary: contrib/compare-debug should strip out .comment
section
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: hjl.tools@gmail.com
From
http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00284.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53197
Now, as to why for me BUILD_CONFIG isn't bootstrap-debug: configure.ac
activates this by default, but then checks if contrib/compare-debug
actually works for comparing a debug and non-debug .o file. And for
SuSE systems it doesn't, because our system compilers encode some command
line options (among them -g) into a special .comment section.
Any chance you could adjust the script to strip out the .comment section
you mentioned elsewhere, so that you get faster bootstrap with
bootstrap-debug testing too?