http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40569
Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Joost.VandeVondele at pci
| |dot uzh.ch
--- Comment #9 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch>
2010-09-28 08:38:52 UTC ---
this is nice... can this be used in an initialization expression ?
MODULE X
CHARACTER(LEN=100), PARAMETER ::
module_compile_info=compiler_version()//compiler_options()
END MODULE