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 c/16645] New: dbxout.c:1693: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'


stage1/xgcc -Bstage1/ -B/opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux11.11/bin/ -c   -
g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
es -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror 
-fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../
../gcc/gcc/../include -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libba
nshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/poin
ts-to -I/opt/gnu/include ../../gcc/gcc/dbxout.c -o dbxout.o
../../gcc/gcc/dbxout.c: In function `dbxout_type':
../../gcc/gcc/dbxout.c:1693: warning: format '%d' expects type 'int', but argume
nt 3 has type 'size_t'
make[2]: *** [dbxout.o] Error 1
make[2]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/xxx/gnu/gcc-3.3/objdir/gcc'
make: *** [bootstrap] Error 2
Tue Jul 20 10:47:49 EDT 2004

-- 
           Summary: dbxout.c:1693: warning: format '%d' expects type 'int',
                    but argument 3 has type 'size_t'
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,nathan at codesourcery
                    dot com
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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