From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 561C03830B1D; Mon, 14 Nov 2022 18:30:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 561C03830B1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668450649; bh=fqDrKZPEf+ekymrOAaCFh6XRZDrno2R4mZFIYv9jU64=; h=From:To:Subject:Date:From; b=NeloHMSUNJiXoV8QN97jl0wOTcaFcE2iClMbojbzaIwpMIlQ1qCe8nWffXz56RKY6 W7SQh6uh92Znk3EFgjtEIANy2/d7lXuTM01itW8e94PEFZ1wSdb4vehuz32YKXiWKw rejwRB6j46cF0exSAYPSlQg4pr50XJoZXSAUtJLg= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107686] New: [12/13 Regression] ICE: verify_gimple failed (invalid types in nop conversion) with _Decimal64 vector Date: Mon, 14 Nov 2022 18:30:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz 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 keywords bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget 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=3D107686 Bug ID: 107686 Summary: [12/13 Regression] ICE: verify_gimple failed (invalid types in nop conversion) with _Decimal64 vector Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Target Milestone: --- Host: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu Compiler output: $ x86_64-pc-linux-gnu-gcc -O -mavx2 testcase.c=20 testcase.c: In function 'foo': testcase.c:9:1: error: invalid types in nop conversion 9 | foo (void) | ^~~ _Decimal64 int _33 =3D (_Decimal64) _1; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _26 =3D (_Decimal64) _3; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _19 =3D (_Decimal64) _15; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _12 =3D (_Decimal64) _22; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _61 =3D (_Decimal64) _29; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _54 =3D (_Decimal64) _36; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _47 =3D (_Decimal64) _43; testcase.c:9:1: error: invalid types in nop conversion _Decimal64 int _40 =3D (_Decimal64) _50; during GIMPLE pass: forwprop testcase.c:9:1: internal compiler error: verify_gimple failed 0x142be1b verify_gimple_in_cfg(function*, bool, bool) /repo/gcc-trunk/gcc/tree-cfg.cc:5658 0x12d4590 execute_function_todo /repo/gcc-trunk/gcc/passes.cc:2091 0x12d4ace execute_todo /repo/gcc-trunk/gcc/passes.cc:2145 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. $ x86_64-pc-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=3D/repo/gcc-trunk/binary-latest-amd64/bin/x86_64-pc-linux-gnu-g= cc COLLECT_LTO_WRAPPER=3D/repo/gcc-trunk/binary-trunk-r13-4023-20221114155950-= g2b85d759dae-checking-yes-rtl-df-extra-amd64/bin/../libexec/gcc/x86_64-pc-l= inux-gnu/13.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /repo/gcc-trunk//configure --enable-languages=3Dc,c++ --enable-valgrind-annotations --disable-nls --enable-checking=3Dyes,rtl,df,= extra --with-cloog --with-ppl --with-isl --build=3Dx86_64-pc-linux-gnu --host=3Dx86_64-pc-linux-gnu --target=3Dx86_64-pc-linux-gnu --with-ld=3D/usr/bin/x86_64-pc-linux-gnu-ld --with-as=3D/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch --prefix=3D/repo/gcc-trunk//binary-trunk-r13-4023-20221114155950-g2b85d759d= ae-checking-yes-rtl-df-extra-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.0 20221114 (experimental) (GCC)=