From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 605FB3858D38; Sat, 16 Mar 2024 16:56:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 605FB3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710608191; bh=LD9FfToyaczGhXQILek+Sy5WFVPErCB/hulXS74rRzg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GXrawYc6B0cPqNJr322x9HdJgTYOyswwMiqRtXPMU7f3Kly6a+5vikWVcb4Knzj6E XJ1m+tuELepR8mDvhLBFMB71hlD+no49YZqKJW6Kj/psC9u1RJiIFYZy2aVmWNghvD KjJIV+bBLLh790R0Syj9GwoqutfAAjakXxkk4e8k= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113396] [13/14 Regression] csmith: differences from -O2 to -O3 Date: Sat, 16 Mar 2024 16:56:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-reduction, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D113396 --- Comment #18 from David Binderman --- (In reply to David Binderman from comment #17) > I tried out gcc-13.2 and got the following results: >=20 > foundBugs $ ~/gcc/results.13.2.asan.ubsan/bin/gcc -w -O2 > --param=3Dmax-inline-insns-auto=3D23 bug998.c && valgrind -q ./a.out > checksum =3D 77A231E6 > foundBugs $ ~/gcc/results.13.2.asan.ubsan/bin/gcc -w -O2 > --param=3Dmax-inline-insns-auto=3D24 bug998.c && valgrind -q ./a.out > checksum =3D 130B5204 > foundBugs $=20 >=20 > so it is something that has been going wrong since before gcc-13.2. Similarly with 13.1: foundBugs $ ~/gcc/results.13.1.asan.ubsan/bin/gcc -w -O2 --param=3Dmax-inline-insns-auto=3D23 bug998.c && valgrind -q ./a.out checksum =3D 77A231E6 foundBugs $ ~/gcc/results.13.1.asan.ubsan/bin/gcc -w -O2 --param=3Dmax-inline-insns-auto=3D24 bug998.c && valgrind -q ./a.out checksum =3D 130B5204 foundBugs $=