[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2
dje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Aug 30 17:29:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765
--- Comment #4 from David Edelsohn <dje at gcc dot gnu.org> ---
This is not a target-specific bug. This has nothing to do with the target.
This is a bug where the gfortran front-end and collect2-ld do not work together
correctly. I don't know how collect2-ld can be expected to know which options
to pass to cc1 and which to strip. The gfortran front-end should not insert
FE-specific options into the environment utilized by other GCC tools.
More information about the Gcc-bugs
mailing list