Mail Archives: djgpp-workers/2001/03/20/04:09:33
On Tue, 20 Mar 2001 pavenis AT lanet DOT lv wrote:
> 1) leave things as they are. So one need LFN to use gcov.exe
>
> 2) apply my patch (only using basename(gcov_file_name) instead of
> gcov_file_name as start value when looking for 1st dot and know
> that somebody may run into trouble on non LFN system with veird
> extensions. I think one can find many other situation when he can
> destroy existing files.
I think 2) is okay, provided that we document how these names are
produced, so that users could figure out what files will be overwritten.
> Tested: I'm getting foo.da, foo.bb and foo.bbg. So also here the
> conflicts are possible (foo.c and foo.h ==> foo.da, foo.bb, ...)
What happens on Unix? Do they get foo.c.da and foo.h.da instead? If so,
we could use the same strategy as with .gcov here.
- Raw text -