From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 082213858D39; Wed, 8 Feb 2023 10:30:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 082213858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675852224; bh=CgtBY9gaLdqjYZG4Z/s2S5c7Z6EwJpy8ORhI5R3WnZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EFYxRhkpyO8u62hDfZtmb9sARH0QxLnGmGfqUl8MW+9KmNOVKPh8bMtb9DaT1XOxf 4nvR4+UMd4skD/fcCImaIwMV5n6CTsdALiz1iYJvkdzAgJri6qyWVqTs/OyTYQRELo A+BBosiHpPFBa0JZJcD9NhDWmdS6/A1jAKt6ck3Q= 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:30:23 +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 #1 from Daniel Zaoui --- Created attachment 54427 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54427&action=3Dedit Preprocessed file=