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 soft-fp/7006] Bad left shift in _FP_FRAC_SRS_2 macro in soft-fp/op-2.h on SH-4


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

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

--- Comment #4 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
What I believe was the only remaining case of a zero shift count being passed
to one of the shift macros is fixed for 2.18 by:

commit 8fdda7afb883589b46e423f91f32988373670bfa
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jun 21 19:00:43 2013 +0000

    Fix bad shift in soft-fp (bug 7006).

If you find other cases of zero shift counts being passed to these macros,
please file new bugs for them.

-- 
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]