From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 006CE3858D39; Wed, 8 Feb 2023 10:34:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 006CE3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675852463; bh=+LaPEAk28noY/7r0cE0KqLWx7vT1dNrex6OjnYrn3GQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k7Aa5tLwy1HZDcCcTCsGjgLHOVqMx/nxYeG9/v4SbAQdtIknUEz/O1vthr4NMwS4m +vaDFTr3tE5Apj2km51bsEsVUKhuMaDbqJUfwusED7kn9tI8WNVdcp3K2yvW7V1gdZ zJl2B+WWvLd9IOgrvwA+8NnJEJcmh3EsczafpR88= From: "daniel at eyoman dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108715] Infinite loop in the generated assembly with -Os when strlen is defined in the code Date: Wed, 08 Feb 2023 10:34:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: daniel at eyoman dot com X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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=3D108715 --- Comment #5 from Daniel Zaoui --- Created attachment 54429 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54429&action=3Dedit Preprocessed file=