From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4586 invoked by alias); 25 Apr 2004 22:44:02 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4567 invoked by uid 48); 25 Apr 2004 22:44:01 -0000 Date: Sun, 25 Apr 2004 23:57:00 -0000 Message-ID: <20040425224401.4565.qmail@sources.redhat.com> From: "blair at orcaware dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040425190632.15137.blair@orcaware.com> References: <20040425190632.15137.blair@orcaware.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/15137] make profiledbootstrap fails on Cygwin X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg02365.txt.bz2 List-Id: ------- Additional Comments From blair at orcaware dot com 2004-04-25 22:43 ------- The same failure occurs without setting any CFLAGS: bzcat.exe gcc-3.4.0.tar.bz2 | tar xvf - mkdir g cd g env CC=/opt/i386-cygwin/gcc/bin/gcc ../gcc-3.4.0/configure \ --prefix=/tmp/gcc3.4.0 --enable-languages="c,c++" --verbose \ --enable-shared --enable-threads --with-system-zlib \ --disable-win32-registry make profiledbootstrap Here's the output: stage1/xgcc.exe -Bstage1/ -B/tmp/gcc3.4.0/i686-pc-cygwin/bin/ -c -g -O2 - fprofile-use -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Wold-style-definition - DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.0/gcc -I../../gcc-3.4.0/gcc/. - I../../gcc-3.4.0/gcc/../include ../../gcc-3.4.0/gcc/cppinit.c -o cppinit.o stage1/xgcc.exe -Bstage1/ -B/tmp/gcc3.4.0/i686-pc-cygwin/bin/ -c -g -O2 - fprofile-use -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Wold-style-definition - DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.0/gcc -I../../gcc-3.4.0/gcc/. - I../../gcc-3.4.0/gcc/../include ../../gcc-3.4.0/gcc/cppcharset.c -o cppcharset.o stage1/xgcc.exe -Bstage1/ -B/tmp/gcc3.4.0/i686-pc-cygwin/bin/ -c -g -O2 - fprofile-use -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -pedantic -Wno-long-long -Wold-style-definition - DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.0/gcc -I../../gcc-3.4.0/gcc/. - I../../gcc-3.4.0/gcc/../include ../../gcc-3.4.0/gcc/hashtable.c -o hashtable.o ../../gcc-3.4.0/gcc/hashtable.c: In function `ht_lookup': ../../gcc-3.4.0/gcc/hashtable.c:165: error: corrupted profile info: number of executions for edge 0-1 thought to be 8962734 ../../gcc-3.4.0/gcc/hashtable.c:165: error: corrupted profile info: number of executions for edge 0-2 thought to be -1 make[2]: *** [hashtable.o] Error 1 make[2]: Leaving directory `/cygdrive/c/Blair/Cygwin/Code/g/g/gcc' make[1]: *** [stagefeedback_build] Error 2 make[1]: Leaving directory `/cygdrive/c/Blair/Cygwin/Code/g/g/gcc' make: *** [profiledbootstrap] Error 2 Best, Blair -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15137