From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFF983858CDA; Thu, 1 Dec 2022 10:54:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFF983858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669892040; bh=G9/yz5mgWETwPGmet5Bu20S72esseC1sJA2cyTIfGwQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZpxbwlGyJTm5oE6pu6HdiNNVN20BoUDk+G6A1+7eswD8qPyVgpYA0z6sL3mihrUpD 7TFt11pMaOdppLHnhkEhbEcwa8Qvhb44dw+vLjvT8ELrp3GMi2HYJS3qnYITWAWhZL SATSbSN+DnuOXloMIXZkhxKZJnak0UH7x7CKSUjg= From: "bernd.edlinger at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107943] gcc -fanalyzer hangs in openssl curve25519.c Date: Thu, 01 Dec 2022 10:54:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bernd.edlinger at hotmail dot de X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm 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=3D107943 --- Comment #3 from Bernd Edlinger --- this is how far I got with bisecting: $ git bisect log=20 git bisect start # good: [885f5c3d5763d46e02bd2f192765cb589b4c4fe4] Daily bump. git bisect good 885f5c3d5763d46e02bd2f192765cb589b4c4fe4 # bad: [24b8b44ea3bc232f4fe8daf24900ccaca98e8280] Daily bump. git bisect bad 24b8b44ea3bc232f4fe8daf24900ccaca98e8280 # good: [250f234988b6231669a720c52101d3686d645072] testsuite: Fix up gcc.target/s390/zero-scratch-regs-1.c git bisect good 250f234988b6231669a720c52101d3686d645072=