This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] Inline DOT_PRODUCT
Jakub,
Is GCC 4.2 libgfortran.so expected to be ABI incompatible with GCC 4.1
compiled fortran code?
If not, then you shouldn't be removing any exported functions from
libgfortran.
That's a good question - I believe the compatibility has already been
compromised but I am not sure. In many ways, I would be happier not
removing the existing library functions; at least for the time being.
Paul