From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7769 invoked by alias); 1 Nov 2005 22:29:29 -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 7730 invoked by uid 48); 1 Nov 2005 22:29:26 -0000 Date: Tue, 01 Nov 2005 22:29:00 -0000 Message-ID: <20051101222926.7729.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" X-SW-Source: 2005-11/txt/msg00157.txt.bz2 List-Id: ------- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-01 22:29 ------- (In reply to comment #5) > Sir, it's my first report here, and I see the code first time. I hope that both > comments #3 and #4 are not for me. Or am I mistaken? They were the person who was written the code. > Otherwise, what document (preferably, short) should I read to understand the > ideology of the parse tree, and its details. > Also, why have I done the parser non-bison compatible? I've taken the stable > release, not the CVS revision. The fix you are proposing would go on the mainline first (well in this case it would only go on the mainline). And since the mainline (CVS/SVN trunk) is using a non bison parser, you would have to change your code to deal with that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24542