From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 634103858D39; Wed, 8 Feb 2023 11:34:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 634103858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675856046; bh=OS9wkQS9Wcgm2x/TgNgtnMnFC4wHjty8RtE8XKwSSEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rllK8xYDZybuaRzs4imxFmyMrTkyQM2gNpnqXt0dI0yCi0GX3zWRw44/FWXt6zKBT k0+xMKWOxRSxERo+70ctVzz+0ye0SOH34yc5iirwBRq1OLO3g/VohkOv50cemgRYEX RKcKnQDjs7aAS9FNKuI8bLTNmGeQ3Wu3iYTE/qcI= From: "daniel at eyoman dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108715] Infinite loop in the generated assembly with -Os when strlen is defined in the code Date: Wed, 08 Feb 2023 11:34:06 +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: 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: 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 #9 from Daniel Zaoui --- (In reply to Andrew Pinski from comment #8) > There is a dup of this bug already filed. And a related bug when defining > "memcpy" too. >=20 > C is special. Do you have any bug ID? I searched before opening the bug without success.=