public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
@ 2020-07-10 12:31 ro at gcc dot gnu.org
  2020-07-10 12:31 ` [Bug gcov-profile/96148] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-10 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96148
           Summary: [11 regression]
                    gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c
                    UNRESOLVED
           Product: gcc
           Version: 11.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
  Target Milestone: ---

Between 20200525 (14cd049afcb992ac334b4a2ad7be42ee78fe31eb) and 20200526
(0981cf960d07752f9844a2f2799fbc85a7f1efd8), two tests started to regress
everywhere:

+UNRESOLVED: gcc.dg/tree-prof/crossmodule-indir-call-topn-1.c
scan-pgo-wpa-ipa-dump profile_estimate "2 \\\\(200.00%\\\\) speculations
produced."
+UNRESOLVED: gcc.dg/tree-prof/crossmodule-indir-call-topn-2.c
scan-pgo-wpa-ipa-dump profile_estimate "2 \\\\(200.00%\\\\) speculations
produced."

The log shows

gcc.dg/tree-prof/crossmodule-indir-call-topn-1.c: dump file does not exist
dump file: crossmodule-indir-call-topn-1.x02.wpa.profile_estimate

and indeed the generate step creates

-O2.wpa.073i.profile_estimate

(just like that, the filename is not included!) and the use step produces

-O2-crossmodule-indir-call-topn-1.gcda
-O2-crossmodule-indir-call-topn-1a.gcda

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

* [Bug gcov-profile/96148] [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
  2020-07-10 12:31 [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED ro at gcc dot gnu.org
@ 2020-07-10 12:31 ` ro at gcc dot gnu.org
  2020-07-10 12:43 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-07-10 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug gcov-profile/96148] [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
  2020-07-10 12:31 [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED ro at gcc dot gnu.org
  2020-07-10 12:31 ` [Bug gcov-profile/96148] " ro at gcc dot gnu.org
@ 2020-07-10 12:43 ` marxin at gcc dot gnu.org
  2020-07-10 12:48 ` cvs-commit at gcc dot gnu.org
  2020-07-10 12:48 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-07-10 12:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Thanks for the report, I know how to fix it.

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

* [Bug gcov-profile/96148] [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
  2020-07-10 12:31 [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED ro at gcc dot gnu.org
  2020-07-10 12:31 ` [Bug gcov-profile/96148] " ro at gcc dot gnu.org
  2020-07-10 12:43 ` marxin at gcc dot gnu.org
@ 2020-07-10 12:48 ` cvs-commit at gcc dot gnu.org
  2020-07-10 12:48 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-07-10 12:48 UTC (permalink / raw)
  To: gcc-bugs

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

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

commit r11-2017-ge969e9be88e83871ef66f4cd1592db7e8ae6244b
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jul 10 14:45:13 2020 +0200

    testsuite: Fix WPA scanning.

    gcc/testsuite/ChangeLog:

            PR gcov-profile/96148
            * lib/scanwpaipa.exp: Fix wpa dump file suffix the same way
            as other in the file.

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

* [Bug gcov-profile/96148] [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
  2020-07-10 12:31 [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-07-10 12:48 ` cvs-commit at gcc dot gnu.org
@ 2020-07-10 12:48 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-07-10 12:48 UTC (permalink / raw)
  To: gcc-bugs

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

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> ---
Fixed on master.

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

end of thread, other threads:[~2020-07-10 12:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 12:31 [Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED ro at gcc dot gnu.org
2020-07-10 12:31 ` [Bug gcov-profile/96148] " ro at gcc dot gnu.org
2020-07-10 12:43 ` marxin at gcc dot gnu.org
2020-07-10 12:48 ` cvs-commit at gcc dot gnu.org
2020-07-10 12:48 ` 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).