This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51736] New: generic fortran procedures with allocatable/pointer argument
- From: "wangmianzhi1 at linuxmail dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 02 Jan 2012 19:06:24 +0000
- Subject: [Bug fortran/51736] New: generic fortran procedures with allocatable/pointer argument
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51736
Bug #: 51736
Summary: generic fortran procedures with allocatable/pointer
argument
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: wangmianzhi1@linuxmail.org
Created attachment 26221
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26221
a reduced example
According to the f2008 standard (12.4.3.4.5), dummy arguments having
allocatable attribute and pointer attribute should be distinguishable. Thus the
attached reduced code should be valid.
Will this feature be included in the later releases? Or could anyone provide
suggestions to work around? Thank you very much for your help and the great
compiler.