From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19500 invoked by alias); 19 Jun 2010 11:34:10 -0000 Received: (qmail 19481 invoked by uid 22791); 19 Jun 2010 11:34:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f47.google.com (HELO mail-ww0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Jun 2010 11:34:05 +0000 Received: by wwb18 with SMTP id 18so383894wwb.20 for ; Sat, 19 Jun 2010 04:34:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.185.71 with SMTP id t49mr1020317wem.62.1276947242963; Sat, 19 Jun 2010 04:34:02 -0700 (PDT) Received: by 10.216.71.12 with HTTP; Sat, 19 Jun 2010 04:34:02 -0700 (PDT) In-Reply-To: <201006181611.23560.stephenw.webb@bregmasoft.ca> References: <201006181611.23560.stephenw.webb@bregmasoft.ca> Date: Sat, 19 Jun 2010 14:36:00 -0000 Message-ID: Subject: Re: [v3] implementation foundation, version 1 From: Jonathan Wakely To: stephen.webb@bregmasoft.ca Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg01934.txt.bz2 On 18 June 2010 21:11, Stephen M. Webb wrote: > Bootstrapped and tested on i686-pc-linux-gnu. > > Contains only support for matching the most basic of BRE and ERE. > > Posted for review pending resolution of abi_check failures. Thanks, I'll apply it and look into the abi failures asap. Jonathan