From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37B743858D38; Fri, 11 Nov 2022 16:53:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37B743858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668185581; bh=NYkaLPZ7+/Mz+lu3s9Kcl7+CCwmD7XdDXR/9wPextak=; h=From:To:Subject:Date:From; b=HorlKm9aNmsnTErUMC3PVYsAqZvwm8S1av3pWP9oWHop807Ad9JQwnrmk7wV0mKjb 1/ywjL3sUrdV2aqZcz7HhzhtxWXk2xC5yQgG5XP5qA/FK4CSUDm4dkFNNcwWpd4J0J 4XI70s75+u6k/ZQs5yl9rAMvHHnwcM/suISTJfPo= From: "jcmvbkbc at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107645] New: internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'E' (rtx unspec) in symbolic_operand_1, at config/m68k/predicates.md:144 Date: Fri, 11 Nov 2022 16:53:00 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jcmvbkbc 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 attachments.created 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=3D107645 Bug ID: 107645 Summary: internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'E' (rtx unspec) in symbolic_operand_1, at config/m68k/predicates.md:144 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: jcmvbkbc at gcc dot gnu.org Target Milestone: --- Created attachment 53884 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53884&action=3Dedit _gcov_indirect_call_profiler_v4.i Building gcc with --enable-checking=3Dall for target=3Dm68k-linux-uclibc br= eaks with the following error message: gcc/libgcc/libgcov-profiler.c: In function =E2=80=98__gcov_indirect_call_pr= ofiler_v4=E2=80=99: gcc/libgcc/libgcov-profiler.c:173:1: internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'E' (rtx unspec) in symbolic_operand_1= , at config/m68k/predicates.md:144 It can be reproduced with the following command line and the attached sourc= e: cc1 -O2 -fPIC -g -fno-stack-protector -mcpu=3D68040 _gcov_indirect_call_profiler_v4.i Bisection points to the following revision: r0-93570-g75df395f15f2=