This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Similarities between gcc and binutils
- From: NightStrike <nightstrike at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 27 Jun 2007 22:27:00 -0400
- Subject: Similarities between gcc and binutils
I recently submitted my first bug and patch to gcc
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32532), and it dealt with
an unused variable in libiberty/argv.c. I just found out that the
same condition exists at the same line in the same file for binutils.
Are these files supposed to be in sych somehow? Am I supposed to
submit the bug to both products?