From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 51D47385840C; Thu, 2 Nov 2023 10:00:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51D47385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698919246; bh=m5VhF1kGS9nYxU06yEDlQS9qFfU7zZwUszgl5WZiWkE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eD73Y22Xqqi0XJhzmkwl9d1oK82CYD/htqSFFxvAbmbFz72IfZBEj/uul8YvbNv1A 30wbhTxgBcj8nzGK/Btc7cBbxyE21i5h4IkVcEtvJZPzSi/kte5ms04e2BmX+dHI4b /knGhfmziVuqh9+v/xoEU7Y7QC5RlADCIAUj/QSM= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/112347] [14 regression] ICE on jemalloc-5.3.0: Segmentation fault around convert_for_assignment() Date: Thu, 02 Nov 2023 10:00:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox 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: 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=3D112347 --- Comment #2 from Sergei Trofimovich --- A bit of debugging: Program received signal SIGSEGV, Segmentation fault. 0x00000000007bfff6 in convert_for_assignment (location=3Dlocation@entry=3D2= 63654, expr_loc=3Dexpr_loc@entry=3D0, type=3Dtype@entry=3D0x7fffea029000, rhs=3D0x= 7fffea000508, origtype=3Dorigtype@entry=3D0x0, errtype=3Derrtype@entry=3Dic_init, null_pointer_constant=3Dfalse, fundecl=3D0x0, function=3D0x0, parmnum=3D0, = warnopt=3D0) at /home/slyfox/dev/git/gcc/gcc/c/c-typeck.cc:7370 warning: Source file is more recent than executable. 7370 && INTEGER_CST =3D=3D TREE_CODE (TYPE_SIZE_UNIT (= ttl)) (gdb) bt #0 0x00000000007bfff6 in convert_for_assignment (location=3Dlocation@entry=3D263654, expr_loc=3Dexpr_loc@entry=3D0, type=3Dtype@entry=3D0x7fffea029000, rhs=3D0x7fffea000508, origtype=3Dorigtype@entry=3D0x0, errtype=3Derrtype@entry=3Dic_init, null_pointer_constant=3Dfalse, fundecl=3D0x0, function=3D0x0, parmnum=3D0, = warnopt=3D0) at /home/slyfox/dev/git/gcc/gcc/c/c-typeck.cc:7370 (gdb) call debug_tree(ttl) >=