This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30407] Elemental functions in WHERE assignments wrongly rejected
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2007 20:36:40 -0000
- Subject: [Bug fortran/30407] Elemental functions in WHERE assignments wrongly rejected
- References: <bug-30407-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2007-01-09 20:36 -------
(In reply to comment #1)
> A look into resolve.c's resolve_where, shows that only EXEC_ASSIGN and not
> EXEC_ASSIGN_CALL exists in "switch (cnext->op)".
>
> Expected: As elemental procedures are also allowed, a "case EXEC_ASSIGN_CALL:"
> has to be added.
Tobias,
Indeed! Are you going to take it on? I'll look after the reviewing for you.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30407