https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85840
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2018-05-19 CC| |jvdelisle at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- > where a,b,c,d,e,f are complicated real kinds. What is "complicated real kinds"? This should not matter. I cannot reproduce the problem with integer :: i real :: a,b,c,d,e,f a = 1.0 b = 2.0 c = 3.0 d = 4.0 e = 5.0 f = 6.0 i = 1000 print '(A16,I7,6E25.16E3)',"start line print",i,a,b,c,d,e,f end Could you please provide a reproducer?