hi, I use regularly gnulib for configuring some fortran program.
Therefore I include config.h in the top of my fortran file. Unfortunatly gnulib add some stuff snippet like noreturn in config.h that are not really safe from a fortran point of view. Could be possible to protect these snippet if the compiler if not a C compiler (using #if #endif)? Do you know a better way to do that ? Bastien