| 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 | 
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.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1209.1 | Fixed in current compiler | TLE::KIMBALL | Keith Kimball 381-0573 | Tue Mar 04 1997 12:01 | 8 | 
| > cat t.f
      call time
      end
> f90 -c t.f
f90: Warning: t.f, line 1: Tne number of arguments is incompatible ...
      call time
-----------^
>
 | |||||