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]

Re: Patch to fix format-va-1.c test failures


On Fri, Nov 03, 2000 at 05:31:32PM +0000, Joseph S. Myers wrote:
> -  va_list_type_node = ptr_type_node;
> +  va_list_type_node = copy_node (ptr_type_node);

build_type_copy would be better, I would think...


r~

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