Fedora rawhide has just updated to gcc 4.9.0.  I'm now seeing the
following error:

3: x20f
3: At line 386 of file
/builddir/build/BUILD/plplot-5.10.0/examples/f95/x20f.f90
3: Fortran runtime error: End of file


Not sure what we're trying to do here:

!     Found the line with the sizes, copy this one and the next

      count = count + 1
      read( 10, '(a)', iostat = ierr ) ver(2)

      read( ver, * ) w, h, num_col

      allocate( img_f(w,h) )

didn't know you could read from a variable?

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to