This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer
- 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, 12 Oct 2011 20:31:04 +0000
- Subject: [Bug fortran/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer
- Auto-submitted: auto-generated
- References: <bug-50684-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50684
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Incorrect error for |[4.6/4.7 Regression]
|move_alloc on element |Incorrect error for
|inside intent(in) pointer |move_alloc on element
| |inside intent(in) pointer
--- Comment #2 from janus at gcc dot gnu.org 2011-10-12 20:31:04 UTC ---
Btw, I think this bug, as PR50570, is a regression in 4.6 and trunk. The
original test case compiles cleanly with 4.5.3!