From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4783D3884C85; Wed, 14 Dec 2022 14:39:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4783D3884C85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671028755; bh=EKg/wggfCFXVrzNJOYY7ZcLDk+3mj6OHNpYzduVPP/E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F8zbhr3b6tIkd41fqWcU5TsWbwDm0ojAU4Gea58nH7FiQoEhL2YiUx5O4U7OKylKz xFnrkN6qgNCypt7SuKiehf/Dwogp5nxkiHUvLhs/g2+ivz3mywDLN7o5cMbPuCk1Ap 2dNoPma4oqvlYP8RwrS/klcDb9hP8hquJ/7Drn6o= From: "urbanjost at comcast dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/95947] PACK intrinsic returns blank strings when an allocatable character array with allocatable length is used Date: Wed, 14 Dec 2022 14:39:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 8.3.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: urbanjost at comcast dot net X-Bugzilla-Status: NEW 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95947 --- Comment #4 from urbanjost at comcast dot net --- FYI: Still occurs in 12.2.0.=