[Bug target/25998] static executable generated by f951 doesn't work with 32-bit SUNW,UltraAX-e2 (UltraSPARC-IIe)

alex at milivojevic dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 29 19:52:00 GMT 2006



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



More information about the Gcc-bugs mailing list