[Bug fortran/41599] [OOP] SELECT TYPE with associate-name => exp: Use (sometimes) a restricted pointer

pault at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 1 11:46:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41599

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org

--- Comment #5 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #4)
> I still get an ICE when compiling the second test in comment 3 with r228594.

From 7.3.1 onwards, this now gives the correct error:
Error: Component ‘bar’ with CLASS at (1) must be allocatable or pointer

6.4.1 ICEs still.

It seems to me that this should be closed.

Paul


More information about the Gcc-bugs mailing list