From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95E383858D39; Wed, 8 Feb 2023 10:33:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95E383858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675852401; bh=EK6r/VqYBZeLNNs4sAJxKpm0fGDrJnff4j/k26yelYo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ddWGhEmHLHUAEAHG8R18JR3TbsOkf+WsLibo1ubGrkDeEbdZgRJE5xYvHxahbpreV MOO/iEITjRtJWzTLOgQwgaFnP/dHum0IVa2UXgKQx99BoiQZA8WTQlRKAeEmeNuNcA EEJ87hUvHRaStHpX5zY9/ovFeyPVhuaVOMKCYYPM= 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:33:21 +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.isobsolete 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 Daniel Zaoui changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54428|0 |1 is obsolete| | --- Comment #4 from Daniel Zaoui --- Comment on attachment 54428 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54428 Assembly file I attached the wrong file by mistake=