public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders
@ 2003-09-02  4:48 yuri at tsoft dot com
  2003-09-02  8:52 ` [Bug c/12128] " nathan at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: yuri at tsoft dot com @ 2003-09-02  4:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: GCOV doesn't find "*.bb" files when .C and .o files in
                    different folders
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: yuri at tsoft dot com
                CC: gcc-bugs at gcc dot gnu dot org

In the project several C++ .C files are in
one folder, object modules are in the other one.

When application runs it creates all files in the
directory where sources are.

When "gcov -l <file.C> -o <obj-dir>" is run from
directory where sources are gcov says:
"Can not open file <obj-dir>/file.bb".

So it's a disconnect.

If I run "gcov -l <file.C> -o <obj-dir> -o ." it coredumps.
I meant to add current directory (where sources are) to
object path.

Yuri


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

* [Bug c/12128] GCOV doesn't find "*.bb" files when .C and .o files in different folders
  2003-09-02  4:48 [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders yuri at tsoft dot com
@ 2003-09-02  8:52 ` nathan at gcc dot gnu dot org
  2003-09-02 18:57 ` nathan at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-09-02  8:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


nathan at gcc dot gnu dot org changed:

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


------- Additional Comments From nathan at gcc dot gnu dot org  2003-09-02 08:51 -------
known defect. it is fixed in the current development tree


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

* [Bug c/12128] GCOV doesn't find "*.bb" files when .C and .o files in different folders
  2003-09-02  4:48 [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders yuri at tsoft dot com
  2003-09-02  8:52 ` [Bug c/12128] " nathan at gcc dot gnu dot org
@ 2003-09-02 18:57 ` nathan at gcc dot gnu dot org
  2003-09-02 22:30 ` pinskia at gcc dot gnu dot org
  2003-12-09 18:19 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-09-02 18:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From nathan at gcc dot gnu dot org  2003-09-02 18:57 -------
*** Bug 12134 has been marked as a duplicate of this bug. ***


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

* [Bug c/12128] GCOV doesn't find "*.bb" files when .C and .o files in different folders
  2003-09-02  4:48 [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders yuri at tsoft dot com
  2003-09-02  8:52 ` [Bug c/12128] " nathan at gcc dot gnu dot org
  2003-09-02 18:57 ` nathan at gcc dot gnu dot org
@ 2003-09-02 22:30 ` pinskia at gcc dot gnu dot org
  2003-12-09 18:19 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-02 22:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-02 22:30 -------
*** Bug 12136 has been marked as a duplicate of this bug. ***


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

* [Bug c/12128] GCOV doesn't find "*.bb" files when .C and .o files in different folders
  2003-09-02  4:48 [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders yuri at tsoft dot com
                   ` (2 preceding siblings ...)
  2003-09-02 22:30 ` pinskia at gcc dot gnu dot org
@ 2003-12-09 18:19 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

end of thread, other threads:[~2003-12-09 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02  4:48 [Bug c/12128] New: GCOV doesn't find "*.bb" files when .C and .o files in different folders yuri at tsoft dot com
2003-09-02  8:52 ` [Bug c/12128] " nathan at gcc dot gnu dot org
2003-09-02 18:57 ` nathan at gcc dot gnu dot org
2003-09-02 22:30 ` pinskia at gcc dot gnu dot org
2003-12-09 18:19 ` dhazeghi at yahoo dot com

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