From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1269 invoked by alias); 18 Nov 2012 02:57:14 -0000 Received: (qmail 1219 invoked by uid 22791); 18 Nov 2012 02:57:13 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Nov 2012 02:57:08 +0000 Received: by mail-ee0-f47.google.com with SMTP id l10so2409790eei.20 for ; Sat, 17 Nov 2012 18:57:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=R6A4J8bmuR3J1J44ApmLCcCcVEfQezd8ZE0R3k7tPKI=; b=VMf+XVByB3y8Dxh+z00oLgGYXtXHJ6Fe2cUfqmy+eUEr3Sx5vJfymPrF43QRQUy8tf TuIgCAOdbaW2hbQmzO/McYLKr64FIsZEKJlDFPjvqoVCqHxGkHkq0Vf/OgVXtRJ8MBdM KjCwjFpJQAb2YdETXW0JQvnnT8bS8PSkA9wDTT+/+nSDLgmDI6J71mjXWyLTDsKVQm7K AATPGj5eqGWHQrN/BLcJXOj0jmKlEhUkc6QYLMziuXd+xILafjW/Nf1E4XK8slEQW/GN XnCtSvmR6EtuCGh5TAb6qbvtI1rC3fxdNn2hfM/RnDyXhfF0mv6SZCDHTHAfjaXm9DXp kc+w== MIME-Version: 1.0 Received: by 10.14.176.68 with SMTP id a44mr11349772eem.1.1353207427544; Sat, 17 Nov 2012 18:57:07 -0800 (PST) Received: by 10.223.161.9 with HTTP; Sat, 17 Nov 2012 18:57:07 -0800 (PST) In-Reply-To: <20121115215319.AE4ACC0916@torture.tor.corp.google.com> References: <20121115215319.AE4ACC0916@torture.tor.corp.google.com> Date: Sun, 18 Nov 2012 02:57:00 -0000 Message-ID: Subject: Re: VEC re-write [patch 01/25] From: Diego Novillo To: joern.rennecke@embecosm.com, nathan@codesourcery.com, gingold@adacore.com, nickc@redhat.com, dje.gcc@gmail.com, law@redhat.com, rdsandiford@googlemail.com, dj@redhat.com, wilson@tuliptree.org, rth@redhat.com, echristo@gmail.com, bernds@codesourcery.com, mikestump@comcast.net, aph@redhat.com, iant@google.com, paul@codesourcery.com, jason@redhat.com, joseph@codesourcery.com, ebotcazou@libertysurf.fr, laurynas.biveinis@gmail.com, rguenther@suse.de, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmvOVa/JmzJ68Bzs0/NN/LLuZbmbKfeAW1r2KIa8iqmG3CdXPvEWnhinlD0rkwan9GQKI6IPeumUZKZ3eI7jms5RXm1XPYDZmMq/VtL8b7zDliC3Q6T1qQ62BwM92OGV0LO6scC4jIV7vlSBV8NUI/yALvS4Kt7LFCWAnFpEvnkGmATNzXL+DXhOXFRogwytS5rb1/B X-IsSubscribed: yes 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: 2012-11/txt/msg01466.txt.bz2 On Thu, Nov 15, 2012 at 4:53 PM, Diego Novillo wrote: > I have tested the patch pretty extensively: > > - Regular bootstraps on x86_64, ppc, ia64, sparc and hppa. > - Bootstraps with --enable-checking=release > - Bootstraps with --enable-checking=gc,gcac > - Basic builds on all targets (using contrib/config-list.mk). I have now committed all 25 parts of this patch as rev 193595. Please CC me on any problems that you think may be related to this rewrite. Thanks. Diego.