------- Comment #1 from burnus at gcc dot gnu dot org  2007-01-08 13:23 -------
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.

"7.4.3.1 General form of the masked array assignment"
"C729 (R747) A where-assignment-stmt that is a defined assignment shall be
elemental."


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
 GCC target triplet|powerpc-apple-darwin7       |
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-08 13:23:07
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30407

Reply via email to