From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25666 invoked by alias); 26 Nov 2005 22:38:27 -0000 Received: (qmail 25658 invoked by uid 48); 26 Nov 2005 22:38:25 -0000 Date: Sat, 26 Nov 2005 22:38:00 -0000 Message-ID: <20051126223825.25657.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/23666] Fold does not reduce C - ~a into a + (C+1) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-11/txt/msg03674.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2005-11-26 22:38 ------- Actually there is two things that need to be done, first is what I said in comment # 4 and then the second thing is for MINUS_EXPR to use those functions instead of checking explicatly for NEGATE_EXPR. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23666