The GNU Fortran 95 compiler will be integrated into GCC 3.5

Source: Internet
Author: User

For a long time, the Fortran compiler in GCC only complies with the Fortran 77 standard. In today's opinion, this language is very primitive. If you want to write a do until loop, you have to write it like this:

10 continue

Mywork

If (condition) goto 10

Worse, f77 has no ADT capability, which makes it impossible for many software design methods developed in 1980s to be applied in FORTRAN.

Fortran 90 and Fortran 95 greatly enhance the capabilities of FORTRAN, and even add some oo capabilities. However, the commercial Fortran compiler is difficult to obtain and expensive. Fortunately, the GNU gfortran 95 compiler will soon be integrated into GCC 3.5. This is undoubtedly a good news for scientific engineering programming on the Linux platform. However, it is said that g95 is not compatible with G77 binary to improve efficiency. Therefore, it is expected that G77 will still be a numerical computation in Linux for a long time.ProgramMain ForceProgramming Language.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.