2 ! { dg-options "-std=f95" }
3 ! Tests constraints for variables in a data statement that are commonly
6 ! Contributed by Paul Thomas <pault@gcc.gnu.org>
11 data a
/1/ ! { dg-error "common block variable" }
12 data c
/2/ ! { dg-error "common block variable" }
14 data d
/4/ ! { dg-error " re-initialization" }