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

Re: [PATCH] hookize FUNCTION_ARG_BOUNDARY


You patch broke picochip and xtensa.

../../../gcc/gcc/config/picochip/picochip.c:347:29: error: 'picochip_function_arg_boundary' undeclared here (not in a function)
../../../gcc/gcc/config/picochip/picochip.c: In function 'picochip_function_arg':
../../../gcc/gcc/config/picochip/picochip.c:860:5: error: implicit declaration of function 'picochip_function_arg_boundary' [-Werror=implicit-function-declaration]
../../../gcc/gcc/config/picochip/picochip.c: At top level:
../../../gcc/gcc/config/picochip/picochip.c:957:1: error: no previous prototype for 'picochip_function_arg_boundary' [-Werror=missing-prototypes]
../../../gcc/gcc/config/picochip/picochip.c: In function 'picochip_arg_partial_bytes':
../../../gcc/gcc/config/picochip/picochip.c:993:5: error: too few arguments to function 'picochip_function_arg_boundary'
../../../gcc/gcc/config/picochip/picochip.c:957:1: note: declared here
../../../gcc/gcc/config/picochip/picochip.c: In function 'picochip_arg_advance':
../../../gcc/gcc/config/picochip/picochip.c:1048:5: error: too few arguments to function 'picochip_function_arg_boundary'
../../../gcc/gcc/config/picochip/picochip.c:957:1: note: declared here



../../../gcc/gcc/config/xtensa/xtensa.c:151:21: error: 'xtensa_function_arg_boundary' used but never defined [-Werror]
../../../gcc/gcc/config/xtensa/xtensa.c:2102:1: error: 'function_arg_boundary' defined but not used [-Werror=unused-function]



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