From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22108 invoked by alias); 30 Jun 2015 19:41:27 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 22096 invoked by uid 89); 30 Jun 2015 19:41:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.7 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-yk0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=djxWwGAPaFPxM4XGDA70jrmPVddeXtP1acTDKAGlC5A=; b=l1vqORpkIVdOuEzW94gXQdD7WFqUhecX6O0NeLsfIxnZeZCaYmFToWrGYpENqzXEja 5v5fsNbK7e3QEzVcxs6MTz+0phWPOtqHkh4zR+IukvJXE6IrVjoQ1Nh0kEJvyi3iIjeK Nh+CedNM8C0H97I/MgdeD0f1UO+ar/Q69vNZ/KNcWcR75+rLQyn/DNbH/Py1f2TvcKiI Do1ZhGadASKUL6Jh03nk3/wZa3kxFmRe8QTLV6T6VT1UxOZqeAKp+n0kYuRKv3Oc8r0i 1RsuYpHQtf+6bo2jTvypqMOiVtGNyOoxTnFQcs6NuyNDWtqCkg7gbhER1VI007ziVNDf qILg== X-Gm-Message-State: ALoCoQlhbegTFJgPpwZ6ILOGTfJEfkg6aNRniIjzDrN82UAaNKdT4KIkVqu+nsZgWokw6+5xnihg MIME-Version: 1.0 X-Received: by 10.129.27.6 with SMTP id b6mr25687810ywb.134.1435693283267; Tue, 30 Jun 2015 12:41:23 -0700 (PDT) In-Reply-To: <555165081136725637@unknownmsgid> References: <555165081136725637@unknownmsgid> Date: Thu, 01 Jan 2015 00:00:00 -0000 Message-ID: Subject: Re: Weird problem From: Dibyendu Majumdar To: David Malcolm Cc: "jit@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-q2/txt/msg00152.txt.bz2 On 30 June 2015 at 08:56, Dibyendu Majumdar wrote: > Thanks, will test tonight. From: David Malcolm > Sent: =E2=80=8E30/=E2=80=8E06/=E2=80=8E2015 03:24 > Does the attached patch fix it for you? > (it's currently a bit of a hack; hope to get it more robust tomorrow) Hi Dave - yes that appears to have fixed the problem! Thanks!