------- Comment #7 from alex at milivojevic dot org  2006-01-29 19:52 -------
Ah, of course it wasn't working.  Either DONE should be set to .false., or DO
should be changed to "while (DONE)".  For example:

      ...
      logical DONE
      DONE = .false.

      DO while (.NOT. DONE)
      ...

Now it works correctly everywhere.  Guess this should be closed.


-- 

alex at milivojevic dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to