public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs
@ 2021-10-26 14:12 ro at gcc dot gnu.org
  2021-10-26 14:13 ` [Bug gcov-profile/102945] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2021-10-26 14:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102945

            Bug ID: 102945
           Summary: gcc.dg/gcov-info-to-gcda.c FAILs
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org, sebastian.huber@embedded-brains.de
  Target Milestone: ---
            Target: sparc-sun-solaris2.11, mipsel-mti-elf,
                    x86_64-apple-darwin*, powerpc-apple-darwin9

The gcc.dg/gcov-info-to-gcda.c FAILs on quite a number of targets, obviously
since
it was installed:

FAIL: gcc.dg/gcov-info-to-gcda.c (test for excess errors)
UNRESOLVED: gcc.dg/gcov-info-to-gcda.c compilation failed to produce executable

Excess errors:
Undefined                       first referenced
 symbol                             in file
.LPBX2                              /var/tmp//ccdNqHfd.o
ld: fatal: symbol referencing errors

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

* [Bug gcov-profile/102945] gcc.dg/gcov-info-to-gcda.c FAILs
  2021-10-26 14:12 [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs ro at gcc dot gnu.org
@ 2021-10-26 14:13 ` ro at gcc dot gnu.org
  2021-10-26 14:30 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2021-10-26 14:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102945

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug gcov-profile/102945] gcc.dg/gcov-info-to-gcda.c FAILs
  2021-10-26 14:12 [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs ro at gcc dot gnu.org
  2021-10-26 14:13 ` [Bug gcov-profile/102945] " ro at gcc dot gnu.org
@ 2021-10-26 14:30 ` marxin at gcc dot gnu.org
  2021-11-05 14:41 ` cvs-commit at gcc dot gnu.org
  2021-11-05 14:41 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-26 14:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102945

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2021-10-26

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Lemme work on it.

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

* [Bug gcov-profile/102945] gcc.dg/gcov-info-to-gcda.c FAILs
  2021-10-26 14:12 [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs ro at gcc dot gnu.org
  2021-10-26 14:13 ` [Bug gcov-profile/102945] " ro at gcc dot gnu.org
  2021-10-26 14:30 ` marxin at gcc dot gnu.org
@ 2021-11-05 14:41 ` cvs-commit at gcc dot gnu.org
  2021-11-05 14:41 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-05 14:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102945

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:d8a62882b83d4361a2b54304f80a4d510490811d

commit r12-4940-gd8a62882b83d4361a2b54304f80a4d510490811d
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Nov 5 15:39:53 2021 +0100

    gcov-profile: Filter test only for some targets [PR102945]

            PR gcov-profile/102945

    gcc/testsuite/ChangeLog:

            * gcc.dg/gcov-info-to-gcda.c: Filter supported targets.

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

* [Bug gcov-profile/102945] gcc.dg/gcov-info-to-gcda.c FAILs
  2021-10-26 14:12 [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-11-05 14:41 ` cvs-commit at gcc dot gnu.org
@ 2021-11-05 14:41 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-05 14:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102945

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Should be fixed now.

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

end of thread, other threads:[~2021-11-05 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 14:12 [Bug gcov-profile/102945] New: gcc.dg/gcov-info-to-gcda.c FAILs ro at gcc dot gnu.org
2021-10-26 14:13 ` [Bug gcov-profile/102945] " ro at gcc dot gnu.org
2021-10-26 14:30 ` marxin at gcc dot gnu.org
2021-11-05 14:41 ` cvs-commit at gcc dot gnu.org
2021-11-05 14:41 ` marxin at gcc dot gnu.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).