PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / comma_IO_extension_1.f90
blobabbb69d66f6c640e6cdde861f5242b8348a552f5
1 ! { dg-do compile }
2 ! PR 60751
3 ! Contributed by Walter Spector <w6ws@earthlink.net>
4 program extracomma
5 implicit none
7 write (*,*), 1, 2, 3 ! { dg-warning "Legacy Extension: Comma before i/o item list" }
8 end program