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]
Other format: [Raw text]

Re: AltiVec [RFH] Overload resolution of vec_subs intrinsic fails


On Mon, Apr 12, 2004 at 10:44:59AM -0700, Richard Henderson wrote:
> On Sun, Apr 11, 2004 at 12:02:55AM +0200, Paolo Bonzini wrote:
> > The bug is the Altivec code using __builtin_types_compatible_p which is
> > ill-named because it is actually __builtin_same_type_p ...
> 
> It didn't used to be.  When did this change?

Never.  It has never been anything other than
__builtin_types_compatible_p, which starting misbehaving because
Paolo's patch changed the behavior of comptypes() which it used.

Aldy


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