From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 135793858D28; Wed, 1 Dec 2021 10:01:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 135793858D28 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A71E711B3; Wed, 1 Dec 2021 02:01:45 -0800 (PST) Received: from localhost (unknown [10.32.98.88]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2D8053F694; Wed, 1 Dec 2021 02:01:45 -0800 (PST) From: Richard Sandiford To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, richard.sandiford@arm.com Subject: Re: [r12-5612 Regression] FAIL: gcc.target/i386/pr88531-1a.c (test for excess errors) on Linux/x86_64 References: <20211130195111.BEC3F2864700@gskx-2.sc.intel.com> Date: Wed, 01 Dec 2021 10:01:43 +0000 In-Reply-To: <20211130195111.BEC3F2864700@gskx-2.sc.intel.com> (sunil k. pandey's message of "Tue, 30 Nov 2021 11:51:11 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-regression@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-regression mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2021 10:01:47 -0000 "sunil.k.pandey" writes: > On Linux/x86_64, > > 10833849b55401a52f2334eb032a70beb688e9fc is the first bad commit > commit 10833849b55401a52f2334eb032a70beb688e9fc > Author: Richard Sandiford > Date: Tue Nov 30 09:52:29 2021 +0000 > > vect: Support gather loads with SLP > > caused > > FAIL: gcc.target/i386/pr88531-1a.c (internal compiler error) > FAIL: gcc.target/i386/pr88531-1a.c (test for excess errors) > > with GCC configured with > > ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r12-5612/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap > > To reproduce: > > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="i386.exp=gcc.target/i386/pr88531-1a.c --target_board='unix{-m32}'" > $ cd {build_dir}/gcc && make check RUNTESTFLAGS="i386.exp=gcc.target/i386/pr88531-1a.c --target_board='unix{-m32\ -march=cascadelake}'" For the record, this was the same as PR103494. Richard