diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute/longlong.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/longlong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/longlong.c b/gcc/testsuite/gcc.c-torture/execute/longlong.c index 8e1db84..56f1d8e 100644 --- a/gcc/testsuite/gcc.c-torture/execute/longlong.c +++ b/gcc/testsuite/gcc.c-torture/execute/longlong.c @@ -10,7 +10,7 @@ void alpha_ep_extbl_i_eq_0() { unsigned int rb, ra, rc; - rb = (((unsigned int)(pars) >> 27)) & 0x1fUL; + rb = (((unsigned long)(pars) >> 27)) & 0x1fUL; ra = (((unsigned int)(pars) >> 5)) & 0x1fUL; rc = (((unsigned int)(pars) >> 0)) & 0x1fUL; { |