From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15956 invoked by alias); 7 May 2010 18:13:10 -0000 Received: (qmail 15857 invoked by uid 48); 7 May 2010 18:12:55 -0000 Date: Fri, 07 May 2010 18:13:00 -0000 Message-ID: <20100507181255.15856.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/43539] internal compiler error: in gfc_typenode_for_spec, at fortran/trans-types.c:995 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dfranke at gcc dot gnu dot org" 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-05/txt/msg00726.txt.bz2 ------- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-07 18:12 ------- $ gfortran-svn -v gcc version 4.6.0 20100506 (experimental) (GCC) $ gfortran-svn -std=f2003 pr43539.f90 pr43539.f90:9.32: write(*,'(a,i0)') 'In f08: ', C_SIZEOF(sp) 1 Error: Function 'c_sizeof' at (1) has no IMPLICIT type Fixed by the patch for PR40728. Nothing specific to C_SIZEOF. *** This bug has been marked as a duplicate of 40728 *** -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43539