This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/40054] [F08] Pointer functions as lvalue
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 3 Jul 2011 16:25:11 +0000
- Subject: [Bug fortran/40054] [F08] Pointer functions as lvalue
- Auto-submitted: auto-generated
- References: <bug-40054-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40054
--- Comment #9 from janus at gcc dot gnu.org 2011-07-03 16:24:53 UTC ---
(In reply to comment #8)
> > In any case, statement functions are obsolescent since F95, so would it be an
> > option to not support them with -std=f2008?
>
> Obsolescent does not mean deleted. Unfortunately, statement functions
> are still valid Fortran.
Yes, I am aware of that. Do you have an idea how to implement both features at
the same time, Steve?