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 bootstrap/46528] [4.6 Regression] profiledbootstrap failure


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

--- Comment #7 from Uros Bizjak <ubizjak at gmail dot com> 2010-11-24 21:01:16 UTC ---
Created attachment 22516
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22516
corresponding profile

~/gcc-build/prev-gcc/cc1 -g -O2 -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


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