This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30407] Elemental functions in WHERE assignments wrongly rejected



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]