On Jun 27, 2011, at 9:57 PM, Richard Henderson wrote: > On 06/27/2011 12:23 PM, Richard Henderson wrote: >> On 06/27/2011 12:11 PM, Richard Henderson wrote: >>> gcc -c -DUSE_LIBUNWIND_EXCEPTIONS -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE >>> -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes >>> -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long >>> -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition >>> -Wc++-compat -fno-common -DHAVE_CONFIG_H -I. -I. -I../../comb/gcc >>> -I../../comb/gcc/. -I../../comb/gcc/../include >>> -I../../comb/gcc/../libcpp/include -I../../comb/gcc/../libdecnumber >>> -I../../comb/gcc/../libdecnumber/dpd -I../libdecnumber \ >>> ../../comb/gcc/config/ia64/ia64.c -o ia64.o >>> ../../comb/gcc/config/ia64/ia64.c: In function ‘ia64_init_builtins’: >>> ../../comb/gcc/config/ia64/ia64.c:10136:7: warning: implicit declaration of >>> function ‘vms_patch_builtins’ [-Wimplicit-function-declaration] >> >> And of course alpha-linux is broken for the same reason. >> You cannot call a function in config/vms.c without ifdef protection.
Sure. > Fixed thus. Thank you for fixing that. Tristan.