[Bug fortran/38718] some simplifiers for elemental intrinsics missing; required for init expressions

fxcoudert at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 10 19:35:00 GMT 2009



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2009-06-10 19:35 -------
(In reply to comment #2)
> Commit in #1 added a simplifier for MERGE. Having a closer look at
> IS_IOSTAT_{END, EOR}, I think they won't make much sense in init expr anyway.

IS_IOSTAT_{END,EOR} are allowed by the standard as initialization expressions.
They may not be high priority, but they're the only remaining ones from F2003
(the others are GNU extensions).

  DREAL          (GNU extension)
  ISNAN          (GNU extension)
  LSHIFT         (GNU extension)
  RSHIFT         (GNU extension)
  IS_IOSTAT_END  (F2003)
  IS_IOSTAT_EOR  (F2003)

Anyway, I'll get that assigned to myself.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2009-03-29 08:42:17         |2009-06-10 19:35:16
               date|                            |


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



More information about the Gcc-bugs mailing list