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.