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]

void_type_node change


I get blowups on Alpha when void_type_node doesn't have TYPE_SIZE set
because it gets passed to FUNCTION_ARG on Alpha to compute the end
position but that calls MUST_PASS_IN_STACK, which assumes that
TYPE_SIZE is set.

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