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 1plA6x-0001Oj-G2 for pgsql-hackers@arkaria.postgresql.org; Sat, 08 Apr 2023 15:04:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1plA6v-0002wy-BY for pgsql-hackers@arkaria.postgresql.org; Sat, 08 Apr 2023 15:04:13 +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 1plA6v-0002wp-2Q for pgsql-hackers@lists.postgresql.org; Sat, 08 Apr 2023 15:04:13 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1plA6r-001eeK-Q2 for pgsql-hackers@lists.postgresql.org; Sat, 08 Apr 2023 15:04:12 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 338F45a83577813; Sat, 8 Apr 2023 11:04:05 -0400 From: Tom Lane To: Thomas Munro cc: Fabien COELHO , Pavel Stehule , PostgreSQL Hackers Subject: Re: broken master branch In-reply-to: References: Comments: In-reply-to Thomas Munro message dated "Sat, 08 Apr 2023 20:38:00 +1200" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3577811.1680966245.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 08 Apr 2023 11:04:05 -0400 Message-ID: <3577812.1680966245@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Thomas Munro writes: > On Sat, Apr 8, 2023 at 8:04=E2=80=AFPM Pavel Stehule wrote: >> on fresh Fedora 38, I cannot to run regress tests > Looks like the new LLVM 16. I'll try to look at this again next week. > In the meantime you could try using 15. I've become entirely desensitized to seawasp failing, which is probably a bad thing, but today I happened to look at it and discovered that its compiler has been dumping core for some time now: clang: /home/fabien/llvm-src/llvm/lib/Transforms/Scalar/SROA.cpp:1745: llv= m::Value* getAdjustedPtr({anonymous}::IRBuilderTy&, const llvm::DataLayout= &, llvm::Value*, llvm::APInt, llvm::Type*, const llvm::Twine&): Assertion = `Ptr->getType()->isOpaquePointerTy() && "Only opaque pointers supported"' = failed. PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/= and include the crash backtrace, preprocessed source, and associated run = script. Stack dump: 0. Program arguments: /home/fabien/clgtk/bin/clang -Wno-ignored-attributes= -fno-strict-aliasing -fwrapv -fexcess-precision=3Dstandard -Xclang -no-op= aque-pointers -Wno-unused-command-line-argument -Wno-compound-token-split-= by-macro -O2 -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2 -flt= o=3Dthin -emit-llvm -c -o strftime.bc strftime.c 1. parser at end of file 2. Optimizer Seems like we ought to look into that, and report it as requested. regards, tom lane