From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA7D4385DC06; Wed, 15 Apr 2020 08:22:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA7D4385DC06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586938957; bh=7Fk29dulPocHPxSGbChWMymeNxlv2i1bffLIA54ArKU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oPw8NWAcRpv3OS/QvkSH9a0LXReaYJtBSItwBK/MMDU268mECtaeqGvWdj2Jt3v96 Hh8fBLEm2E+W0qRcahBZ2YAoCrsIEQM3NcL2bA8q/Yw6ll4wwiYXeytP4mQl5nOqAJ ftpWReoHilU0eveu62lQ4gcU5Ru93zZW/xvBHk0o= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94603] ICE: in extract_insn, at recog.c:2343 (unrecognizable insn) with -mno-sse2 and __builtin_ia32_movq128 Date: Wed, 15 Apr 2020 08:22:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: Wed, 15 Apr 2020 08:22:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94603 --- Comment #4 from Uro=C5=A1 Bizjak --- (In reply to Jakub Jelinek from comment #3) > The testcase will need -msse -mno-sse2. Yes, but the testcase is invalid, because __builtin_ia32_movq128 should not= be used without SSE2. Fixed compiler reports: pr94603.c: In function =E2=80=98foo=E2=80=99: pr94603.c:6:10: warning: implicit declaration of function =E2=80=98__builtin_ia32_movq128=E2=80=99; did you mean =E2=80=98__builtin_i= a32_movntps=E2=80=99? [-Wimplicit-function-declaration] pr94603.c:6:10: error: incompatible types when returning type =E2=80=98int= =E2=80=99 but =E2=80=98V=E2=80=99 {aka =E2=80=98__vector(2) long long int=E2=80=99} was expected=