From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1041 invoked by alias); 3 Feb 2010 17:47:49 -0000 Received: (qmail 892 invoked by uid 48); 3 Feb 2010 17:47:34 -0000 Date: Wed, 03 Feb 2010 17:47:00 -0000 Message-ID: <20100203174734.891.qmail@sourceware.org> From: "jim at meyering dot net" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20100203164729.11244.jim@meyering.net> References: <20100203164729.11244.jim@meyering.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/11244] re_compiler_pattern fails to diagnose [b-a] as an invalid range X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00002.txt.bz2 ------- Additional Comments From jim at meyering dot net 2010-02-03 17:47 ------- (In reply to comment #1) > (RE_SYNTAX_POSIX_EGREP & RE_NO_EMPTY_RANGES) == 0 Thanks. The real problem is that the non-_LIBC code (which is used in gnulib) performs the range test regardless of whether RE_NO_EMPTY_RANGES is set. The non-LIBC function currently lacks access to the "syntax" variable. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11244 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.