public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/22232] New: Bug in "fixproto" (missing escape)
@ 2005-06-29 14:02 afb at users dot sf dot net
  2005-06-29 14:03 ` [Bug other/22232] " afb at users dot sf dot net
  2005-08-23  2:21 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 8+ messages in thread
From: afb at users dot sf dot net @ 2005-06-29 14:02 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
  2005-06-29 14:02 [Bug other/22232] New: Bug in "fixproto" (missing escape) afb at users dot sf dot net
@ 2005-06-29 14:03 ` afb at users dot sf dot net
  2005-08-23  2:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: afb at users dot sf dot net @ 2005-06-29 14:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From afb at users dot sf dot net  2005-06-29 14:03 -------
Created an attachment (id=9172)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9172&action=view)
gcc-3.3.6-fixproto.patch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
  2005-06-29 14:02 [Bug other/22232] New: Bug in "fixproto" (missing escape) afb at users dot sf dot net
  2005-06-29 14:03 ` [Bug other/22232] " afb at users dot sf dot net
@ 2005-08-23  2:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-23  2:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
       [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2008-01-24 21:28 ` bje at gcc dot gnu dot org
@ 2008-01-24 21:36 ` bje at gcc dot gnu dot org
  4 siblings, 0 replies; 8+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-01-24 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bje at gcc dot gnu dot org  2008-01-24 21:27 -------
Fixed in r131809.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
       [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2008-01-24  2:33 ` bje at gcc dot gnu dot org
@ 2008-01-24 21:28 ` bje at gcc dot gnu dot org
  2008-01-24 21:36 ` bje at gcc dot gnu dot org
  4 siblings, 0 replies; 8+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-01-24 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bje at gcc dot gnu dot org  2008-01-24 20:53 -------
Subject: Bug 22232

Author: bje
Date: Thu Jan 24 20:52:56 2008
New Revision: 131809

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131809
Log:
Committed with RM approval this time.

        PR other/22232
        * fixproto: Escape "." in sed expression that strips leading "./".

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fixproto


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
       [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
  2008-01-21 23:30 ` bje at gcc dot gnu dot org
  2008-01-24  0:48 ` bje at gcc dot gnu dot org
@ 2008-01-24  2:33 ` bje at gcc dot gnu dot org
  2008-01-24 21:28 ` bje at gcc dot gnu dot org
  2008-01-24 21:36 ` bje at gcc dot gnu dot org
  4 siblings, 0 replies; 8+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-01-24  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bje at gcc dot gnu dot org  2008-01-24 00:12 -------
Subject: Bug 22232

Author: bje
Date: Thu Jan 24 00:11:47 2008
New Revision: 131769

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131769
Log:
Revert this patch, as it is not a regression.

2008-01-24  Ben Elliston  <bje@au.ibm.com>

        PR other/22232
        * fixproto: Escape "." in sed expression that strips leading "./".

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fixproto


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
       [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
  2008-01-21 23:30 ` bje at gcc dot gnu dot org
@ 2008-01-24  0:48 ` bje at gcc dot gnu dot org
  2008-01-24  2:33 ` bje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-01-24  0:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bje at gcc dot gnu dot org  2008-01-23 23:27 -------
Subject: Bug 22232

Author: bje
Date: Wed Jan 23 23:26:24 2008
New Revision: 131768

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131768
Log:
        PR other/22232
        * fixproto: Escape "." in sed expression that strips leading "./".

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fixproto


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug other/22232] Bug in "fixproto" (missing escape)
       [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
@ 2008-01-21 23:30 ` bje at gcc dot gnu dot org
  2008-01-24  0:48 ` bje at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: bje at gcc dot gnu dot org @ 2008-01-21 23:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bje at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-21 23:25:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-01-24 21:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-29 14:02 [Bug other/22232] New: Bug in "fixproto" (missing escape) afb at users dot sf dot net
2005-06-29 14:03 ` [Bug other/22232] " afb at users dot sf dot net
2005-08-23  2:21 ` pinskia at gcc dot gnu dot org
     [not found] <bug-22232-10903@http.gcc.gnu.org/bugzilla/>
2008-01-21 23:30 ` bje at gcc dot gnu dot org
2008-01-24  0:48 ` bje at gcc dot gnu dot org
2008-01-24  2:33 ` bje at gcc dot gnu dot org
2008-01-24 21:28 ` bje at gcc dot gnu dot org
2008-01-24 21:36 ` bje at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).