This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/49213] [OOP][F2008] gfortran rejects structure constructor expression
- 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: Thu, 16 Jun 2011 19:43:50 +0000
- Subject: [Bug fortran/49213] [OOP][F2008] gfortran rejects structure constructor expression
- Auto-submitted: auto-generated
- References: <bug-49213-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49213
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.06.16 19:43:45
Summary|[OOP] gfortran rejects |[OOP][F2008] gfortran
|structure constructor |rejects structure
|expression |constructor expression
Ever Confirmed|0 |1
--- Comment #1 from janus at gcc dot gnu.org 2011-06-16 19:43:45 UTC ---
Note: Intrinsic assignments to polymorphic variables are forbidden in the
Fortran 2003 standard, and currently not supported by gfortran, cf. PR 43366.
F03:7.4.1.2:
"In an intrinsic assignment statement, variable shall not be polymorphic, and
..."