[Bug fortran/63352] problem with fmt_g0_1.f08 on i386-pc-solaris2.11

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Wed Sep 24 17:34:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Your are not doing what I asked for. Could you compile and run without/with
--save-temps the following test:

    character(25) :: string = "(g0,g0,g0)" 
    character(50) :: buffer
    write(buffer, string) ':',1.0_8/3.0_8,':'
    print *, "'", buffer, "'"
    print *, "'", " :.33333333333333331:", "'"
    write(buffer, '(1x,a,g0,a)') ':',1.0_8/3.0_8,':'
    print *, "'", buffer, "'"
    print *, "'", " :.33333333333333331:", "'"
end

and post the result?



More information about the Gcc-bugs mailing list