Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmvjF-0003oM-MG for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 10:30:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmvjE-00030j-MA for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 10:30:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmvjE-00030X-FJ for pgsql-pkg-debian@lists.postgresql.org; Tue, 16 Nov 2021 10:30:16 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmvjD-0001IM-01 for pgsql-pkg-debian@postgresql.org; Tue, 16 Nov 2021 10:30:16 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1477:c900:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Htj4M2q3Sz3F0W; Tue, 16 Nov 2021 11:30:11 +0100 (CET) Date: Tue, 16 Nov 2021 11:30:10 +0100 From: Christoph Berg To: "Pop, Sebastian" Cc: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Message-ID: Mail-Followup-To: Christoph Berg , "Pop, Sebastian" , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> <1636652282183.80790@amazon.com> <1636665927494.4426@amazon.com> <1636667644644.16019@amazon.com> <1636669594714.41068@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1636669594714.41068@amazon.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Pop, Sebastian > I also run the above steps on bionic - ubuntu 18.04 - to check that the patch passes when gcc does not have the -moutline-atomics flag. > All checks pass on bionic on a c6g instance. > Thanks Ali for recommending the extra test. Thanks for verifying that part as well, I'll try throwing in the patch now. Christoph