CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/02/07 22:24:36
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h Log message: Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new definition forces variable-sized types to always be passed by reference. Update the varargs code to cope with this. gcc.c-torture/execute/20020412-1 finally passes.