From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3368 invoked by alias); 26 Feb 2010 16:29:38 -0000 Received: (qmail 2981 invoked by uid 48); 26 Feb 2010 16:29:10 -0000 Date: Fri, 26 Feb 2010 16:29:00 -0000 Message-ID: <20100226162910.2980.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43178] Pointless resetting to NULL for local ALLOCATABLEs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2010-02/txt/msg02696.txt.bz2 ------- Comment #5 from dominiq at lps dot ens dot fr 2010-02-26 16:29 ------- Another failing test is gcc/testsuite/gfortran.dg/data_char_2.f90: without patch < static character(kind=1) intstr[1:10] = "0123456789"; with patch > static character(kind=1) intstr[1:10]; Note that in order to avoid any side effect with other patches, I have applied the patch on a clean trunk at revision 157090. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43178