From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D21B5389680B; Wed, 6 May 2020 08:38:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D21B5389680B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588754281; bh=zC0z/j2Nlhy79kvi7LIguz8ZvrNzI7y1mI6C/cQuUB4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VFMg14r9cQT0vTffIIb6vZoYtJ3SM0JwO8O8W/fAeZc2Qd2WI6soJOSMh9h6Mx+CB FdSutgCoH58qKo7eXC0nFWftO6hrbIS44IXK4l04dlJlZe+SgDYsrVBoov2igPIXRL pqzSlgZzer8fBOSUsOSnlXsrkSOIFpHkXK/egu6Q= From: "artu72 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94943] [10 Regression] A module does not export allocatable attribute of herein arrays. Date: Wed, 06 May 2020 08:38:01 +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: 10.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: artu72 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 08:38:02 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94943 --- Comment #3 from Andrea Mastellone --- Created attachment 48460 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48460&action=3Dedit simple test case which reproduces the bug Here is a simple source code replying the bug. I have attached the original module, used by the main procedure. Compiling it (by issuing make debug or = make release) produces the error.=