[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::fortran

Title:Digital Fortran
Notice:Read notes 1.* for important information
Moderator:QUARK::LIONEL
Created:Thu Jun 01 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1333
Total number of notes:6734

1209.0. "Internal compiler error - f90 x4.1-359" by HPCGRP::DEGREGORY (Karen 223-5801) Mon Mar 03 1997 14:06

Using fortran 90 X4.1-359 we get the following compiler
error on the attached code.

% f90 y.f
f90: Severe: **Internal compiler error: segmentation violation signal raised** P
lease report this error along with the circumstances in which it occurred in a S
oftware Problem Report.  Note: File and line given may not be explicit cause of
this error.

----------------------  y.f ----------------------
 
       CALL TIME
       END
T.RTitleUserPersonal
Name
DateLines
1209.1Fixed in current compilerTLE::KIMBALLKeith Kimball 381-0573Tue Mar 04 1997 12:018
> cat t.f
      call time
      end
> f90 -c t.f
f90: Warning: t.f, line 1: Tne number of arguments is incompatible ...
      call time
-----------^
>