This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/58306] New: error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count


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

            Bug ID: 58306
           Summary: error: corrupted value profile: value profile counter
                    (X out of Y) inconsistent with basic-block count
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: t.artem at mailcity dot com

Created attachment 30744
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30744&action=edit
Sources + profile info

blake2s.cpp: In function âvoid blake2s_update(blake2s_state*, const byte*,
size_t)â:
blake2s.cpp:133:40: error: corrupted value profile: value profile counter
(11354724 out of 11329053) inconsistent with basic-block count (9600416)
blake2s.cpp:157:49: error: corrupted value profile: value profile counter
(11204032 out of 11277067) inconsistent with basic-block count (10940610)
make: *** [blake2s.o] Error 1
make: *** Waiting for unfinished jobs....

CPU: Intel Core i5 2500
GCC: 4.7.3
ARC: i686

Makefile is included (just run make to see the error).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]