From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp35.i.mail.ru (smtp35.i.mail.ru [94.100.177.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 23D9745C304 for ; Tue, 1 Dec 2020 17:16:15 +0300 (MSK) Date: Tue, 1 Dec 2020 17:16:12 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201201141612.GA141163@hpalx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/2] GCC 10 fix warnings List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artem Starshov Cc: tarantool-patches@dev.tarantool.org Hi Artem, thanks for the patch. I see some strange results in OSX and FreeBSD testings. It looks like a flaky results, but they are new and happens to often, even rerun of the testings could not resolve it. Seems that some new hidden issue appeared. Feel free to contact me to analyze it [1]. [1] - https://gitlab.com/tarantool/tarantool/-/pipelines/222165041/builds > On Fri, Nov 27, 2020 at 03:43:08PM +0300, Artem Starshov via Tarantool-patches wrote: > Artem Starshov (2): > sql: fix build with GCC 10 > bitset: replace zero-length array with flexible-array member > > src/box/sql/select.c | 56 +++++++++++++++++++---------------------- > src/lib/bitset/bitset.h | 2 +- > 2 files changed, 27 insertions(+), 31 deletions(-) > > Issue: https://github.com/tarantool/tarantool/issues/4966 > Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4966-gcc10-warns > -- > 2.28.0 >