From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 528AA3858D35; Tue, 31 Jan 2023 16:38:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 528AA3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675183106; bh=7skt8zvO/LZJxKaEU0WD2RhNpuj7SjQ638oJqsWW1mA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YDJtHOUZxG1jR+MQj+GH264CejU65icNhhFpwlstBrMdyydQr6bKoHP8OedwGWBRl bVoiVwv09LTsxkoFhc1KkwronzZZfDB0i4tRQ9o9kw2mn98Z7vBf32gzdnmFNY9eKK ctBvWP3FqSzvEWLLHSRKmi3QIunoD9jY+YgIQ7nM= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/108573] [13 Regression] '-fcompare-debug' failure (length) at -O2 Date: Tue, 31 Jan 2023 16:38:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cc cf_reconfirmed_on 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=3D108573 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |jakub at gcc dot gnu.org Last reconfirmed| |2023-01-31 --- Comment #1 from Jakub Jelinek --- This diverges during REE: Trying to eliminate extension: -(insn 10023 10022 10027 2 (set (reg:DI 15 a5 [orig:139 _6 ] [139]) +(insn 10023 9 10027 2 (set (reg:DI 15 a5 [orig:139 _6 ] [139]) (sign_extend:DI (reg:SI 10 a0 [160]))) "pr108573.c":11:5 116 {extendsidi2} (nil)) -Tentatively merged extension with definition (copy needed): -(insn 10022 10018 10023 2 (set (reg:DI 15 a5) - (sign_extend:DI (umod:SI (reg:SI 10 a0 [157]) - (reg:SI 14 a4 [orig:162 g ] [162])))) "pr108573.c":11:5 -1 - (nil)) -deferring rescan insn with uid =3D 10022. -All merges were successful. -Eliminated the extension. -deferring rescan insn with uid =3D 10055. -deferring deletion of insn with uid =3D 10023. -Elimination opportunities =3D 2 realized =3D 1 +Elimination opportunities =3D 2 realized =3D 0 starting the processing of deferred insns -rescanning insn with uid =3D 10022. -rescanning insn with uid =3D 10055. ending the processing of deferred insns=