From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E78D0385842A; Fri, 10 Mar 2023 17:02:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E78D0385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678467725; bh=bl+BkdrWbzpy2GoMUS7G/WGzj6n+XARREW5rNhClJZU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eEX2eBXkQYldGTyy07vNyOjmKkISq9Z7NMEGqBIB0WeD733QT3Foxa3wnbNHiNxAy M3l/R98WS/P1PQXYwXsYdEUzsVUdkLxXl5h6uuItCpQWDPDV+lS3yGKwu1BjOE8XsK /uiEkUB0j6lZJlfK8R8vD5SZtthexbnLc2ucauDo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109087] [13 Regression] csmith: end of year runtime bug since r13-4839-geef81eefcdc2a581 Date: Fri, 10 Mar 2023 17:02:05 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109087 --- Comment #8 from Andrew Pinski --- (In reply to Martin Li=C5=A1ka from comment #7) > With gcc pr109087.c -w -ftrivial-auto-var-init=3Dzero -g -O3 -march=3Dznv= er3 > -fno-strict-aliasing -fno-tree-vectorize -fno-tree-slp-vectorize > it started with r13-4839-geef81eefcdc2a581. That's strange, because I > intentionally disable the vectorizer. Could be exposed by the change to ix86_expand_set_or_cpymem or ix86_reassociation_width then. Or the change to X86_TUNE_AVX256_MOVE_BY_PIECES, X86_TUNE_AVX256_STORE_BY_PIECES which adds znver3 to them ...=