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

--- Comment #11 from Uros Bizjak <ubizjak at gmail dot com> 2010-11-24 22:12:46 
UTC ---
Created attachment 22518
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22518
corresponding -fno-inline profile

~/gcc-build/prev-gcc/cc1 -g -O2 -fno-inline -fprofile-use -quiet macro.i
../../gcc-svn/trunk/libcpp/macro.c: In function ‘cpp_macro_definition’:
../../gcc-svn/trunk/libcpp/macro.c:2123:1: error: corrupted profile info:
profile data is not flow-consistent
../../gcc-svn/trunk/libcpp/macro.c:2123:1: error: corrupted profile info:
number of executions for edge 45-59 thought to be -104
../../gcc-svn/trunk/libcpp/macro.c:2123:1: error: corrupted profile info:
number of executions for edge 45-1 thought to be 104
../../gcc-svn/trunk/libcpp/macro.c:2123:1: error: corrupted profile info:
number of executions for edge 55-56 thought to be 10
../../gcc-svn/trunk/libcpp/macro.c:2123:1: error: corrupted profile info:
number of executions for edge 55-57 thought to be -5

Reply via email to