------- Additional Comments From brian at dessent dot net  2005-07-07 07:25 
-------
This change breaks building Cygwin, and probably anything else that uses
libiberty outside of gcc, because 'md5uint_ptr' is only defined in the gcc tree:

make[1]: Entering directory `/usr/src/cygwin/build/libiberty'
if [ x"" != x ]; then \
  ccache gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes  ../../src/libiberty/md5.c
-o pic/md5.o; \
else true; fi
ccache gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../src/libiberty/../include  -W
-Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../src/libiberty/md5.c -o
md5.o
../../src/libiberty/md5.c: In function `md5_process_bytes':
../../src/libiberty/md5.c:234: error: `md5_uintptr' undeclared (first use in
this function)
../../src/libiberty/md5.c:234: error: (Each undeclared identifier is reported
only once
../../src/libiberty/md5.c:234: error: for each function it appears in.)
../../src/libiberty/md5.c:234: error: parse error before "buffer"
make[1]: *** [md5.o] Error 1
make[1]: Leaving directory `/usr/src/cygwin/build/libiberty'
make: *** [all-libiberty] Error 2


-- 


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

Reply via email to