[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with Procedure Type
From: |
Gaius Mulley |
Subject: |
Re: Problems with Procedure Type |
Date: |
Sun, 27 Jun 2021 17:24:38 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Gaius Mulley <gaius.mulley@southwales.ac.uk> writes:
> thanks for the bug report - yes indeed at the very least there is a
> missing error message. I have this under investigation,
Hi Derek,
now fixed in the git repro master branch.
$ gm2 --version
gm2 (GCC) 12.0.0 20210623 (experimental)
...
$ gm2 -g -c Test_Suite.mod
Test_Suite.mod:7:6: error: opaque type (Run_Type) should be equivalent
to a POINTER or an ADDRESS
7 | TYPE Run_Type = PROCEDURE;
| ^~~~~~~~
Test_Suite.mod:7:6: error: if you really need a non POINTER
type use the -fextended-opaque switch
$ gm2 -g -c -fextended-opaque Test_Suite.mod
$
regards,
Gaius