From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D0A53858D37; Sun, 9 Oct 2022 19:25:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D0A53858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665343533; bh=n6WxLzOlnjRM85PFxXq9dxFFZMvHjexnLu0mZSuRhC4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PAnVkRcionwTcOv2X3ZE+wH5UU8Snod/KExtQHOoaogb72Zg2hh1NzihcbTEGg1jf IZEGtONfNG+w18Qjfd6rt+nLDK/eisxw4E8sQUl46f/XVGwyufgbVoDJYz7HgiAXq2 rvLoZXrgXXm2TJSZIl/3akZkAgwahqgBloWnMG6k= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/107196] [13 Regression] llvm-14.0.6 is miscompiles by gcc-13 in -O3: hangs llvm testsuite (inliner seems to break it) Date: Sun, 09 Oct 2022 19:25:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: 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=3D107196 --- Comment #5 from Sergei Trofimovich --- (In reply to Andrew Pinski from comment #1) > We definitely needs more information than this. It could very well be a b= ug > in LLVM too. > Have you tried compiling LLVM with -fsanitize=3Daddress ? (In reply to Andrew Pinski from comment #2) > How about -fwrapv ? Tried the following: - -fwrapv: no change, hangup still happens - -fsanitize=3Daddress: hangup disappears, no reports on stderr - -fwrapv -fsanitize=3Daddress: hangup disappears, no reports on stderr - -fsanitize=3Dundefined: hangup disappears, no reports on stderr=