From owner-freebsd-perl@freebsd.org Wed Jul 6 10:59:19 2016 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 703E6B74559 for ; Wed, 6 Jul 2016 10:59:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 590441C0E for ; Wed, 6 Jul 2016 10:59:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 54B72B74558; Wed, 6 Jul 2016 10:59:19 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 545FBB74557 for ; Wed, 6 Jul 2016 10:59:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 432D31C0D for ; Wed, 6 Jul 2016 10:59:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u66AxJDT065671 for ; Wed, 6 Jul 2016 10:59:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 210837] lang/perl5.22 (and related?): ext/re/re_exec.c has long long format matched up with long argument Date: Wed, 06 Jul 2016 10:59:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 10:59:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210837 --- Comment #6 from Mark Millard --- (In reply to Mathieu Arnold from comment #5) It is fixed upstream in v5.23.4 and later tags but it was fixed because it = is broken in v5.22 (and up until the fix) for some types of target architectur= es where long and the IVdf format do not match --and where long was too short = and IV was needed in the casts and IVdf was needed for both formats. Looks like I should possibly switch to v5.24 since I use TARGET_ARCH's for which v5.22 is broken here. (I'm not so sure that I'm likely to hit the bro= ken code.) It "works as intended" only in the sense of bug-for-bug 5.22 compatible sin= ce upstream is not updating things that old for such issues for targeting such architectures (no new 5.22.x tag that includes the fix). Too bad "Closed" does not have a "bug-for-bug compatible with upstream's version" as an option. None of the existing options for Closed are a good f= it for this specific defect. [In another environment I was in once there was a= "no plan to fix" option for closing things. It avoided being misleading about if there was an actual issue present and made finding such things easier.] I do think that "works as intended" is strongly misleading here: the compli= er's warning was not a false-positive. --=20 You are receiving this mail because: You are the assignee for the bug.=