From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C2A6385840A; Tue, 13 Sep 2022 19:32:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C2A6385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663097570; bh=pCevb8sIeqqc/ClWDqRDA1jEKnkBPtVKHPIn5hMorq0=; h=From:To:Subject:Date:From; b=Dt29lLeaX+hzImSJUwH8T9IoifnmWNd2EHTY+CKLycmuqykjCFMFgZ10YDqPRfrC0 +WtPVmxXTYi9HmeKHMe56fG8V08e7VX2jOY/Otex6K8V5LnDbbzgvgDZTKJ9wLD44K ahv9ytkDSh7/qyY977wJeXRv+D0IXydbgxgj2S4I= From: "gscfq@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106934] New: [10/11/12/13 Regression] ICE: verify_gimple failed Date: Tue, 13 Sep 2022 19:32:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran 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=3D106934 Bug ID: 106934 Summary: [10/11/12/13 Regression] ICE: verify_gimple failed Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: gscfq@t-online.de Target Milestone: --- Started with r9 : (gcc configured with --enable-checking=3Dyes) $ cat z1.f90 subroutine s logical(1) :: a =3D .true. logical(2) :: b a =3D transfer(b, a) end $ gfortran-13-20220911 -c z1.f90 -O2 z1.f90:5:3: 5 | end | ^ Error: 'bit_field_ref' of non-mode-precision operand _12 =3D BIT_FIELD_REF ; during GIMPLE pass: ccp z1.f90:5:3: internal compiler error: verify_gimple failed 0xf92e24 verify_gimple_in_cfg(function*, bool) ../../gcc/tree-cfg.cc:5569 0xe391ee execute_function_todo ../../gcc/passes.cc:2091 0xe39c72 execute_todo ../../gcc/passes.cc:2145=