ipcp-3.c (mark_cell): Use mask 1 << 14 instead of 1 << 18 to avoid warning on int...
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 5 Sep 2011 14:00:37 +0000 (14:00 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 5 Sep 2011 14:00:37 +0000 (14:00 +0000)
commit4e5bc135443f7ce8bb1b7c487f02942a701dfb32
tree1067982c57629e81712201a8718ab75825c05069
parent81bf23820f1d02a9320ced32b03046554cfcf6ae
ipcp-3.c (mark_cell): Use mask 1 << 14 instead of 1 << 18 to avoid warning on int=16 platforms..

* gcc.dg/ipa/ipcp-3.c (mark_cell): Use mask 1 << 14 instead of 1
<< 18 to avoid warning on int=16 platforms..

From-SVN: r178545
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ipa/ipcp-3.c