From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30206 invoked by alias); 2 Sep 2005 10:21:00 -0000 Mailing-List: contact glibc-bugs-regex-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sources.redhat.com Received: (qmail 30094 invoked by uid 48); 2 Sep 2005 10:20:47 -0000 Date: Fri, 02 Sep 2005 10:21:00 -0000 Message-ID: <20050902102047.30093.qmail@sourceware.org> From: "schwab at suse dot de" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20050831193645.1278.eggert@gnu.org> References: <20050831193645.1278.eggert@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug regex/1278] regex undefined behavior with shifting past word length X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00017.txt.bz2 List-Id: ------- Additional Comments From schwab at suse dot de 2005-09-02 10:20 ------- -1 when cast to unsigned is exactly the same as ~0u and also works with any other unsigned type regardless of its width, whereas ~0u doesn't. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=1278 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.