This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/50570] [4.6/4.7 Regression] Incorrect error for assignment to 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: Sun, 09 Oct 2011 23:08:04 +0000
- Subject: [Bug fortran/50570] [4.6/4.7 Regression] Incorrect error for assignment to intent(in) pointer
- Auto-submitted: auto-generated
- References: <bug-50570-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50570
--- Comment #7 from janus at gcc dot gnu.org 2011-10-09 23:08:04 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > > How about this?
> >
> > Looks as if should work (for comment 0).
>
> It does. I'll check for regressions.
Unfortunately it fails on:
FAIL: gfortran.dg/pointer_intent_1.f90 -O0 (test for excess errors)
FAIL: gfortran.dg/pointer_intent_3.f90 -O (test for excess errors)
FAIL: gfortran.dg/pointer_intent_4.f90 -O0 (test for excess errors)