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 target/25998] static executable generated by f951 doesn't work with 32-bit SUNW,UltraAX-e2 (UltraSPARC-IIe)



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


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