From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B78B63969011; Tue, 10 Aug 2021 17:39:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B78B63969011 From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/101849] New: MMA built-in dies with a verify_gimple failed error Date: Tue, 10 Aug 2021 17:39:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org 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 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, 10 Aug 2021 17:39:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101849 Bug ID: 101849 Summary: MMA built-in dies with a verify_gimple failed error Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: bergner at gcc dot gnu.org Target Milestone: --- bergner@pike:~/gcc/BUGS/MMA/ICE$ cat bug.i=20 __vector_pair vp; void foo (double *x) { vp =3D __builtin_vsx_lxvp(0, (__vector_pair *)(void *)x); } bergner@pike:~/gcc/BUGS/MMA/IC3$ gcc -S -O2 -mcpu=3Dpower10 bug.i=20 bug.i: In function =E2=80=98foo=E2=80=99: bug.i:3:1: error: non-trivial conversion in =E2=80=98mem_ref=E2=80=99 3 | foo (double *x) | ^~~ __vector_pair double _1 =3D *_2; during GIMPLE pass: lower bug.i:3:1: internal compiler error: =E2=80=98verify_gimple=E2=80=99 failed 0x114e804f verify_gimple_in_seq(gimple*) /home/bergner/gcc/gcc-fsf-mainline/gcc/tree-cfg.c:5183 0x11188afb execute_function_todo /home/bergner/gcc/gcc-fsf-mainline/gcc/passes.c:2044 0x111872cb do_per_function /home/bergner/gcc/gcc-fsf-mainline/gcc/passes.c:1687 0x11188de3 execute_todo /home/bergner/gcc/gcc-fsf-mainline/gcc/passes.c:2096 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.=