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

Re: [tree-ssa] bootstrap problem on powerpc-apple-darwin6.6


On Thu, 21 Aug 2003 20:01:03 -0400 (EDT), Andrew Pinski <pinskia@physics.uc.edu> wrote:

> +              && TYPE_MIN_VALUE (inner_type) == TYPE_MIN_VALUE (outer_type)
> +              && TYPE_MAX_VALUE (inner_type) == TYPE_MAX_VALUE (outer_type))

These are trees, which can't be reliably compared with ==.  It's probably
simpler to just compare TYPE_PRECISION.

Jason


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