annotate gcc/testsuite/gfortran.dg/comma_IO_extension_2.f90 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ! { dg-do compile }
kono
parents:
diff changeset
2 ! { dg-options "-std=legacy" }
kono
parents:
diff changeset
3 ! PR 60751
kono
parents:
diff changeset
4 ! Contributed by Walter Spector <w6ws@earthlink.net>
kono
parents:
diff changeset
5 program extracomma
kono
parents:
diff changeset
6 implicit none
kono
parents:
diff changeset
7
kono
parents:
diff changeset
8 write (*,*), 1, 2, 3
kono
parents:
diff changeset
9 end program