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

Reply via email to