This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/22232] New: Bug in "fixproto" (missing escape)
- From: "afb at users dot sf dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jun 2005 14:02:25 -0000
- Subject: [Bug other/22232] New: Bug in "fixproto" (missing escape)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
A bug in the fixproto script makes it get the wrong dir name when:
a) on Darwin, with a different "find" command
b) short directories are present in include dir
This is because a period was not escaped in a sed script within.
i.e. sed -e 's|^./||'`
Suppose to only change ./ beginnings, but wiped my d/ as well...
--
Summary: Bug in "fixproto" (missing escape)
Product: gcc
Version: 3.3.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: afb at users dot sf dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-apple-darwin7
GCC host triplet: powerpc-apple-darwin7
GCC target triplet: powerpc-apple-darwin7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232