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: wide-int branch: fixed mips regression


On Fri, Aug 30, 2013 at 12:02 AM, Kenneth Zadeck
<zadeck@naturalbridge.com> wrote:
> Fixed
>
> FAIL: gcc.dg/fixed-point/int-warning.c  (test for warnings, line 12)
>
> on
>
>
>  mips64-unknown-linux-gnu

But now this implementation matches how I thought the wide-int encoding
works but not how it does actually work.

For unsigned 0xffffffffffffffff the predicate now does not return true.  I think
the old code is exactly correct.

Richard.


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