This is the mail archive of the gcc@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]

%D


Problem: Not sure. Compiles fine in Stage One.
Miscompiles winnt.c.
Stops here with following message.
Configured with:
../src/configure --with-included-gettext
Cygwin 1.3.22-1 under Windows XP pro SP1

Robert



stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -g -O2 -DIN_
GCC
  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedanti
c -W
no-long-long -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gc
c -I
../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include -I../intl
\
../../gcc/gcc/config/i386/winnt.c
../../gcc/gcc/config/i386/winnt.c: In function `ix86_handle_dll_attribute':
../../gcc/gcc/config/i386/winnt.c:110: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:110: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c:119: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:119: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c:139: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:139: warning: char format, tree_node arg
(arg
3)
../../gcc/gcc/config/i386/winnt.c:139: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c: In function `i386_pe_dllimport_p':
../../gcc/gcc/config/i386/winnt.c:258: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:258: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c:269: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:269: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c:281: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:281: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c: In function `i386_pe_mark_dllexport':
../../gcc/gcc/config/i386/winnt.c:341: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:341: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c: In function `i386_pe_mark_dllimport':
../../gcc/gcc/config/i386/winnt.c:393: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:393: warning: too many arguments for
format
../../gcc/gcc/config/i386/winnt.c: In function
`i386_pe_encode_section_info':
../../gcc/gcc/config/i386/winnt.c:543: warning: unknown conversion type
characte
r `D' in format
../../gcc/gcc/config/i386/winnt.c:543: warning: char format, tree_node arg
(arg
4)
../../gcc/gcc/config/i386/winnt.c:543: warning: too many arguments for
format
make[2]: *** [winnt.o] Error 1
make[2]: Leaving directory `/home/sherlock/gcc-3.4/o/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/sherlock/gcc-3.4/o/gcc'
make: *** [bootstrap] Error 2




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