http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40569
--- Comment #11 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-09-28 19:52:55 UTC --- Close as FIXED (for 4.6). Separately tracked follow ups: For updating check_inquiry, cf. PR 45824. For the bogus warning, cf. PR 45823 (In reply to comment #9) > this is nice... can this be used in an initialization expression ? > > CHARACTER(LEN=100), PARAMETER :: module_compile_info = & > compiler_version()//compiler_options() Yes, but you need to add "use iso_fortran_env".