Browse Source
Previously this would result in an exception for shifting the field mask by a negative number. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>pull/80/head
5 changed files with 22 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
# This work is licensed under the terms of the GNU LGPL, version 2 or later. |
|||
# See the COPYING.LIB file in the top-level directory. |
|||
|
|||
# Diagnose too many bits (33 of 32) |
|||
one 000000000000000000000000000000000 |
|||
@ -0,0 +1,5 @@ |
|||
# This work is licensed under the terms of the GNU LGPL, version 2 or later. |
|||
# See the COPYING.LIB file in the top-level directory. |
|||
|
|||
# Diagnose too few bits (31 of 32) |
|||
one 0000000000000000000000000000000 |
|||
@ -0,0 +1,5 @@ |
|||
# This work is licensed under the terms of the GNU LGPL, version 2 or later. |
|||
# See the COPYING.LIB file in the top-level directory. |
|||
|
|||
# Diagnose too many bits (33 of 32) |
|||
one 0 s:32 |
|||
@ -0,0 +1,5 @@ |
|||
# This work is licensed under the terms of the GNU LGPL, version 2 or later. |
|||
# See the COPYING.LIB file in the top-level directory. |
|||
|
|||
# Diagnose too few bits (31 of 32) |
|||
one 0 s:30 |
|||
Loading…
Reference in new issue