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: [RFC] PR21332


> +     The proper fix is to use symbolic -INF and +INF values instead of the
> +     TYPE_MIN_VALUE and TYPE_MAX_VALUE. Until then, when we have min and
> +     max values that have overflowed, we must assume the range is VARYING.  

I don't think this statement is entirely accurate. When compiling with -fwrapv 
we have to force the result to VARYING anyway.

Paul


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