From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2162 invoked by alias); 25 Apr 2012 18:13:36 -0000 Received: (qmail 2144 invoked by uid 22791); 25 Apr 2012 18:13:35 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Apr 2012 18:13:22 +0000 From: "norm.clerman at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/53035] Internal Compiler Error Date: Wed, 25 Apr 2012 18:13: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-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: norm.clerman at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-04/txt/msg02290.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53035 --- Comment #2 from Norman S. Clerman 2012-04-25 18:13:03 UTC --- Created attachment 27241 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27241 see original submittal Hello Tobias, Sorry that I forgot to attach the file. It is attached here. I have greatly reduced the number of the files - most in the program were not needed to reproduce the problem. The error message remains the one I sent in the original submittal. I currently have eight outstanding issues with Intel and a similar number with PGI. I have a few with NAG, and this one with you. I could make it a full-time job submitting bugs. But I don't have the time from my work to reduce every problem, or to spend hours and hours trying to create a simple test case. In this particular case, I do not think you should have difficulty reproducing the problem and determining its cause. Please don't hesitate to send me a message if something is still missing or if you require additional information. Thanks for your efforts. Yours, Norm Clerman Permit me to add that the lack of deferred length, allocatable characters in gfortran represents, for me, a major obstacle. The other three compilers I use support them, and I use them in all but one of my major applications.