This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug ports/13718] noinl-tester and inl-tester tests fail to pass on alpha


http://sourceware.org/bugzilla/show_bug.cgi?id=13718

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> 2012-06-07 15:49:05 UTC ---
commit 8e2f4e971fa048f55428ca49c3a55fa5dc03bd52
Author: Richard Henderson <rth@twiddle.net>
Date:   Wed Jun 6 14:45:45 2012 -0700

    alpha: Fix [BZ #13718]

    The routines expect to be able to bias the count by a small number.
    If the count is near -1ull, the count will overflow.  Since we cannot
    use the whole 64-bit address space, bound the count to LONG_MAX.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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