This is the mail archive of the gcc-help@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] | |
Are you hoping to amend the F77 standard retroactively to get this extension accepted as standard in a round-about way? 24-, 36-, and 60-bit machines were still in use when F77 was under development, so there was no meaningful way to incorporate an extension which was designed to prevent code from being portable to any but 16- and 32-bit (or some 64-bit) platforms.
When I use -std=f95 this fortran77 code will not compile. Many different complaints but the most serious are normal variable declarations:
INTEGER*8 TOTTIME(0:MAXTASK) ! Task total exec time ( 1 Error: Nonstandard type declaration INTEGER*8 at (1)
????
-- Tim Prince
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |