From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A70FF386189D; Thu, 21 Dec 2023 06:21:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A70FF386189D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703139719; bh=XTAYHKtyiNvmv6pWuvBVSXFRekkiXEhNbgIlImMxWQw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YFbY4w9HKmG34sjCSZgxUKvWKg8wy3+CpTKdkRxPFzVBO6hXujhHIpJA6sscnNd8V LILcwGywpC2CG2Q54DFEl4Fuiv9oYBjzjZt9Vu7SElZ2A3J+k4i+f+rf1AArYT3J6Z o4K4WpreD/UNMvfjvYeqIoja1rARKSRZwRDtWROs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112778] ICE in ppc64-linux-gnu crosscompiler in store_by_pieces since r14-5946-g1ff6d9f7428b06 Date: Thu, 21 Dec 2023 06:21:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: aoliva 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=3D112778 --- Comment #5 from GCC Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:514ea1df444ca7f64c3f504ced05d8fb5fbfd62d commit r14-6769-g514ea1df444ca7f64c3f504ced05d8fb5fbfd62d Author: Alexandre Oliva Date: Thu Dec 21 03:21:23 2023 -0300 -finline-stringops: drop obsolete comment [PR112778] When fixing the PR, I failed to remove the comment that raised the very concern that the PR confirmed, and that the earlier patch for the PR fixed. for gcc/ChangeLog PR target/112778 * builtins.cc (try_store_by_multiple_pieces): Drop obsolete comment.=