From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9890838A8152; Mon, 12 Sep 2022 17:25:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9890838A8152 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663003539; bh=OAcqKLQrqhcc8yDVEsuwLwEiQef1GfgZv06iypv0nLU=; h=From:To:Subject:Date:From; b=IPdO3IosVrLP+WzAK/Rd+/7WIniQyJ5ZGJyEy79p/C3ixPpVw01yf2YFmBHz5E6pt +qVRJqQm6peJd/2sXuf9s2vY8eXbtwpJ7iZs5JoFB9zR52nJF7KkeK0dgyaQJpByzo dYlcLPUZRSCj00FFrk7Wi1CHWBYzqEWGaRks/HOk= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106913] New: [13 Regression] ICE in dump_bb_info, at cfg.cc:796 Date: Mon, 12 Sep 2022 17:25:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gscfq@t-online.de 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 bug_severity priority component assigned_to reporter target_milestone 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106913 Bug ID: 106913 Summary: [13 Regression] ICE in dump_bb_info, at cfg.cc:796 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started between 20220828 and 20220904, at -O0, with file gcc.dg/pr51879.c (and several others) : $ cat z1.c # alias pr51879.c int bar (int); void baz (int); void foo (int y) { int a; if (y =3D=3D 6) a =3D bar (7); else a =3D bar (7); baz (a); } $ gcc-13-20220911 -c z1.c -O0 -da -Wall during RTL pass: jump dump file: z1.c.257r.jump z1.c: In function 'foo': z1.c:12:1: internal compiler error: in dump_bb_info, at cfg.cc:796 12 | } | ^ 0x9433ec dump_bb_info(_IO_FILE*, basic_block_def*, int, dump_flag, bool, bo= ol) ../../gcc/cfg.cc:796 0x965f97 dump_bb(_IO_FILE*, basic_block_def*, int, dump_flag) ../../gcc/cfghooks.cc:299 0x9661cf dump_flow_info(_IO_FILE*, dump_flag) ../../gcc/cfghooks.cc:361 0x1c019cd execute ../../gcc/cfgcleanup.cc:3239=