From owner-freebsd-perl@freebsd.org Wed Jul 6 12:13:14 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 56181B7542C for ; Wed, 6 Jul 2016 12:13:14 +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 3EEDB1505 for ; Wed, 6 Jul 2016 12:13:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3AD51B7542B; Wed, 6 Jul 2016 12:13:14 +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 3A7C7B7542A for ; Wed, 6 Jul 2016 12:13:14 +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 2968D1504 for ; Wed, 6 Jul 2016 12:13:14 +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 u66CDD4h095845 for ; Wed, 6 Jul 2016 12:13:14 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 12:13:14 +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 12:13:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210837 --- Comment #10 from Mark Millard --- (In reply to Mathieu Arnold from comment #8) I have not reviewed the all the other 32-bit vs. 64-bit issues addressed by 73e8ff0004522621dfb42f01966853b51d5522a6 yet. But it should help all TARGET_ARCH's with long being 32-bits and long long being 64-bits. I'll note that building for i386 should be much like building for armv6 for these issues: 32-bit long's and 64-bit long long's, all little endian. I'd expect the same warnings-status form the 2 targets. They are not as extreme as powerpc (big-endian) operationally but I'd expect powerpc (non-64) builds to also get the same warnings status as i386 and ar= mv6. If you want to see warnings generation yourself and you can target i386, th= at should work for seeing the 32-bit long vs. 64-bit long long sorts of issues= in compiler reports. No armv6 or powerpc needed. If I get some time I'll see if I can try a build on armv6 with the update applied somehow. [I'll not have powerpc access for weeks/months.] --=20 You are receiving this mail because: You are the assignee for the bug.=