From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id bOBmOdfyh2MIxx4AWB0awg (envelope-from ) for ; Wed, 30 Nov 2022 19:18:31 -0500 Received: by simark.ca (Postfix, from userid 112) id DC1821E11E; Wed, 30 Nov 2022 19:18:31 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=aoZvr/LK; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7D9931E0D3 for ; Wed, 30 Nov 2022 19:18:31 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EFDA6385781F for ; Thu, 1 Dec 2022 00:18:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFDA6385781F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669853911; bh=1nvRhoa3Ij5Wy3XykTbGdzfADEW2s/l9nBvAuN8ueOs=; h=Date:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=aoZvr/LKg52xuvr5H19NnIZOVn0OcCAgUgvrh56QDL/iMH+m+h7jBked19vkPikvb ZT3SCjfR68PH8ELU5oncoQ4mAxfaORdzQaRWbgcDeUxbfoC2sHfNubS1QIRceeDGOy WyEBtr1vezH3Yvhsg1Gu1p25jAmuppkVZjC2MHVM= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id C94D53858D1E for ; Thu, 1 Dec 2022 00:18:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C94D53858D1E Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-567-gtOkiAFZPD-QWArfouIW-w-1; Wed, 30 Nov 2022 19:17:59 -0500 X-MC-Unique: gtOkiAFZPD-QWArfouIW-w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A1627833A09; Thu, 1 Dec 2022 00:17:58 +0000 (UTC) Received: from f35-zws-nvidia (unknown [10.2.17.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4363840C6EC4; Thu, 1 Dec 2022 00:17:58 +0000 (UTC) Date: Wed, 30 Nov 2022 17:17:54 -0700 To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: Fix some problems in gdb.compile Message-ID: <20221130171754.3cc534e8@f35-zws-nvidia> In-Reply-To: <20221130193531.2464972-1-tromey@adacore.com> References: <20221130193531.2464972-1-tromey@adacore.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kevin Buettner via Gdb-patches Reply-To: Kevin Buettner Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi Tom, On Wed, 30 Nov 2022 12:35:28 -0700 Tom Tromey via Gdb-patches wrote: > I was looking into some irritating timeouts in gdb.compile and came up > with this short series. It doesn't fix any of the underlying issues, > but it at least makes the tests complete reasonably quickly. Thanks for working on this problem. I've looked at all three patches in this series. All three look good to me. Kevin