From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56F433858288; Thu, 1 Dec 2022 06:10:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56F433858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669875059; bh=XNbEcMCEmU8rhZCTRG6z6vh7iLrk25rWGm6tjUV/abA=; h=From:To:Subject:Date:From; b=Dj3JAsbJPnH9GMc2BMTv5XpllT/l/1I5inpGm/1CQ9lSYXzl0fut1d9PdAnxgFQdq THAyf4uvh8cgndCRdbDlkJas/knv6N2qX6HGNqBsw9Xilt4Kri08bVSxJS+9seRCk8 oRtgp2Jos0XKEu6rX8H/Tzhah0H/XuNpd5gdU6cE= From: "bernd.edlinger at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107943] New: gcc -fanalyzer hangs in openssl curve25519.c Date: Thu, 01 Dec 2022 06:10:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 107943 Summary: gcc -fanalyzer hangs in openssl curve25519.c Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: bernd.edlinger at hotmail dot de Target Milestone: --- I see a reproducible endless loop in analyzing openssl-1.1.1s gcc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -fanalyz= er -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR=3D"\"/usr/local/ssl\"" -DENGINESDIR=3D"\"/usr/local/lib/engines-1.1\"" -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o crypto/ec/curve25519.c observed with: gcc-12.2.1 and gcc-13.0.0 working version: gcc-11.3.1 trying to bisect that now.=