[Bug fortran/42568] BLOCKDATA referenced in EXTERNAL not loading from library

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jan 4 03:40:00 GMT 2010



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2010-01-04 03:40 -------
With Linux:

$ ./bug1.sh 
ar: creating libex.a
COMPILER g77
 GOOD LOAD ix2(4)=abcdefghijklmnopqrst
ar: creating libex.a
COMPILER g95
 GOOD LOAD ix2(4)=abcdefghijklmnopqrst
ar: creating libex.a
COMPILER gfortran
 GOOD LOAD ix2(4)=abcdefghijklmnopqrst
ar: creating libex.a
COMPILER gfc
 GOOD LOAD ix2(4)=abcdefghijklmnopqrst

gfc is gfortran-4.5.0 experimental
gfortran is gfortran-4.4.1

The problem appears to be target specific, Cygwin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568



More information about the Gcc-bugs mailing list