http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-03 16:34:37 UTC --- Author: jakub Date: Tue May 3 16:34:32 2011 New Revision: 173326 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173326 Log: Backport from mainline 2011-04-27 Jakub Jelinek <ja...@redhat.com> PR c/48742 * c-typeck.c (build_binary_op): Don't wrap arguments if int_operands is true. * gcc.c-torture/compile/pr48742.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/compile/pr48742.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/c-typeck.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog