From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24092 invoked by alias); 25 Oct 2010 00:48:07 -0000 Received: (qmail 24083 invoked by uid 22791); 25 Oct 2010 00:48:06 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_SG 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; Mon, 25 Oct 2010 00:48:02 +0000 From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/46152] ALLOCATE with type-spec fails for intrinsic types X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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 Date: Mon, 25 Oct 2010 00:48:00 -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 X-SW-Source: 2010-10/txt/msg02052.txt.bz2 Message-ID: <20101025004800.06K4trkbCpDcA0Xzla-I_aYbX8P8uL2nALZAYRLF0Go@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46152 --- Comment #10 from Steve Kargl 2010-10-25 00:47:49 UTC --- Investigating a little more. I could not understand why this issue was not caught earlier. Afterall, I use 'implicit none' in all the code I write, and I wrote a testcase for a type-spec in ALLOACATE. Looking in testsuite/ChangeLog I find, 2010-07-19 Steven G. Kargl PR fortran/44929 * gfortran.dg/allocate_with_typespec.f90: New test. * gfortran.dg/allocate_derived_1.f90: Update error message. but there is no allocate_with_typespec.f90! It appears that I fat-fingered/forgot/screwed-up a commit.