This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [Patch, Fortran] PR 34495 - Add -std=f95/f2003 diagnostics for real/float ...


Tobias,

> 
> Additionally, FLOAT and SNGL were marked as GFC_STD_F77, they are G77
> extensions and should thus be marked as GFC_STD_GNU.
> 

FLOAT and SNGL are very much standard Fortran77, they are mentioned
in every single fortran77 textbook I have. Additionally, they are
correctly listed in the g77 manual 
[listed as "Intrinsic groups: (standard FORTRAN 77)"].

Fortran has the concept of "Generic Names" and "Specific Names" 
for intrinsics.
For this case, REAL is the generic name, and REAL, FLOAT and SNGL
are the corresponding specific names.

Thanks,
Manfred
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


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