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