From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 594023870844; Mon, 8 Jun 2020 08:31:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 594023870844 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591605108; bh=XMRwo4jfUNTDudZc74RjTd5QZHnC0b/B7QSPlxvef7o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rfQKCJhNWUPSPX3pKqbRUZt/DUt8sd99x0UEVriVC3/5Rh3gXEG39UWkCm8lJBDv8 24wyY//DRT9fSTuYTla2lxBdWQIagQzwZhjFV3N7TEiTudA1UqRMKn5e/8paslC4m4 hzvrwnhcponiHErWzK62304W+Zrq3Tr4qfIyg7/M= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/95548] ice in tree_to_shwi, at tree.c:7321 Date: Mon, 08 Jun 2020 08:31:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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 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, 08 Jun 2020 08:31:48 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95548 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:296d644b9f526e44fbe574426f24799c1d545fd3 commit r11-1064-g296d644b9f526e44fbe574426f24799c1d545fd3 Author: Jakub Jelinek Date: Mon Jun 8 10:30:48 2020 +0200 testsuite: Fix up pr95548.C testcase. 2020-06-08 Jakub Jelinek PR lto/95548 * g++.dg/torture/pr95548.C: Change from dg-do compile to dg-do link, add return type for main, for __SIZEOF_INT128__ test with __uint128_t enumerator constants and add a test with unsigned long long enumerators for all targets.=