From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24827 invoked by alias); 11 Feb 2015 17:35:55 -0000 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 Received: (qmail 24749 invoked by uid 48); 11 Feb 2015 17:35:51 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/62298] Internal Compiler Error in fold_convert_loc Date: Wed, 11 Feb 2015 17:35:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: RESOLVED 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: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg01225.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62298 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Dominique d'Humieres --- > Note that the code is rejected with the patch at > https://gcc.gnu.org/ml/fortran/2014-12/msg00098.html > ... The patch has been committed as r219085. A version of the original code modified by Janus Weil which compiles without error can be found at https://gcc.gnu.org/ml/fortran/2014-12/msg00107.html See the thread for more details. Closing as FIXED.