From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28103 invoked by alias); 1 Oct 2005 17:25:19 -0000 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 Received: (qmail 28063 invoked by uid 48); 1 Oct 2005 17:25:14 -0000 Date: Sat, 01 Oct 2005 17:25:00 -0000 Message-ID: <20051001172514.28062.qmail@sourceware.org> From: "mrnobo1024 at yahoo dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050901020344.23669.pinskia@gcc.gnu.org> References: <20050901020344.23669.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/23669] fold does convert (-a)/10 into a/-10. X-Bugzilla-Reason: CC X-SW-Source: 2005-10/txt/msg00087.txt.bz2 List-Id: ------- Additional Comments From mrnobo1024 at yahoo dot com 2005-10-01 17:25 ------- Those expressions are only the same for floating point types. f(-2147483648) == -214748364 f1(-2147483648) == 214748364 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23669