From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69679 invoked by alias); 24 Feb 2016 14:47:25 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 69664 invoked by uid 89); 24 Feb 2016 14:47:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:387 X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 24 Feb 2016 14:47:16 +0000 Received: by mail-pf0-f182.google.com with SMTP id q63so14031637pfb.0 for ; Wed, 24 Feb 2016 06:47:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=aq0Oh8amPtD+FVO2D2tchYG/de+LB1FYsIlz2xpIz4Q=; b=WskZQlQJhR21m6PZT5XCAzyMkZTsv+iII6CdTGKEof059H2fwq/igJFJxaH14Pi7Aw WNJLZs5tK7ba3nxo1mI9DQPmaMQXAY+Z2VzUdK1pnolZVnAI3N3UROxKDxyHTSUAGlFg Tj7YLdAqveRKUC+bn/+BQhjDyEb+qXiyhVTUv+TQHfKwJgIP0DuRy1fH8hDlprO/SVbk K/FDWFF9QNwZdCkfK5uf9mqPpEpSXvHcDEG90mfLcqPaTTOJqQyiEt9na/IhgUuYE4py INHayIdSrm2wmLAclJIw+SnfIBhNCBnnmuMSjMEASug4caYwjtFOvStw7t/kh60SMRjA 88OQ== X-Gm-Message-State: AG10YORJMAb5gl1XjCb0Fz03zgO8OJ+AXKqt18+NfcBaF96Re3O5HJfWNP1WEnmCWCbRhg== X-Received: by 10.98.8.219 with SMTP id 88mr55239648pfi.51.1456325234791; Wed, 24 Feb 2016 06:47:14 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id d8sm5687215pas.14.2016.02.24.06.47.12 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 24 Feb 2016 06:47:14 -0800 (PST) From: Yao Qi To: "Heckel\, Bernhard" Cc: Luis Machado , brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH] testsuite: Fix timeout issues during print of vla-arrays. References: <1456152558-3962-1-git-send-email-bernhard.heckel@intel.com> <1456152558-3962-4-git-send-email-bernhard.heckel@intel.com> <56CCB4FF.6040803@codesourcery.com> <56CD63CD.7050904@intel.com> Date: Wed, 24 Feb 2016 14:47:00 -0000 In-Reply-To: <56CD63CD.7050904@intel.com> (Bernhard Heckel's message of "Wed, 24 Feb 2016 09:03:25 +0100") Message-ID: <8660xecgid.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00732.txt.bz2 "Heckel, Bernhard" writes: > The vla2-allocated breakpoint was not used at all therefore I removed > it from the test script when I investigated on the timeout > issue. There were no problems with the breakpoint. Let us remove the unused code in a separate patch then. --=20 Yao (=E9=BD=90=E5=B0=A7)