From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13578 invoked by alias); 18 Sep 2006 00:18:56 -0000 Received: (qmail 13553 invoked by uid 48); 18 Sep 2006 00:18:48 -0000 Date: Mon, 18 Sep 2006 00:18:00 -0000 Message-ID: <20060918001848.13552.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/24542] potential integer overflow should be warned on assignment to wider variable 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: 2006-09/txt/msg01643.txt.bz2 List-Id: ------- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-18 00:18 ------- We should never warn on multiply because it is just too crazy to. This is what debugging is about, debug your program for mistakes like this. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24542