[Bug middle-end/58306] error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count
t.artem at mailcity dot com
gcc-bugzilla@gcc.gnu.org
Mon Feb 16 17:05:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58306
--- Comment #4 from Artem S. Tashkinov <t.artem at mailcity dot com> ---
Created attachment 34783
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34783&action=edit
Sources and Makefile (run make to reproduce)
This bug affects GCC 4.9.2 too! (I'm on i686):
blake2s.cpp: In function ‘void blake2s_update(blake2s_state*, const byte*,
size_t)’:
blake2s.cpp:138:40: error: corrupted value profile: value profile counter
(11286702 out of 11276532) inconsistent with basic-block count (9452310)
memcpy( S->buf + left, in, fill ); // Fill buffer
^
blake2s.cpp:162:49: error: corrupted value profile: value profile counter
(11504160 out of 11557346) inconsistent with basic-block count (11155414)
memcpy( S->buf + left, in, (size_t)inlen );
^
make: *** [blake2s.o] Error 1
More information about the Gcc-bugs
mailing list