http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48734
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-26 13:44:54 UTC --- Author: jakub Date: Tue Apr 26 13:44:51 2011 New Revision: 172969 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172969 Log: PR tree-optimization/48734 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up if return value from maybe_fold_*_comparsions isn't something the code is prepared to handle. * gcc.c-torture/compile/pr48734.c: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr48734.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/testsuite/ChangeLog branches/gcc-4_6-branch/gcc/tree-ssa-reassoc.c