OSDN Git Service

PR middle-end/45182
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2010 12:48:16 +0000 (12:48 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Aug 2010 12:48:16 +0000 (12:48 +0000)
commit3fc0a3f16dd5c5ab6014aa3711ab8dec16e8932c
treef2218b048b74165afd589a8d755a1be51d4af7ba
parent5a2fc49ddb2749513a204bf2831f30a71baa9938
PR middle-end/45182
* combine.c (make_compound_operation): Don't try to convert
shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.

PR middle-end/45182
* gcc.c-torture/compile/pr45182.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163057 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr45182.c [new file with mode: 0644]