[Bug fortran/66765] gfortran passing fortran-specific options to ld and collect2
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sun Aug 30 15:23:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66765
--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> This has nothing to do with dejagnu. On AIX, collect2 re-invokes the compiler
> and collect2 uses the compiler command-line arguments. With or without dejagnu,
> the command is invoking a fortran-specific option *and* invoking the linker
> wrapped with collect2 to generate an executable.
Am I correct to understand that this is yet another example of FE options
propagated to places where they do not belong? If yes, this is not a gfortran
bug, but a target one.
More information about the Gcc-bugs
mailing list