This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51081] [F03] Proc-pointer assignment: Rejects valid internal proc
- 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: Wed, 18 Jul 2012 08:10:43 +0000
- Subject: [Bug fortran/51081] [F03] Proc-pointer assignment: Rejects valid internal proc
- Auto-submitted: auto-generated
- References: <bug-51081-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Proc-pointer assignment: |[F03] Proc-pointer
|Rejects valid internal |assignment: Rejects valid
|proc, -std=f2008 should |internal proc
|mention "F2008" |
--- Comment #6 from janus at gcc dot gnu.org 2012-07-18 08:10:43 UTC ---
(In reply to comment #4)
> An alternative would be to add the correct label automatically inside
> 'gfc_notify_std', based on the value of 'GFC_STD_*' passed.
This has been implemented with r189589.
ToDo: Fix the bogus errors about INT and INT2, cf. comment 2 and 3.