2 ! { dg-options "-std=legacy" }
7 ! "A name that identifies a common block in a scoping unit shall not be used
8 ! to identify a constant or an intrinsic procedure in that scoping unit."
21 print *, 'Hello world'
28 COMMON /abs
/ J
! { dg-error "is also an intrinsic procedure" }