From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83A3C3858CDA; Tue, 11 Jul 2023 06:30:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83A3C3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689057046; bh=ZHahr2Vtj7qDwPJGq1NxWSMr2mpm880DE5YSFGRgAoM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=udWbCRUNIGIZImdsGJqusi04u86tWvlrbiY0t0cfM/yQ9/5eSuI1Trn2TShrbxpmP GnUvPndwbUnMQXkfJSjY+Qf+pFpNJDGqwChh5Lj1Wloh3b8ADWYbRQDlCHdpwavk3k 58DSrJbW1N2PLa5fAJwEJYwuhxuZ+Rg4EX2kMWxI= From: "malat at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110622] x86: Miscompilation at O1 level (O0 is working) Date: Tue, 11 Jul 2023 06:30:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: malat at debian dot org 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: --- 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=3D110622 --- Comment #2 from Mathieu Malaterre --- Created attachment 55518 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55518&action=3Dedit Preprocessed source % /usr/bin/g++-13 -save-temps -DHWY_STATIC_DEFINE -DTOOLCHAIN_MISS_ASM_HWCA= P_H -I/home/mathieu/Perso/highway -O1 -fPIE -fvisibility=3Dhidden -fvisibility-inlines-hidden -Wno-builtin-macro-redefined -D__DATE__=3D\"redacted\" -D__TIMESTAMP__=3D\"redacted\" -D__TIME__=3D\"red= acted\" -fmerge-all-constants -Wall -Wextra -Wconversion -Wsign-conversion -Wvla -Wnon-virtual-dtor -fmath-errno -fno-exceptions -DHWY_IS_TEST=3D1 -DGTEST_HAS_PTHREAD=3D1 -MD -MT CMakeFiles/math_test.dir/hwy/contrib/math/math_test.cc.o -MF CMakeFiles/math_test.dir/hwy/contrib/math/math_test.cc.o.d -o CMakeFiles/math_test.dir/hwy/contrib/math/math_test.cc.o -c /home/mathieu/Perso/highway/hwy/contrib/math/math_test.cc=