public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/98739] New: -fprofile-reproducible is broken
@ 2021-01-18 23:24 hubicka at gcc dot gnu.org
  2021-01-19  7:59 ` [Bug gcov-profile/98739] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-01-18 23:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98739
           Summary: -fprofile-reproducible is broken
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hubicka at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

-fprofile-reproducible=serial leads to:

jan@skylake:~> gcc -O2 -fprofile-reproducible=serial 
gcc: error: unknown profile reproducibility method ‘=serial’
gcc: note: valid arguments to ‘-fprofile-reproducible’ are: multithreaded
parallel-runs serial; did you mean ‘serial’?
gcc: fatal error: no input files
compilation terminated.

-fprofile-reproducibleserial is accepted but I think the implementation is
broken.  I think it is not enough to ignore -1 in first counter.  It is also
necessary to update the merge function to do right thing if I recall correctly.

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

end of thread, other threads:[~2021-01-26 11:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 23:24 [Bug gcov-profile/98739] New: -fprofile-reproducible is broken hubicka at gcc dot gnu.org
2021-01-19  7:59 ` [Bug gcov-profile/98739] " rguenth at gcc dot gnu.org
2021-01-19  9:18 ` marxin at gcc dot gnu.org
2021-01-19  9:18 ` marxin at gcc dot gnu.org
2021-01-22 13:21 ` cvs-commit at gcc dot gnu.org
2021-01-25 12:31 ` cvs-commit at gcc dot gnu.org
2021-01-25 12:31 ` cvs-commit at gcc dot gnu.org
2021-01-26 11:47 ` cvs-commit at gcc dot gnu.org
2021-01-26 11:50 ` cvs-commit at gcc dot gnu.org
2021-01-26 11:50 ` 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).