From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11740 invoked by alias); 17 Feb 2014 12:48:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 11720 invoked by uid 89); 17 Feb 2014 12:48:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qa0-f49.google.com Received: from mail-qa0-f49.google.com (HELO mail-qa0-f49.google.com) (209.85.216.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 17 Feb 2014 12:48:14 +0000 Received: by mail-qa0-f49.google.com with SMTP id w8so21210511qac.8 for ; Mon, 17 Feb 2014 04:48:12 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.224.169.11 with SMTP id w11mr2075948qay.71.1392641292481; Mon, 17 Feb 2014 04:48:12 -0800 (PST) Received: by 10.96.156.38 with HTTP; Mon, 17 Feb 2014 04:48:12 -0800 (PST) In-Reply-To: References: Date: Mon, 17 Feb 2014 12:48:00 -0000 Message-ID: Subject: Re: [Patch, Fortran, Regression] PR 55907: ICE with -fno-automatic -finit-local-zero From: Janus Weil To: Paul Richard Thomas Cc: gfortran , gcc-patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-02/txt/msg00996.txt.bz2 > This is OK for trunk, 4.8 and 4.7. Thanks, Paul. Committed to trunk as r207823. Will do the backports soon. Cheers, Janus > On 16 February 2014 23:11, Janus Weil wrote: >> Hi all, >> >> here is a small patch for a ICE-on-valid regression. Regtested on >> x86_64-unknown-linux-gnu. Ok for trunk/4.8/4.7? >> >> Cheers, >> Janus >> >> >> 2014-02-16 Janus Weil >> >> PR fortran/55907 >> * resolve.c (build_default_init_expr): Don't initialize character >> variable if -fno-automatic is given. >> >> >> 2014-02-16 Janus Weil >> >> PR fortran/55907 >> * gfortran.dg/init_flag_12.f90: New. > > > > -- > The knack of flying is learning how to throw yourself at the ground and miss. > --Hitchhikers Guide to the Galaxy