From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 417DF3857C4E; Tue, 3 May 2022 10:12:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 417DF3857C4E From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/105464] New: '-fcompare-debug' failure (length) w/ -Og -fharden-compares -fno-tree-dce Date: Tue, 03 May 2022 10:12:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: compare-debug-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: asolokha at gmx 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone cf_gcctarget attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2022 10:12:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105464 Bug ID: 105464 Summary: '-fcompare-debug' failure (length) w/ -Og -fharden-compares -fno-tree-dce Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: compare-debug-failure Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu Created attachment 52920 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D52920&action=3Dedit gkd diff gcc 13.0.0 20220501 snapshot (g:75bbc3da3e5f75f683fa33e309045c582efd20eb) f= ails -fcompare-debug check when compiling gcc/testsuite/gcc.c-torture/compile/pr46547-1.c w/ -Og -fharden-compares -fno-tree-dce: % x86_64-unknown-linux-gnu-gcc-13.0.0 -Og -fcompare-debug -fharden-compares -fno-tree-dce -c sqnqheby.c x86_64-unknown-linux-gnu-gcc-13.0.0: error: sqnqheby.c: '-fcompare-debug' failure (length) gkd diff attached.=