From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John David Anglin" To: dave@hiauly1.hia.nrc.ca (John David Anglin) Cc: gcc-patches@gcc.gnu.org, jh@suse.cz, rth@redhat.com Subject: Re: tiny tree.c update Date: Mon, 24 Sep 2001 14:19:00 -0000 Message-id: <200109242119.f8OLJ2d7029107@hiauly1.hia.nrc.ca> References: X-SW-Source: 2001-09/msg01025.html > I got back to working on the vax port on the mainline last weekend. Your > "tiny tree.c update" breaks the build on the vax in fixup_unsigned_type. > It partially reverted: > > Thu Oct 8 05:56:00 1998 Jeffrey A Law (law@cygnus.com) > > * c-common.c (type_for_mode): Only return TItype nodes when > HOST_BITS_PER_WIDE_INT is >= 64 bits. > * c-decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare > when HOST_BITS_PER_WIDE_INT is >= 64 bits. > (init_decl_processing): Only create TItype nodes when > HOST_BITS_PER_WIDE_INT is >= 64 bits. > * c-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare > when HOST_BITS_PER_WIDE_INT is >= 64 bits. I'm sorry. The correct patch that got reverted was: Wed May 17 18:06:12 2000 John David Anglin * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c. * tree.c (build_common_tree_nodes): Do not build TI nodes unless HOST_BITS_PER_WIDE_INT is >= 64. The early patch was I believe the first fix. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)