------- Comment #21 from sayle at gcc dot gnu dot org 2006-05-15 16:14 ------- Subject: Bug 26729
Author: sayle Date: Mon May 15 16:14:46 2006 New Revision: 113795 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113795 Log: PR middle-end/26729 * fold-const.c (fold_truthop): Check integer_nonzerop instead of !integer_zerop to avoid problems with TREE_OVERFLOW. * gcc.dg/pr26729-1.c: New test case. Added: branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/pr26729-1.c Modified: branches/gcc-4_0-branch/gcc/ChangeLog branches/gcc-4_0-branch/gcc/fold-const.c branches/gcc-4_0-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26729