From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D38393858D37; Mon, 12 Feb 2024 05:43:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D38393858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707716632; bh=7NPcfZ4ojS3lcx/Xr8TeMJ1Dnk6bxt2pHI1Fj6qmu9Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W/iKQjFuov5YOz2HkfUL9JcWA9hnKr4VQs/bIYd9k/g78geuu+FCho+1lQfadsqlF Wp1kW7nsbRaqGmqPimhG+rYjPw1Ys2NfIpL2WY5HZ53qEVk1/hrjEK7XfMfSCjdyfg PqwY6EUoAVb/7YioqR+oVIeWZvhmggIUval5WcTE= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113734] [14 regression] libarchive miscompiled (fails libarchive_test_read_format_rar5_extra_field_version test) since r14-8768-g85094e2aa6dba7 Date: Mon, 12 Feb 2024 05:43:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D113734 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57384|0 |1 is obsolete| | --- Comment #14 from Sam James --- Created attachment 57390 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57390&action=3Dedit test.c I'll try reducing it preprocessed now (couldn't do it before as checking w/ clang as well in the reduction script to avoid introducing UB).=