Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] [Fwd: Photran-Outline unexpects allocatable]

Thanks; I added this to Bugzilla.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=138221

Jeff


Walt Brainerd wrote:


-------- Original Message --------
Subject: Photran-Outline unexpects allocatable
Date: Mon, 24 Apr 2006 10:02:01 +0200
From: Karl Heesch <karl@xxxxxxxxx>
To: walt@xxxxxxxxxxx

Hello Walt,

in not knowing, where to raise problems of photran, I write this mail to you.

With the following code, photran-outline reports the error
Error: Unexpected T_ALLOCATABLE "allocatable"

    type VarcharType
        private
        character,  dimension(:), allocatable :: chars
    end type

Cheers
Karl






Back to the top