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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #10 from Richard PALO --- Created attachment 33554 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33554&action=edit test.s from 4.7.3

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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #9 from Richard PALO --- output from 4.7.3: ':.1: ' ' :.1:' ' :.1: ' ' :.1:' and test.s.4.7.3 attached

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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #8 from Richard PALO --- Created attachment 33553 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33553&action=edit test.s

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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #7 from Richard PALO --- $ cat test.f08 character(25) :: string = "(g0,g0,g0)" character(50) :: buffer write(buffer, string) ':',1.0_8/3.0_8,':' print *, "'", buffer, "'" print *, "'", " :.1:", "'"

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

2014-09-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #6 from Dominique d'Humieres --- 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, s

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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #5 from Richard PALO --- Created attachment 33550 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33550&action=edit output from --save-temps

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

2014-09-24 Thread richard at netbsd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 --- Comment #4 from Richard PALO --- Just checked with the native omnios gcc 4.8.1 and the problem already exists there. I commented as indicated to be able to get debugger output for 2nd part: diff --git a/gcc/testsuite/gfortran.dg/fmt_g0_1.f08

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

2014-09-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|