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: compilation time of block data


On Fri, Mar 31, 2006 at 11:12:13AM -0800, Bud Davis wrote:
> 
> $ cat c.f
> integer size / 250000 /
> print*,' BLOCK DATA'
> print*,' REAL R(',SIZE,')'
> print*,' COMMON /ONE/ R'
> print*,' DATA R / 0.500'
> 
> DO I = 1,SIZE-1
> print*,' 1 ,',RAND() * 10000
> ENDDO
> 
> print*,' 1/'
> print*,' END'
> end
> $ gfortran c.f
> $ ./a.out >d.f
> $ time gfortran -c d.f 
> 
> i plan on looking at this in gfortran, unless it is
> too hard (or has recursice routines !!)
> 

I get 250000 errors

Error: Unclassifiable statement at (1)
 In file bud2.f90:903

  1 ,   3773.640    
   1
Error: Unclassifiable statement at (1)
 In file bud2.f90:904

  1 ,   3576.718    
   1
Error: Unclassifiable statement at (1)
 In file bud2.f90:905



-- 
Steve


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