re PR middle-end/31448 (ICE in expand_shift with bit fields and expand inlining const...
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 23 Apr 2007 01:53:56 +0000 (01:53 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 23 Apr 2007 01:53:56 +0000 (18:53 -0700)
commit1f2ad84c3c4c7975b49b09ae9fc1a6b62be19e13
tree4513c5254a2c57ebf8614052ec61b449af5ec70e
parent51da21be95f20ad512253b0420ea743506dd2f0f
re PR middle-end/31448 (ICE in expand_shift with bit fields and expand inlining constants)

2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/31448
        * expr.c (reduce_to_bit_field_precision): Handle
        CONST_INT rtx's.

2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/31448
        * gcc.c-torture/execute/pr31448.c: New testcase.

From-SVN: r124054
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr31448.c [new file with mode: 0644]