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
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
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
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:", "'"
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|