http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48742
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-27 07:05:56 UTC --- Author: jakub Date: Wed Apr 27 07:05:54 2011 New Revision: 173012 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173012 Log: 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_6-branch/gcc/testsuite/gcc.c-torture/compile/pr48742.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/c-typeck.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog