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/32794] New: GCC (SVN) naive build fails due to use of '%I64d'


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


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