From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28849 invoked by alias); 5 Jul 2006 11:19:08 -0000 Received: (qmail 28590 invoked by uid 48); 5 Jul 2006 11:19:00 -0000 Date: Wed, 05 Jul 2006 11:19:00 -0000 Message-ID: <20060705111900.28589.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/9072] -Wconversion should be split into two distinct flags In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lopezibanez at gmail dot com" 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: 2006-07/txt/msg00279.txt.bz2 List-Id: ------- Comment #15 from lopezibanez at gmail dot com 2006-07-05 11:18 ------- Created an attachment (id=11827) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11827&action=view) Adds a new function which detects when a real value can be exactly represented as an integer. Patch 2of3 http://gcc.gnu.org/wiki/Wcoercion#Background Adds a new function which detects when a real value can be exactly represented as an integer. This function is needed for the next patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9072