From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22979 invoked by alias); 8 Oct 2006 20:06:53 -0000 Received: (qmail 22959 invoked by uid 48); 8 Oct 2006 20:06:45 -0000 Date: Sun, 08 Oct 2006 20:06:00 -0000 Message-ID: <20061008200645.22958.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29373] implicit type declaration and contained function clash In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg00634.txt.bz2 List-Id: ------- Comment #1 from pault at gcc dot gnu dot org 2006-10-08 20:06 ------- Tobi, This is a very unpleasant and venemous bug! Removing the implicit character*32 (a-z) results in pr29373.f90: In function 'MAIN__': pr29373.f90:8: fatal error: gfc_todo: Not Implemented: complex character array onstructors compilation terminated. Uuughhh! Besides which, did you really want to fold your char*32 into a (1,2) char*255? Paul -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-10-08 20:06:45 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29373