From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 61F12386F404 for ; Wed, 26 Aug 2020 20:59:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 61F12386F404 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-571-NJphOAchPkKnOWh001dqPw-1; Wed, 26 Aug 2020 16:59:52 -0400 X-MC-Unique: NJphOAchPkKnOWh001dqPw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1E089802B4B; Wed, 26 Aug 2020 20:59:51 +0000 (UTC) Received: from ovpn-112-190.phx2.redhat.com (ovpn-112-190.phx2.redhat.com [10.3.112.190]) by smtp.corp.redhat.com (Postfix) with ESMTP id AF3F55D9E4; Wed, 26 Aug 2020 20:59:50 +0000 (UTC) Message-ID: Subject: Re: [PATCH 1/3] vec: add exact argument for various grow functions. From: Jeff Law Reply-To: law@redhat.com To: Martin =?UTF-8?Q?Li=C5=A1ka?= , Richard Biener Cc: GCC Patches , Jan Hubicka Date: Wed, 26 Aug 2020 14:59:50 -0600 In-Reply-To: References: <8bf8b90a-6d10-90e3-62aa-633f7bbf71be@suse.cz> <34bd3626-39c0-2516-208d-0ebf5a736b1c@suse.cz> <20200727111104.GB84823@kam.mff.cuni.cz> <0011f4a6-7ece-47f6-e864-f837216f71c7@suse.cz> <84b9586d-63da-18bd-9113-05597520d58c@suse.cz> Organization: Red Hat User-Agent: Evolution 3.36.5 (3.36.5-1.fc32) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 20:59:55 -0000 On Tue, 2020-08-11 at 13:36 +0200, Martin Liška wrote: > Hello. > > All right, I did it in 3 steps: > 1) - new exact argument is added (no default value) - I tested the on x86_64-linux-gnu > and I build all cross targets. > 2) set default value of exact = false > 3) change places which calculate its own growth to use the default argument > > I would like to install first 1) and then wait some time before the rest is installed. > > Thoughts? Given this is how Richi wanted the series to play out. #1 is fine with me as is the plan for the kit as a whole. Jeff >