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/17074] Unclassifiable statement in IF-clause / Simple IF followed by WHERE


------- Additional Comments From c dot lemmen at fz-juelich dot de  2004-08-18 09:37 -------
Workaround:  use block if as in

if (2>1) then
  where where(index) values=-1.
endif

-- 


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


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