From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22782 invoked by alias); 17 Jul 2007 17:20:56 -0000 Received: (qmail 22751 invoked by uid 48); 17 Jul 2007 17:20:45 -0000 Date: Tue, 17 Jul 2007 17:20:00 -0000 Subject: [Bug bootstrap/32794] New: GCC (SVN) naive build fails due to use of '%I64d' X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gdr at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01864.txt.bz2 Native builds of GCC (SVN) fails on i686-pc-mingw32 with: /home/gdr/Desktop/sandbox/egcs/./prev-gcc/xgcc -B/home/gdr/Desktop/sandbox/egcs/./prev-gcc/ -B/home/gdr/i686-pc-mingw32/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../../benchwork/gcc.svn/gcc -I../../../benchwork/gcc.svn/gcc/. -I../../../benchwork/gcc.svn/gcc/../include -I../../../benchwork/gcc.svn/gcc/../libcpp/include -I/usr/local/include -I/usr/local/include -I../../../benchwork/gcc.svn/gcc/../libdecnumber -I../../../benchwork/gcc.svn/gcc/../libdecnumber/dpd -I../libdecnumber ../../../benchwork/gcc.svn/gcc/bt-load.c -o bt-load.o cc1.exe: warnings being treated as errors ../../../benchwork/gcc.svn/gcc/bt-load.c: In function 'migrate_btr_defs': ../../../benchwork/gcc.svn/gcc/bt-load.c:1416: error: ISO C does not support the 'I' printf flag ../../../benchwork/gcc.svn/gcc/bt-load.c:1416: error: format '%I64d' expects type 'int', but argument 4 has type 'gcov_type' make[3]: *** [bt-load.o] Error 1 make[3]: Leaving directory `/home/gdr/Desktop/sandbox/egcs/gcc' -- Summary: GCC (SVN) naive build fails due to use of '%I64d' Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gdr at gcc dot gnu dot org GCC build triplet: native build GCC host triplet: i868-pc-mingw32 GCC target triplet: native build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32794