http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49123
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-23 20:37:22 UTC --- Author: jakub Date: Mon May 23 20:37:18 2011 New Revision: 174087 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174087 Log: PR lto/49123 * fold-const.c (constant_boolean_node): If type is non-NULL, use build_int_cst_type instead of build_int_cst. * gcc.c-torture/execute/pr49123.c: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr49123.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/fold-const.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog