From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26314 invoked by alias); 16 Oct 2009 20:23:42 -0000 Received: (qmail 26264 invoked by uid 48); 16 Oct 2009 20:23:31 -0000 Date: Fri, 16 Oct 2009 20:23:00 -0000 Message-ID: <20091016202331.26263.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35810] [TR 15581 / F2003] Automatic reallocation on assignment to allocatable variables In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01488.txt.bz2 ------- Comment #6 from burnus at gcc dot gnu dot org 2009-10-16 20:23 ------- Note in Fortran 2008 (cf. PR 41719), polymorphic-variable = expr is allowed iff the variable is allocatable. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35810