From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05309388A41F; Mon, 12 Oct 2020 16:53:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05309388A41F From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0cmVlLW9wdGltaXphdGlvbi85NzM3OF0gWzExIFJlZ3Jl?= =?UTF-8?B?c3Npb25dIElDRSBpbiB0cmVlIGNoZWNrOiBleHBlY3RlZCBjbGFzcyDigJh0?= =?UTF-8?B?eXBl4oCZLCBoYXZlIOKAmGV4Y2VwdGlvbmFs4oCZIChlcnJvcl9tYXJrKSBp?= =?UTF-8?B?biB1c2VsZXNzX3R5cGVfY29udmVyc2lvbl9wLCBhdCBnaW1wbGUtZXhwci5j?= =?UTF-8?B?Ojg3IHNpbmNlIHIxMS0zNjg1LWdmY2FlNTEyMTE1NGQxYzMz?= Date: Mon, 12 Oct 2020 16:53:09 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 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: Mon, 12 Oct 2020 16:53:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97378 --- Comment #4 from CVS Commits --- The master branch has been updated by Aldy Hernandez : https://gcc.gnu.org/g:82118acc18e416b9c82c82ce7737f5e6246d6574 commit r11-3830-g82118acc18e416b9c82c82ce7737f5e6246d6574 Author: Aldy Hernandez Date: Mon Oct 12 10:41:21 2020 -0400 operator_trunc_mod::wi_fold: Return VARYING for mod by zero. gcc/ChangeLog: PR tree-optimization/97378 * range-op.cc (operator_trunc_mod::wi_fold): Return VARYING for= mod by zero. gcc/testsuite/ChangeLog: * gcc.dg/pr97378.c: New test.=