From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E508E3857805; Thu, 7 Jul 2022 12:55:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E508E3857805 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106208] [12/13 Regression] ICE in branch_prob, at profile.cc:1459 since r12-5275-gbcebd05720540e25 Date: Thu, 07 Jul 2022 12:55:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin 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: 12.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc cf_reconfirmed_on bug_status everconfirmed short_desc 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 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: Thu, 07 Jul 2022 12:55:19 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106208 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org, | |tschwinge at gcc dot gnu.o= rg Last reconfirmed| |2022-07-07 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|[12/13 Regression] ICE in |[12/13 Regression] ICE in |branch_prob, at |branch_prob, at |profile.cc:1459 |profile.cc:1459 since | |r12-5275-gbcebd05720540e25 --- Comment #1 from Martin Li=C5=A1ka --- Reduced test-case: $ cat reg.f90 module m integer a0[*]=20=20 end=20 $ gcc reg.f90 -c -fcoarray=3Dlib -ftest-coverage during IPA pass: profile f951: internal compiler error: in branch_prob, at profile.cc:1459 0x770d2d branch_prob(bool) /home/marxin/Programming/gcc/gcc/profile.cc:1459 0x10cde00 tree_profiling /home/marxin/Programming/gcc/gcc/tree-profile.cc:782 0x10cde00 execute /home/marxin/Programming/gcc/gcc/tree-profile.cc:888 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. Started with r12-5275-gbcebd05720540e25.=