public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* backwards incompatibility
@ 2018-03-12 15:40 Dave Love
  2018-03-12 17:05 ` Steve Kargl
  2018-03-12 21:18 ` Thomas Koenig
  0 siblings, 2 replies; 7+ messages in thread
From: Dave Love @ 2018-03-12 15:40 UTC (permalink / raw)
  To: fortran

It's quite a pain for supporting research systems that the gfortran
module format changes incompatibly with every (?) new version.  For
instance, you can't mix development packages built with the RHEL system
compiler with the more recent "devtoolset" compiler needed for hardware
support.  As far as I know, the proprietary compilers don't have the
same issue.  I can't find anything written about that, but I haven't
tried to understand the implementation.  Is there something written?
Otherwise, is it feasible to convert older module files to newer
formats, given that the ABI doesn't change, as I've seen in release
notes (and would hope)?  If so, where would one look in the code to see
about doing so?

Version 8 makes the situation worse by breaking run time compatibility,
not just build-time, with a different libgfortran shared library
version.  That already caused considerable disruption with Fedora
packaging after the switch to GCC 8.  With ELF, can't you use versioned
symbols to avoid a new soname, like libgcc and libgomp do?

Regardless of any annoyances, thanks for keeping a competitive free
compiler going!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-16 13:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12 15:40 backwards incompatibility Dave Love
2018-03-12 17:05 ` Steve Kargl
2018-03-12 20:42   ` Dave Love
2018-03-12 21:18 ` Thomas Koenig
2018-03-13 15:14   ` Dave Love
2018-03-14  2:31     ` Jerry DeLisle
2018-03-16 13:48       ` Dave Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).