From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C1DE8385843A; Wed, 6 Mar 2024 08:49:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1DE8385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709714960; bh=XqPt5gy4/McnVw2f0mjQCYvqxkr/o8mV1pNlVGRPo88=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T/shU/ug9/wM5VxOqRN3D0O5cWfA4flfwCiqxFITLzWnfOersnaiY63wqPFanZNgG /2Ogi4j3bV41oK0TkDbbFBlvLoUs4XxIlTe9va6pAqzI9gXGj4CzdZ3WJ85yrSSgaq aHJZbARvv1TI+3f4FQnakkiZ6xyV7PIa6othQofo= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0cmVlLW9wdGltaXphdGlvbi8xMTQyNTFdIFsxNCByZWdy?= =?UTF-8?B?ZXNzaW9uXSBJQ0Ugd2hlbiBidWlsZGluZyBweXRob24tMy4xMi4yJ3MgSGFj?= =?UTF-8?B?bF9IYXNoX1NIQTIuYyAodHJlZSBjaGVjazogZXhwZWN0ZWQgY2xhc3Mg4oCY?= =?UTF-8?B?dHlwZeKAmSwgaGF2ZSDigJhleGNlcHRpb25hbOKAmSAoZXJyb3JfbWFyaykg?= =?UTF-8?B?aW4gdXNlbGVzc190eXBlX2NvbnZlcnNpb25fcCwgYXQgZ2ltcGxlLWV4cHIu?= =?UTF-8?B?Y2M6ODUp?= Date: Wed, 06 Mar 2024 08:49:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: 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: cc attachments.created 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114251 Zdenek Sojka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zsojka at seznam dot cz --- Comment #1 from Zdenek Sojka --- Created attachment 57627 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57627&action=3Dedit testcase triggering the same ICE, reduced $ x86_64-pc-linux-gnu-gcc -O2 -fno-vect-cost-model -mavx2 -fno-strict-overf= low testcase.c=20 during GIMPLE pass: slp testcase.c: In function 'foo': testcase.c:4:1: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 4 | foo (long e) | ^~~ 0x892abf tree_class_check_failed(tree_node const*, tree_code_class, char const*, int, char const*) /repo/gcc-trunk/gcc/tree.cc:9005 0x77dab4 tree_class_check(tree_node*, tree_code_class, char const*, int, ch= ar const*) /repo/gcc-trunk/gcc/tree.h:3767 0x77dab4 useless_type_conversion_p(tree_node*, tree_node*) /repo/gcc-trunk/gcc/gimple-expr.cc:85 0x154c759 verify_gimple_assign_binary /repo/gcc-trunk/gcc/tree-cfg.cc:4305 0x155e9b1 verify_gimple_in_cfg(function*, bool, bool) /repo/gcc-trunk/gcc/tree-cfg.cc:5599 0x13cde04 execute_function_todo /repo/gcc-trunk/gcc/passes.cc:2088 0x13ce35e execute_todo /repo/gcc-trunk/gcc/passes.cc:2142 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.=