From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17408 invoked by alias); 5 May 2006 09:23:02 -0000 Received: (qmail 17380 invoked by uid 48); 5 May 2006 09:22:53 -0000 Date: Fri, 05 May 2006 09:23:00 -0000 Message-ID: <20060505092253.17379.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/27214] The C frontend introduces undefined pointer overflow 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-05/txt/msg00497.txt.bz2 List-Id: ------- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-05 09:22 ------- Maybe it is time to add POINTER_PLUS_EXPR which should solve the problem (well 95% of the way as what is the type of the 2nd operand, a signed or unsigned type). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27214