public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/19287] a protoize bug (directory string is duplicated.)
       [not found] <bug-19287-9877@http.gcc.gnu.org/bugzilla/>
@ 2007-01-12  8:00 ` jbuck at gcc dot gnu dot org
  2008-01-25 21:00 ` rguenth at gcc dot gnu dot org
  2009-03-30 15:27 ` jsm28 at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2007-01-12  8:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jbuck at gcc dot gnu dot org  2007-01-12 07:59 -------
Confirmed, I can get the failure in 4.1.1.  It seems protoize only works right
on files in the current directory.

That said, it doesn't appear that anyone's done any work on protoize in years. 
It no longer installs by default, in 4.1.1 you need to do "make proto" in the
gcc directory to build it.  Confusingly, if you say "make protoize" the
SYSCALLS file isn't built, and you get the message about the missing
SYSCALLS.c.X.

Reconfirming, but setting to lowest priority.


-- 

jbuck at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.1
           Priority|P2                          |P5
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-12 07:59:49
               date|                            |


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


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

* [Bug other/19287] a protoize bug (directory string is duplicated.)
       [not found] <bug-19287-9877@http.gcc.gnu.org/bugzilla/>
  2007-01-12  8:00 ` [Bug other/19287] a protoize bug (directory string is duplicated.) jbuck at gcc dot gnu dot org
@ 2008-01-25 21:00 ` rguenth at gcc dot gnu dot org
  2009-03-30 15:27 ` jsm28 at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-01-25 21:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |enhancement
             Status|WAITING                     |NEW
   Last reconfirmed|2007-01-12 07:59:49         |2008-01-25 20:53:01
               date|                            |


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


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

* [Bug other/19287] a protoize bug (directory string is duplicated.)
       [not found] <bug-19287-9877@http.gcc.gnu.org/bugzilla/>
  2007-01-12  8:00 ` [Bug other/19287] a protoize bug (directory string is duplicated.) jbuck at gcc dot gnu dot org
  2008-01-25 21:00 ` rguenth at gcc dot gnu dot org
@ 2009-03-30 15:27 ` jsm28 at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-30 15:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2009-03-30 15:26 -------
protoize has been removed for GCC 4.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug other/19287] a protoize bug (directory string is duplicated.)
  2005-01-06  4:46 [Bug c/19287] New: " takatsuru dot tetsuya at nttcom dot co dot jp
  2005-01-06  6:16 ` [Bug other/19287] " pinskia at gcc dot gnu dot org
@ 2005-01-06  7:42 ` takatsuru dot tetsuya at nttcom dot co dot jp
  1 sibling, 0 replies; 5+ messages in thread
From: takatsuru dot tetsuya at nttcom dot co dot jp @ 2005-01-06  7:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From takatsuru dot tetsuya at nttcom dot co dot jp  2005-01-06 07:42 -------
(In reply to comment #1)
> Well there is not enough information to reproduce this bug, can you provide 
a simple example to 
> reproduce this one?
> Also try 3.4.3 since that this the latest released version.

ok. please try this one:

$ mkdir subdir
$ echo "main() { foo(); }" > test1.c
$ echo "foo() { }" > subdir/test2.c
$ protoize test1.c subdir/test2.c
protoize: compiling `test1.c'
protoize: compiling `subdir/test2.c'
protoize: subdir/subdir/test2.c: can't get status: No such file or directory
protoize: warning: missing SYSCALLS file `/usr/local/lib/gcc-lib/i686-pc-linux-
gnu/3.2.3/SYSCALLS.c.X'
protoize: converting file `test1.c'
protoize: `subdir/subdir/test2.c' not converted


I also tried 3.4.3, and that was reproduced.

-- 


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


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

* [Bug other/19287] a protoize bug (directory string is duplicated.)
  2005-01-06  4:46 [Bug c/19287] New: " takatsuru dot tetsuya at nttcom dot co dot jp
@ 2005-01-06  6:16 ` pinskia at gcc dot gnu dot org
  2005-01-06  7:42 ` takatsuru dot tetsuya at nttcom dot co dot jp
  1 sibling, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-06  6:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-06 06:16 -------
Well there is not enough information to reproduce this bug, can you provide a simple example to 
reproduce this one?

Also try 3.4.3 since that this the latest released version.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |other


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


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

end of thread, other threads:[~2009-03-30 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-19287-9877@http.gcc.gnu.org/bugzilla/>
2007-01-12  8:00 ` [Bug other/19287] a protoize bug (directory string is duplicated.) jbuck at gcc dot gnu dot org
2008-01-25 21:00 ` rguenth at gcc dot gnu dot org
2009-03-30 15:27 ` jsm28 at gcc dot gnu dot org
2005-01-06  4:46 [Bug c/19287] New: " takatsuru dot tetsuya at nttcom dot co dot jp
2005-01-06  6:16 ` [Bug other/19287] " pinskia at gcc dot gnu dot org
2005-01-06  7:42 ` takatsuru dot tetsuya at nttcom dot co dot jp

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).