From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C8C9B38582AE; Mon, 18 Dec 2023 16:09:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8C9B38582AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702915763; bh=NXgR+Zl+dwomzEEafUq3MVx/dherZ8hd4+VBWUsuRIM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fIUFMQtn3Kfbv9wfrL03PB6CwTZ1/+nXZU4WuAKqMwXPjzcpolp9EgvbbY4vbpTGu YE8VR88959zP7Px/Lwa5gNigAwBGBOl5iF+CFHBlCKkKThD6s3LUuFFtweEvEokKrO bxL0pLKrQ9T/nAlNwuzCZXvq2GfyB17SZ+RQdPlc= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113040] [14 Regression] libmvec test failures Date: Mon, 18 Dec 2023 16:09:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113040 --- Comment #2 from H.J. Lu --- Created attachment 56902 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56902&action=3Dedit A testcase [hjl@gnu-tgl-3 tmp]$ /export/build/gnu/tools-build/gcc-gitlab-debug/release/usr/gcc-14.0.0-x86-6= 4/bin/gcc x.c -frounding-math -O2 -g -fopenmp -fno-inline -mavx2 -D_GNU_SOURCE -lm -fno-builtin -D__FAST_MATH__ [hjl@gnu-tgl-3 tmp]$ ./a.out=20 Segmentation fault (core dumped) [hjl@gnu-tgl-3 tmp]$ /export/build/gnu/tools-build/gcc-gitlab-debug/release/usr/gcc-14.0.0-x86-6= 4/bin/gcc x.c -frounding-math -O2 -g -fopenmp -fno-inline -mavx512f -D_GNU_SOURCE -lm -fno-builtin -D__FAST_MATH__ [hjl@gnu-tgl-3 tmp]$ ./a.out=20 Segmentation fault (core dumped) [hjl@gnu-tgl-3 tmp]$=