https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63610

--- Comment #14 from howarth at bromo dot med.uc.edu ---
(In reply to Francois-Xavier Coudert from comment #13)
> Fixed on trunk. I don't see the need to back port to 4.9, since I don't see
> many test suite failures on that branch. If you have evidence that a back
> port would help, please reopen and add the new info.

   You aren't seeing regressions because you're not setting
MACOSX_DEPLOYMENT_TARGET  during the gcc build. It took me days to puzzle that
out why a standalone build of gcc 4.9.2 on darwin14 produced clean test suite
results but one under the fink packaging system, which sets
MACOSX_DEPLOYMENT_TARGET, produced a huge number of regressions in the fortran
test suite.
   So you definitely do want to back port the configure/libtool.m4 fixes for
4.9.3.

Reply via email to