From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20D033858D38; Fri, 10 Mar 2023 14:49:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20D033858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678459790; bh=elgBnflhkEEjRjZ7p5RrkLycQMxntcfUriujjqA3e+s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tY8UeKIl+XsI5hFxO1HCD47a46mgdrAMU+4rEKx7YO127MVPg80ZPjZsO1o8t80/6 ll2s4VVmyCBpHnuef8QcKuOyJ6Kt07yYlORIBHyJF5PbbUgPKqnzBVpxgsX8eqly5h AqitGWv7ar26NExZgUN5NPIsnKP1X7Vs7Vmin2JQ= From: "ishikawa at yk dot rim.or.jp" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0cmVlLW9wdGltaXphdGlvbi8xMDkwNDFdIEJvZ3VzIGNv?= =?UTF-8?B?bXBpbGUgdGltZSBjaGVjayBieSBfX2J1aWx0aW5fbWVtc2V0PyBlcnJvcjog?= =?UTF-8?B?4oCYX19idWlsdGluX21lbXNldOKAmSB3cml0aW5nIDQgYnl0ZXMgaW50byBh?= =?UTF-8?B?IHJlZ2lvbiBvZiBzaXplIDAgb3ZlcmZsb3dzIHRoZSBkZXN0aW5hdGlvbiBb?= =?UTF-8?B?LVdlcnJvcj1zdHJpbmdvcC1vdmVyZmxvdz1d?= Date: Fri, 10 Mar 2023 14:49:49 +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: 11.3.0 X-Bugzilla-Keywords: diagnostic, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: ishikawa at yk dot rim.or.jp X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D109041 --- Comment #9 from ishikawa,chiaki --- Thank you for the confirmation for the fix in GCC-12. Now I have to figure out how GCC-12 seems to miscompile something in Thunderbird mail client to report a run-time assertion error. (Compiling Thunderbird mail client with earlier version did not show the runtime assertion error. So I wanted to weed out possible source problem fr= om mozilla source code and thunderbird mail client code by using -Werror with = due caution.) Thank you again for the confirmation of the fix in GCC-12.=