re PR middle-end/26632 (spurious warning: value computed is not used)
authorKazu Hirata <kazu@codesourcery.com>
Mon, 28 Aug 2006 17:18:29 +0000 (17:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 28 Aug 2006 17:18:29 +0000 (17:18 +0000)
commit03a569a38c07e2094cd76fd1e951a3e52c7568fa
tree40343f32693521b2b9002ab7ed701bb4bcc0d94b
parent1aeceea452b6593223a2874f5b266455ea811297
re PR middle-end/26632 (spurious warning: value computed is not used)

gcc/
PR middle-end/26632
* convert.c (convert_to_integer): Set TREE_NO_WARNING to 1 on
an implicit conversion.

gcc/testsuite/
PR middle-end/26632
* gcc.dg/pr26632.c: New.

From-SVN: r116510
gcc/ChangeLog
gcc/convert.c
gcc/testsuite/ChangeLog