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

--- Comment #9 from Artem S. Tashkinov <t.artem at mailcity dot com> ---
Tow more errors for the same sources:

threadpool.cpp: In member function ‘bool
ThreadPool::GetQueuedTask(ThreadPool::QueueEntry*)’:
threadpool.cpp:213:1: error: corrupted profile info: profile data is not
flow-consistent
 }
 ^
threadpool.cpp:213:1: error: corrupted profile info: number of executions for
edge 7-11 thought to be -23
threadpool.cpp:213:1: error: corrupted profile info: number of executions for
edge 7-8 thought to be 93128
makefile:110: recipe for target 'threadpool.o' failed






unpack.cpp: In member function ‘bool Unpack::ReadTables(BitInput&,
UnpackBlockHeader&, UnpackBlockTables&)’:
unpack.cpp:350:1: error: corrupted profile info: profile data is not
flow-consistent
 }
 ^
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
7-66 thought to be 12
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
7-5 thought to be -12
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
14-15 thought to be -19
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
14-16 thought to be 10447
unpack.cpp:350:1: error: corrupted profile info: number of iterations for basic
block 15 thought to be -19
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
15-24 thought to be -19
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
41-42 thought to be 184976
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
41-26 thought to be -38846
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
44-46 thought to be 1905937
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
44-45 thought to be -2633
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
55-57 thought to be 2567166
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
55-56 thought to be -2937
unpack.cpp: In member function ‘void Unpack::UnpackDecode(UnpackThreadData&)’:
unpack.cpp:350:1: error: corrupted profile info: profile data is not
flow-consistent
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
15-59 thought to be 22934224
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
15-16 thought to be -22914989
unpack.cpp:350:1: error: corrupted profile info: number of iterations for basic
block 16 thought to be -22888703
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
16-17 thought to be 26397
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
16-18 thought to be -22915100
unpack.cpp:350:1: error: corrupted profile info: number of iterations for basic
block 18 thought to be -22890122
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
18-20 thought to be -22890122
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
36-37 thought to be 28405926
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
36-45 thought to be -867648
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
55-56 thought to be 6025631
unpack.cpp:350:1: error: corrupted profile info: number of executions for edge
55-11 thought to be -6475
makefile:110: recipe for target 'unpack.o' failed

Reply via email to