You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fortran 2003:
Generic interface names which have the same name as derived types are
now supported, which allows to write constructor functions. Note that Fortran
does not support static constructor functions; only default initialization or an
explicit structure-constructor initialization are available.
The text was updated successfully, but these errors were encountered:
From the GCC 4.7 release notes https://gcc.gnu.org/gcc-4.7/changes.html
The text was updated successfully, but these errors were encountered: