From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Geoff Keating Cc: dewar@gnat.com, gcc@gcc.gnu.org Subject: Re: new __builtin_choose_type (patch) Date: Tue, 02 Oct 2001 13:59:00 -0000 Message-id: <3BBA2A38.E9B2330@apple.com> References: <20011002190245.C96B6F28AB@nile.gnat.com> X-SW-Source: 2001-10/msg00103.html Geoff Keating wrote: > > || __builtin_classify_type (Val1) != 8 \ These are especially comical, because the "8" is really supposed to be "real_type_class" from gcc/typeclass.h, but then if you look at typeclass.h and imagine people trying to use it for anything, well it's ROTFL time. With a __builtin_choose_type, we can flush __builtin_classify_type and its attendant junk (including an AltiVec change, thus bringing things full circle :-) ). Stan