http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46528
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2010.11.18 21:43:15 Ever Confirmed|0 |1 --- Comment #3 from Steven Bosscher <steven at gcc dot gnu.org> 2010-11-18 21:43:15 UTC --- Also happens with --enable-checking=release on ia64: ../../trunk/libcpp/macro.c: In function 'cpp_macro_definition': ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: profile data is not flow-consistent ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 45-59 thought to be -104 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 45-1 thought to be 104 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 55-56 thought to be 10 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 55-57 thought to be -5 make[3]: *** [macro.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/home/stevenb/devel/build-test/libcpp' make[2]: *** [all-stagefeedback-libcpp] Error 2 make[2]: Leaving directory `/home/stevenb/devel/build-test' make[1]: *** [stagefeedback-bubble] Error 2 make[1]: Leaving directory `/home/stevenb/devel/build-test' make: *** [profiledbootstrap] Error 2 stev...@iowa:~/devel/build-test$ cat gcc/configargs.h /* Generated automatically. */ static const char configuration_arguments[] = "../trunk/configure --with-gmp=/home/stevenb --with-mpfr=/home/stevenb --enable-languages=c --enable-checking=release --disable-nls --disable-libmudflap --disable-libssp"; static const char thread_model[] = "posix";