This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/48404] SELECTED_REAL_KIND is returning KIND=16 when not available


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

--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-04-01 23:15:06 UTC ---
I can reproduce this on my system and it is what I suspected.  The run time
executable is finding a more recent copy of libgfortran.  For example if you
have set LD_LIBRARY_PATH to point to a local build of experimental, your
normally installed gfortran compiled programs will find the experimental
library first.

Another possibility, as Tobias hints at, is the distribution people have mixed
versions of libgfortran on you.  Regardless it is out of sync.

Let me know if you find it.


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