http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
--- Comment #11 from janus at gcc dot gnu.org 2012-07-30 19:55:45 UTC ---
Author: janus
Date: Mon Jul 30 19:55:41 2012
New Revision: 189985
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189985
Log:
2012-07-30 Janus Weil
PR fortran/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
--- Comment #10 from janus at gcc dot gnu.org 2012-07-29 20:15:52 UTC ---
(In reply to comment #9)
> The following patch adds diagnostics to reject the invalid test case in
> comment
> 8:
... and regtests cleanly.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
--- Comment #9 from janus at gcc dot gnu.org 2012-07-29 19:04:25 UTC ---
The following patch adds diagnostics to reject the invalid test case in comment
8:
Index: gcc/fortran/expr.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
--- Comment #8 from janus at gcc dot gnu.org 2012-07-29 16:55:11 UTC ---
Related accepts-invalid problem with proc-pointer assignment to an internal
proc:
implicit none
procedure(real), pointer :: p
p => scale
print *,p(1.0,2)
end
/tmp/c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51081
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
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